_SF.ejTab🔗 Syncfusion Tab widget

Constructor: [titles [sections]] | [titles_sections]

titles – vector of char vectors containing titles to appear on tabbed sections

sections – vector of vectors containing HTML content for each section or URL pointing to content to load dynamically

titles_sections – 2-column matrix of titles [;1] and sections [;2] as above or vector of 2 element title/section vectors

Public Fields:

Titles – vector of char vectors containing titles to appear on tabbed sections

Sections – vector of vectors containing HTML content for each section

IsURL – scalar or vector indicating if a section is a URL default is 0

Examples:

ejTab 'Title1' 'Title2'

ejTab ('Title1' 'Title2')('Section1' 'Section2')

ejTab 2 2⍴'Title1' 'Section1' 'Title2' 'Section2'

Relevant Sample Pages:

Controls used on this page: Dyalog: Tabs Base HTML: style