[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Programatically open or close 'expander' component in blank form

  • Thread starter Thread starter george.ene
  • Start date Start date
Status
Not open for further replies.
G

george.ene

Guest
Hi jpetersen, You can do this by modifyng the expanders config.expanded value like this: myExpander.config.expanded = true; You need to annotate your expander as a @ViewChild first to access it. Hope this helps, George.

Continue reading...
 
Status
Not open for further replies.
Back
Top