From adda82fbf0013fee07caeab1d8a59bef6f0fb52f Mon Sep 17 00:00:00 2001 From: Mottie Date: Mon, 25 Nov 2013 05:58:03 -0600 Subject: [PATCH] update editable widget docs --- docs/example-widget-editable.html | 39 ++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/docs/example-widget-editable.html b/docs/example-widget-editable.html index 0246e96a..e2294280 100644 --- a/docs/example-widget-editable.html +++ b/docs/example-widget-editable.html @@ -29,18 +29,34 @@ td.no-edit, span.no-edit { @@ -66,6 +82,7 @@ td.no-edit, span.no-edit {
  • editable_enterToAccept (true) - Makes the user press enter to accept the content within the editable table cell; if false, clicking outside the cell will accept the content.
  • editable_autoResort (false) - If true the column will resort (only if already sorted) after the content has been changed.
  • editable_noEdit ('no-edit') - Class name on table cells to search for that are not to become editable. The search is only done within the columns set by the editable_column option.
  • +
  • editable_editComplete ('editComplete') - Event fired after the table content has been edited.
  • Pressing escape while editing will cancel any changes.