From d96b2dfdf90fa597ba1234ed69424fb2f9419be8 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Fri, 30 Nov 2012 20:02:37 +0400 Subject: [PATCH] ajaxOptions comments example --- src/editable-form/editable-form.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/editable-form/editable-form.js b/src/editable-form/editable-form.js index a2db423..fba6c60 100644 --- a/src/editable-form/editable-form.js +++ b/src/editable-form/editable-form.js @@ -445,6 +445,11 @@ Editableform is linked with one of input types, e.g. 'text' or 'select'. /** Wether to show buttons or not. Form without buttons can be auto-submitted by input or by onblur = 'submit'. + @example + ajaxOptions: { + method: 'PUT', + dataType: 'xml' + } @property showbuttons @type boolean