String | target (POST) URL or function to send edited content to ** |
Hash | options additional options |
String | options[method] method to use to send edited content (POST or PUT) ** |
Function | options[callback] Function to run after submitting edited content ** |
String | options[name] POST parameter name of edited content |
String | options[id] POST parameter name of edited div id |
Hash | options[submitdata] Extra parameters to send when submitting edited content. |
String | options[type] text, textarea or select (or any 3rd party input type) ** |
Integer | options[rows] number of rows if using textarea ** |
Integer | options[cols] number of columns if using textarea ** |
Mixed | options[height] 'auto', 'none' or height in pixels ** |
Mixed | options[width] 'auto', 'none' or width in pixels ** |
String | options[loadurl] URL to fetch input content before editing ** |
String | options[loadtype] Request type for load url. Should be GET or POST. |
String | options[loadtext] Text to display while loading external content. |
Mixed | options[loaddata] Extra parameters to pass when fetching content before editing. |
Mixed | options[data] Or content given as paramameter. String or function.** |
String | options[indicator] indicator html to show when saving |
String | options[tooltip] optional tooltip text via title attribute ** |
String | options[event] jQuery event such as 'click' of 'dblclick' ** |
String | options[submit] submit button value, empty means no button ** |
String | options[cancel] cancel button value, empty means no button ** |
String | options[cssclass] CSS class to apply to input form. 'inherit' to copy from parent. ** |
String | options[style] Style to apply to input form 'inherit' to copy from parent. ** |
String | options[select] true or false, when true text is highlighted ?? |
String | options[placeholder] Placeholder text or html to insert when element is empty. ** |
String | options[onblur] 'cancel', 'submit', 'ignore' or function ?? |
Function | options[onsubmit] function(settings, original) { ... } called before submit |
Function | options[onreset] function(settings, original) { ... } called before reset |
Function | options[onerror] function(settings, original, xhr) { ... } called on error |
Hash | options[ajaxoptions] jQuery Ajax options. See docs.jquery.com. |