PropertyEventMethodIndex
WebSquare.uiplugin.aliasDataList - 5.0_2.3201B.20180706.155915

Component currently referring to the DataCollection

Type

uiplugin

Property Summary

id
ID of the aliasDataList. Allocated as a global object.
scope
The dataList 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 dataList object that the aliasDataList is currently referring to.
setScope( scope )
Dynamically sets the scope.

Property Detail

id
ID of the aliasDataList. Allocated as a global object.
scope
The dataList object to refer to. Can refer to only the parent. Referring to a child or sibling is not supported.
Remains empty when the linked DataList is not found or the referred object type is not dataList.
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 dataList object that the aliasDataList is currently referring to.
Return
typedescription
ObjectDataList object being referred to in the current scope.
setScope( scope )
Dynamically sets the scope. Dynamically changes the dataList currently being referred to. The aliasDataList and the bound components are initialized.
Parameter
nametyperequireddescription
scopeStringYPath of the dataList to refer to.