summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/resources/View.html
blob: 578b705964c42a335e8445459a9a1c3f84af4728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="dojoxGridView" role="presentation">
	<div class="dojoxGridHeader" dojoAttachPoint="headerNode" role="presentation">
		<div dojoAttachPoint="headerNodeContainer" style="width:9000em" role="presentation">
			<div dojoAttachPoint="headerContentNode" role="row"></div>
		</div>
	</div>
	<input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" role="presentation" />
	<input type="checkbox" class="dojoxGridHiddenFocus" role="presentation" />
	<div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" role="presentation">
		<div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" role="presentation"></div>
	</div>
</div>