You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
722 B
HTML
11 lines
722 B
HTML
12 years ago
|
<div data-dojo-attach-event='onclick:_onTitleClick' class='dijitAccordionTitle' role="presentation">
|
||
|
<div data-dojo-attach-point='titleNode,focusNode' data-dojo-attach-event='onkeypress:_onTitleKeyPress'
|
||
|
class='dijitAccordionTitleFocus' role="tab" aria-expanded="false"
|
||
|
><span class='dijitInline dijitAccordionArrow' role="presentation"></span
|
||
|
><span class='arrowTextUp' role="presentation">+</span
|
||
|
><span class='arrowTextDown' role="presentation">-</span
|
||
|
><img src="${_blankGif}" alt="" class="dijitIcon" data-dojo-attach-point='iconNode' style="vertical-align: middle" role="presentation"/>
|
||
|
<span role="presentation" data-dojo-attach-point='titleTextNode' class='dijitAccordionText'></span>
|
||
|
</div>
|
||
|
</div>
|