javascript - Content Tools add br instead of p when pressing the Enter -


content tools

i need when pressing "enter" instead tag p add tag br, how can implemented? thank in advance.

contentedit (which part of contenttools) provides setting allow configure behaviour of return key in text elements - prefer_line_breaks (see settings documentation here: http://getcontenttools.com/api/content-edit#settings).

so configure application insert line breaks (br tags) when enter key pressed need set prefer_line_breaks true so:

contentedit.prefer_line_breaks = true; 

Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -