Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $('#some-element').editable({
lineBreaks : true, // Whether or not to convert \n to <br /> (default true)
toggleFontSize : true, // Whether or not it should be possible to change font size (default true),
closeOnEnter : false, // Whether or not pressing the enter key should close the editor (default false)
closeOnEsc : true, // Whether or not pressing the escape key should close the editor (default false)
event : 'click', // The event that triggers the editor (default dblclick)
tinyMCE : false, // Integrate with tinyMCE by settings this option to true or an object containing your tinyMCE configuration
emptyMessage : '<em>Please write something.</em>', // HTML that will be added to the editable element in case it gets empty (default false)
Expand Down
Loading