I already posted this question on SOF also.

https://stackoverflow.com/questions/56323077/create-or-add-section-content-at-runtime

Thanks.

On Mon, May 27, 2019 at 3:48 PM choirul anam <ichsan.a...@gmail.com> wrote:

> Dear All,
>
> This code is from TDJ example (the MainContent.mxml)
>
>     <j:ApplicationMainContent localId="main" hasTopAppBar="true"
> hasFooterBar="true" selectedContent = "welcome_panel">
>         <local:WelcomeSection name="welcome_panel"/>
>         <local:AlertPlayGround name="alert_panel"/>
>         <local:ButtonPlayGround name="button_panel"/>
>         <local:ImagePlayGround name="image_panel"/>
>         <local:NumericStepperPlayGround name="numericstepper_panel"/>
>         <local:DateComponentsPlayGround name="datecomponents_panel"/>
>         <local:ComboBoxPlayGround name="combobox_panel"/>
>         <local:CheckBoxPlayGround name="checkbox_panel"/>
>         <local:MiscelaneaPlayGound name="miscelanea_panel"/>
>         <local:HeadingsAndText name="text_panel"/>
>         <local:LabelPlayGround name="label_panel"/>
>         <local:ListPlayGround name="list_panel"/>
>         <local:RadioButtonPlayGround name="radiobutton_panel"/>
>         <local:SliderPlayGround name="slider_panel"/>
>         <local:TextInputPlayGround name="textinput_panel"/>
>         <local:GridPlayGround name="grid_panel"/>
>         <local:CardPlayGround name="card_panel"/>
>         <local:TablePlayGround name="tables_panel"/>
>         <local:FormsValidationPlayGround name="form_validation_panel"/>
>         <local:DropDownListPlayGround name="dropdownlist_panel"/>
>         <local:SnackbarPlayGround name="snackbar_panel"/>
>         <local:TabBarPlayGround name="tabbar_panel"/>
>         <local:ViewStatesPlayGround name="viewstates_panel"/>
>         <local:LayoutsPlayGround name="layouts_panel"/>
>         <local:WizardPlayGround name="wizards_panel"/>
>         <local:PopUpPlayGround name="popup_panel"/>
>     </j:ApplicationMainContent>
>
>
> How if we want to create / add the section content at runtime ?
> Please help.
>
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>

Reply via email to