Notes - can we get an HTML editor?

Notes - can we get an HTML editor?

by Dan Jeffries -
Number of replies: 2
Hi

We really want to start using the Notes feature on profiles more this year (for support tutors to share information about students learning needs etc).

The text box is a reasonable solution, but to have an HTML text box would be far easier to work with - as we want links to useful websites etc.

Anyone know if this is possible? Is it a tracker issue?

Thanks!

smile
Average of ratings: -
In reply to Dan Jeffries

Re: Notes - can we get an HTML editor?

by Mauno Korpelainen -

It is possible with one tiny change:

open file notes/editform.php and change line 13

$mform->addElement('textarea', 'content', $strcontent, array('rows'=>15, 'cols'=>40));

to

$mform->addElement('htmleditor', 'content', $strcontent, array('rows'=>15, 'cols'=>40));

That should do the trick...