Added icon_select widget

SVN:trunk[2056]
This commit is contained in:
Denis Flaven
2012-05-30 09:04:12 +00:00
parent 8a8b8b87e3
commit 38df2c71a2
4 changed files with 787 additions and 6 deletions

View File

@@ -103,7 +103,13 @@ $(function()
if (this.options.do_apply)
{
// specific behavior...
this.options.do_apply();
if (this.options.do_apply())
{
this.bModified = false;
this.previous_value = this.value;
this.value = this._get_field_value();
this._refresh();
}
}
else
{