rename cancelnochange into savenochange

This commit is contained in:
vitalets
2012-12-06 21:19:33 +04:00
parent 19a6dabbae
commit 48a665c7f2
4 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ Version 1.2.0 wip
[enh] new option: 'display' callback. Makes far more flexible rendering value into element's text. (vitalets)
[bug] fix typos (atrophic)
[enh] all callbacks scope changed to element (vitalets)
[enh] new option: 'cancelnochange' to cancel or submit value when it was not changed in form (vitalets)
[enh] new option: 'savenochange' to save or cancel value when it was not changed in form (vitalets)
[enh] composite pk can be defined as JSON in data-pk attribute (vitalets)
[enh #30] new option 'sourceCache' true|false to disable cache for select (vitalets)
[bug #34] inputclass span* broken with fluid bootstrap layout. Classes changed to 'input-*'. (vitalets)