Wijmo UI for the Web
header Field
wijmo.accordion Namespace > WijAccordionOptions Interface : header Field

Determines the selector for the header element.

Syntax
var instance; // Type: wijmo.accordion.WijAccordionOptions;
var value; // Type: string
value = instance.header;
var header : string;
Remarks
Set this option to put header and content elements inside the HTML tags of your choice. By default, the header is the first child after an <LI> element, and the content is the second child html markup.
See Also

Reference

WijAccordionOptions Interface