getValue()
Parameters:
None
Usage:
// retrieve the field object rendered by this custom editor and get its value
var field = sdk.getField();
var fieldValue = field.getValue();Returns:
Value of the field
Parameters:
None
Usage:
// retrieve the field object rendered by this custom editor and get its value
var field = sdk.getField();
var fieldValue = field.getValue();Returns:
Value of the field