ajaxOptions comments example

This commit is contained in:
vitalets 2012-11-30 20:02:37 +04:00
parent b2009d7c45
commit d96b2dfdf9

@ -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