Skip to content Skip to sidebar Skip to footer
Showing posts with the label Textarea

How To Set The Maxlength Of A Textarea So That It Works Across All Browsers?

I wrote the below maxLength restriction on the textarea control and it works fine in IE 9.0 but doe… Read more How To Set The Maxlength Of A Textarea So That It Works Across All Browsers?

Display Textarea Output As A List With Bullets

I have a form with a textarea into which my clients write several phrases/sentences of which typica… Read more Display Textarea Output As A List With Bullets

Resize Textarea On Load

I'm having issues trying to resize a text area, I can do it as the user is typing but when they… Read more Resize Textarea On Load

Detecting Specific Words In A Textarea Submission

I have a new feature on my site, where users can submit any text (I stopped all HTML entries) via … Read more Detecting Specific Words In A Textarea Submission

Capturing Linebreaks (newline,linefeed) Characters In A Textarea

I have a form with a and I want to capture any line breaks in that textarea on the server-side, an… Read more Capturing Linebreaks (newline,linefeed) Characters In A Textarea

How To Insert Placeholder Text In Text_area_tag In Rails?

I'm using the following code to generate a textarea tag: When rend Solution 1: The html seem… Read more How To Insert Placeholder Text In Text_area_tag In Rails?