eGovPDX / Council-Agenda-App

5 stars 0 forks source link

Allow line breaks in textareas #88

Closed OscarGodson closed 12 years ago

OscarGodson commented 12 years ago

We should see the \n\r in the text and convert that to <br>s and <p>s when displaying the data (not on inserting it into the db obviously)

Will be used in session notes, item text, etc

OscarGodson commented 12 years ago

It will now take hard and soft lines breaks. I.e.:

Hard break:

Hi there

this is a hard break

Soft Break:

Hi there
this is a soft break

It'll look like how you type it in the text editor. No shift+enter or anything.