Hi all,
I would like to force the text entered in my textarea field, to be wrapped (for exemple after 30 characters) automatically, even if it has no white space after the word (this_is_a_long_word_that_i_would_like_to_be_wrapped_after_the_30_th_caracter)
Can someone help me ?
Thanks
wrap my textearea !
Moderators: Developer, Contributor
Re: wrap my textearea !
You can write a plugin which hooks the events EVENT_DISPLAY_TEXT, EVENT_DISPLAY_FORMATTED, EVENT_DISPLAY_RSS, EVENT_DISPLAY_EMAIL
The standard implementation comes with MantisBT.
Have a look at directory plugins/MantisCoreFormatting and core/classes/MantisFormattingPlugin.class.php
The standard implementation comes with MantisBT.
Have a look at directory plugins/MantisCoreFormatting and core/classes/MantisFormattingPlugin.class.php