content
タブのcontent要素を取得します。
constructor(header: any, content: any): AccordionPane
AccordionPaneクラスの新しいインスタンスを初期化します。
Element or CSS selector for the element that contains the pane header.
Element or CSS selector for the element that contains the pane content.
Accordionコントロール内のペインを表します。
ペインには、headerとcontentの2つの要素が含まれます。 headerはペインのタイトルを表示します。 また、contentはペインのコンテンツを示す折りたたみ可能な要素です。