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.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/widget/Pager/Pager.html

13 lines
1.0 KiB
HTML

<div dojoAttachPoint="pagerContainer" tabIndex="0" dojoAttachEvent="onkeypress: _handleKey, onfocus: _a11yStyle, onblur:_a11yStyle" class="${orientation}PagerContainer">
<div class="pagerContainer">
<div dojoAttachPoint="pagerContainerStatus" class="${orientation}PagerStatus"></div>
<div dojoAttachPoint="pagerContainerView" class="${orientation}PagerView">
<div dojoAttachPoint="pagerItemContainer"><ul dojoAttachPoint="pagerItems" class="pagerItems"></ul></div>
</div>
<div dojoAttachPoint="pagerContainerPager" class="${orientation}PagerPager">
<div tabIndex="0" dojoAttachPoint="pagerNext" class="pagerIconContainer" dojoAttachEvent="onclick: _pagerNext"><img dojoAttachPoint="pagerIconNext" src="${iconNext}" alt="Next" /></div>
<div tabIndex="0" dojoAttachPoint="pagerPrevious" class="pagerIconContainer" dojoAttachEvent="onclick: _pagerPrevious"><img dojoAttachPoint="pagerIconPrevious" src="${iconPrevious}" alt="Previous" /></div>
</div>
</div>
<div dojoAttachPoint="containerNode" style="display:none"></div>
</div>