wrap my textearea !

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
r3z3
Posts: 4
Joined: 23 Jun 2012, 13:36

wrap my textearea !

Post by r3z3 »

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
atrol
Site Admin
Posts: 8534
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: wrap my textearea !

Post by atrol »

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
Please use Search before posting and read the Manual
Post Reply