mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Prerequisites to the custom fields
SVN:trunk[3909]
This commit is contained in:
@@ -295,9 +295,6 @@ $(function()
|
||||
{
|
||||
this.buildData.style_code += ' '+ field.css_inline;
|
||||
}
|
||||
// JS widget itop.form_field
|
||||
var json_validators = (field.validators != undefined) ? JSON.stringify(field.validators) : 'null';
|
||||
this.buildData.script_code += '; $("[' + this.options.field_identifier_attr + '=\'' + field.id + '\']").form_field({ validators: ' + json_validators + ' });';
|
||||
|
||||
},
|
||||
buildForm: function()
|
||||
|
||||
Reference in New Issue
Block a user