Component currently referring to the DataCollection
Type
- uiplugin
Property Summary
- id
- ID of the aliasLinkedDataList. Allocated as a global object.
- scope
- The linkedDataList 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 linkedDataList object that the aliasLinkedDataList is currently referring to.
- setScope( scope )
- Dynamically sets the scope.
Property Detail
- id
-
ID of the aliasLinkedDataList. Allocated as a global object.
- scope
-
The linkedDataList object to refer to. Can refer to only the parent. Referring to a child or sibling is not supported.
Remain empty when the linked linkedDataList is not found or the object type is not linkedDataList. - 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 linkedDataList object that the aliasLinkedDataList is currently referring to.
Return type description Object The linkedDataList object currently being referred to in the scope. - setScope( scope )
-
Dynamically sets the scope. Dynamically changes the linkedDataList being referred to. The aliasLinkedDataList and the bound components are initialized.
Parameter name type required description scope String Y Path of the linkedDataList