Method | Description | |
---|---|---|
GetValue ( Widget editor ) : object | ||
LoadValue ( Widget editor, |
||
SaveValue ( Widget editor, |
||
SetReadOnly ( Widget widget, bool isReadOnly ) : void | ||
SetRequired ( Widget widget, bool isRequired ) : void | ||
SetValue ( Widget editor, object value ) : void |
Method | Description | |
---|---|---|
SetReadOnly ( jQueryObject elements, bool isReadOnly ) : jQueryObject |
public static GetValue ( Widget editor ) : object | ||
editor | Widget | |
return | object |
public static LoadValue ( Widget editor, |
||
editor | Widget | |
item | ||
source | dynamic | |
return | void |
public static SaveValue ( Widget editor, |
||
editor | Widget | |
item | ||
target | dynamic | |
return | void |
public static SetReadOnly ( Widget widget, bool isReadOnly ) : void | ||
widget | Widget | |
isReadOnly | bool | |
return | void |
public static SetRequired ( Widget widget, bool isRequired ) : void | ||
widget | Widget | |
isRequired | bool | |
return | void |
public static SetValue ( Widget editor, object value ) : void | ||
editor | Widget | |
value | object | |
return | void |