EditorFileBrowserSchemaModelFieldsSizeSettingsBuilder
Methods
Field(System.String)
The name of the field.
Parameters
value - System.String
The value for Field
Parse(System.String)
Specifies the function which will parse the field value. If not set default parsers will be used.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
Parse(System.Func)
Specifies the function which will parse the field value. If not set default parsers will be used.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.