EditorImageBrowserSchemaModelFieldsNameSettingsBuilder
Methods
Field(System.String)
The name of the field.
Parameters
value - System.String
The value for Field
RETURNS
Returns the current EditorImageBrowserSchemaModelFieldsNameSettingsBuilder instance.
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.
RETURNS
Returns the current EditorImageBrowserSchemaModelFieldsNameSettingsBuilder instance.
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.
RETURNS
Returns the current EditorImageBrowserSchemaModelFieldsNameSettingsBuilder instance.