2150 |
mathias |
1 |
<div class="dijitTitlePane">
|
|
|
2 |
<div dojoAttachEvent="onclick:toggle,onkeypress: _onTitleKey,onfocus:_handleFocus,onblur:_handleFocus" tabindex="0"
|
|
|
3 |
waiRole="button" class="dijitTitlePaneTitle" dojoAttachPoint="focusNode">
|
|
|
4 |
<div dojoAttachPoint="arrowNode" class="dijitInline dijitArrowNode"><span dojoAttachPoint="arrowNodeInner" class="dijitArrowNodeInner"></span></div>
|
|
|
5 |
<div dojoAttachPoint="titleNode" class="dijitTitlePaneTextNode"></div>
|
|
|
6 |
</div>
|
|
|
7 |
<div class="dijitTitlePaneContentOuter" dojoAttachPoint="hideNode">
|
|
|
8 |
<div class="dijitReset" dojoAttachPoint="wipeNode">
|
|
|
9 |
<div class="dijitTitlePaneContentInner" dojoAttachPoint="containerNode" waiRole="region" tabindex="-1">
|
|
|
10 |
<!-- nested divs because wipeIn()/wipeOut() doesn't work right on node w/padding etc. Put padding on inner div. -->
|
|
|
11 |
</div>
|
|
|
12 |
</div>
|
|
|
13 |
</div>
|
|
|
14 |
</div>
|