bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI

Home Page:http://hallojs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newbie question: Is there a way to limit the text input itself?

thomasjoyce opened this issue · comments

For example,

I would like to prevent user to hit enter to increase the length of the text box if it is the header title of an article. plus have a max limit of number of characters the user are able to type in the title header.

Right now, i can't figure out how to prevent that. Thanks for any help or directions. :- )