Component currently referring to the DataCollection
Type
- uiplugin
Property Summary
- id
- ID of the aliasDataMap. Allocated as a global object.
- scope
- The dataMap object to refer to. Can refer to only the parent. Referring to a child or sibling is not supported.
- studioSrc
- A property dedicated to the WebSquare5 Studio to get the information of the parent page.
- userData1
- User-defined property
- userData2
- User-defined property
- userData3
- User-defined property
Event Summary
Method Summary
- getObj( )
- Returns the dataMap object that the aliasDataMap is currently referring to.
- setScope( scope )
- Dynamically sets the scope.
Property Detail
- id
-
ID of the aliasDataMap. Allocated as a global object.
- scope
-
The dataMap object to refer to. Can refer to only the parent. Referring to a child or sibling is not supported.
Remains empty when the linked dataMap is not found or when the object type is not dataMap. - studioSrc
-
A property dedicated to the WebSquare5 Studio to get the information of the parent page.
- userData1
-
User-defined property. Use getUserData("userData1") to get the data.
- userData2
-
User-defined property. Use getUserData("userData2") to get the data.
- userData3
-
User-defined property. Use getUserData("userData3") to get the data.
Event Detail
Method Detail
- getObj( )
-
Returns the dataMap object that the aliasDataMap is currently referring to.
Return type description Object The dataMap object currently being referred to. - setScope( scope )
-
Dynamically sets the scope. Dynamically changes the dataMap currently being referred to. The aliasDataMap and the bound components are initialized.
Parameter name type required description scope String Y Path of the dataMap to refer to.