returns the current value of an Avatar control
getValue(): object;
Returns:An object with the current value of the control.
Example
const value = form.getItem("avatar").getValue();
/* =>
{
"id": "image",
"src": "http://domen/upload/files/image.png",
"status": "uploaded"
}
*/
The returned object may contains the properties listed in the description of the value configuration object.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4