Posted in xn--kfs74mzzid01b.com edit by anonym on January 9th, 2009
I have a question. If have an app that has many possible tabs, and in the tab (contentpanel) contents are objects such as a jsonview, how can I either access those objects, or save them with the tab (contentpanel) object to access them?
I know I could wrap everything in another class that stores all that, but I was wondering if there was an easier existing way.
Thank you,
Ryanno, how do you access a json view object created inside a contentpanel? I have an app that can create many contentpanels and all content a jsonview.
I need to either somehow access the jsonview object, or save it to access it. I would like to save it inside an existing object like contentpanel itself, else I need to code extra code to store the objects for each contentpanel and track it.am not sure what you are asking? How to access the tabs in a TabPanel? You mean like getTab?You can always set it as an expando on the ContentPanel.
panel.jsonView = yourView;#If you have any other info about this subject , Please add it free.# |
|