Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Demo's for IWJQAccordion and IWJQPageControl
#4
Here is how you can easily create this. Use methods CreatePage and CreateSection of the IWjQPageControl and IWjQAccordion:

Code:
newSection := AccordionRemarks.CreateSection('Caption of the section here');

or

newPage := YourPageControl.CreatePage('Caption of the page here');

CreatePage and CreateSection do lots of things under the hood to guarantee that the new page or section will work correctly.

You also don't need to worry about index and name of the section. The methods will do that for you and you only need set these if you need to change.
Reply


Messages In This Thread
RE: Demo's for IWJQAccordion and IWJQPageControl - by Alexandre Machado - 04-21-2023, 12:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)