hi ,
I am looking for some help how to make a collapsable container in ABM
i do not know what is needed for header and body
I got this part
but ..
i can not find anything on this
thank you
AH
I am looking for some help how to make a collapsable container in ABM
i do not know what is needed for header and body
I got this part
B4X:
Dim usercount As ABMContainer
Dim collapse As ABMContainer
Dim collapsez As ABMContainer
usercount.InitializeCollapsable(page, "usercount", "centercontent","centercontent","centercontent",True)
? >> needs this ? usercount.CollapsableHeading.Initialize(page,"collapsax","centercontent")
? >> needs this ? usercount.CollapsableBody.Initialize(page,"collapsa","centercontent")
but ..
B4X:
This container is collapsable. Use CollapsableHeader/CollapsableBody!
thank you
AH