Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

DynamicForm itemChanged() arguments ?

$
0
0
SmartClient_SNAPSHOT_v101d_2015-01-10_LGPL

DynamicForm

_itemChanged : function (item, value) {
if (!item.suppressItemChanged && this.itemChanged != null) {
this.itemChanged(this, value);
}
},

passed form, should be item ?
this.itemChanged(item, value);

Viewing all articles
Browse latest Browse all 4756

Trending Articles