A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/form/api/simplevault/simplevault_getvalue_method/ below:

Website Navigation


JavaScript Form - getValue Simple Vault Method

getValue()

returns the current value of a SimpleVault control

getValue(): object[];

Returns:

An array with the current value of the control.

Example

const value = form.getItem("simplevault").getValue();
/* =>
[
{
"id": "file1",
"name": "file_name1.png",
"status": "uploaded",
},
{
"id": "file2",
"name": "file_name2.png",
"status": "uploaded",
}
]
*/

The returned array contains objects that may have the properties listed in the value configuration property.


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