- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi All,
I was able to achieve this by giving the below tag inside my webpage.
<textarea name="intro" class="inputwidth" id="intro" onblur="document.controller.setValue('/ctx/vars/space', this.value.replace(/\n/g,'<br>'), 'intro')" placeholder="Introduction" rows="10" cols="50" type="text">Introduction</textarea></div>
Used <textarea> tag instead of <input> and gave onblur tag inside it.
Thank you everyone for all the suggestions.
Views
Replies
0 Likes
Total Likes