Hi,
Im using SmartClient Version: SC_SNAPSHOT-2011-05-03/LGPL Development Only (built 2011-05-03).
There is a method setControls() on SectionStackSection. But i couldnt found its counterpart, getControls() to get the controls assigned to the Section.
Please find my problem below:
I'm creating SectionStackSections in a loop and I'm attaching a dynamicform with hyperlink as control to each Section. I got one requirement that i need to change link's text when Section's context header clicked at runtime. Without method getControls() on section, How can i change the link's text?
Please suggest me.
Im using SmartClient Version: SC_SNAPSHOT-2011-05-03/LGPL Development Only (built 2011-05-03).
There is a method setControls() on SectionStackSection. But i couldnt found its counterpart, getControls() to get the controls assigned to the Section.
Please find my problem below:
I'm creating SectionStackSections in a loop and I'm attaching a dynamicform with hyperlink as control to each Section. I got one requirement that i need to change link's text when Section's context header clicked at runtime. Without method getControls() on section, How can i change the link's text?
Please suggest me.
Comment