AA Dynamically Adding Panels to a Panel Navigator
Uploaded on Aug 16, 2013 / 167 views / 468 impressions / 0 comments
Description
UX_V12--48 Alpha Five V12 UX Dynamically add panels Part 1 and 2
When you create a UX component that uses a Panel Navigator, you typically define the Panels (Cards, Layouts, and child Navigators) that this Panel Navigator controls at design-time. However, it is possible to dynamically add new Panels to a Panel Navigator at run-time by calling the .addPanel() method of the Panel Navigator object. Similarly, you can remove Panels from a Panel Navigator at run-time. In this video, we show how this is done.