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.
15 lines
913 B
HTML
15 lines
913 B
HTML
12 years ago
|
<table class="dijit dijitReset dijitInline dijitLeft"
|
||
|
data-dojo-attach-point="_buttonNode,tableNode,focusNode" cellspacing='0' cellpadding='0'
|
||
|
role="combobox" aria-haspopup="true"
|
||
|
><tbody role="presentation"><tr role="presentation"
|
||
|
><td class="dijitReset dijitStretch dijitButtonContents dijitButtonNode" role="presentation"
|
||
|
><span class="dijitReset dijitInline dijitButtonText" data-dojo-attach-point="containerNode,_popupStateNode"></span
|
||
|
><input type="hidden" ${!nameAttrSetting} data-dojo-attach-point="valueNode" value="${value}" aria-hidden="true"
|
||
|
/></td><td class="dijitReset dijitRight dijitButtonNode dijitArrowButton dijitDownArrowButton"
|
||
|
data-dojo-attach-point="titleNode" role="presentation"
|
||
|
><div class="dijitReset dijitArrowButtonInner" role="presentation"></div
|
||
|
><div class="dijitReset dijitArrowButtonChar" role="presentation">▼</div
|
||
|
></td
|
||
|
></tr></tbody
|
||
|
></table>
|