aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/grid/resources/GridView.html
blob: d86782d2a18d92531196240ed7e7ebeb0ca60de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="dojoxGrid-view">
	<div class="dojoxGrid-header" dojoAttachPoint="headerNode">
		<div dojoAttachPoint="headerNodeContainer" style="width:9000em">
			<div dojoAttachPoint="headerContentNode"></div>
		</div>
	</div>
	<input type="checkbox" class="dojoxGrid-hidden-focus" dojoAttachPoint="hiddenFocusNode" />
	<input type="checkbox" class="dojoxGrid-hidden-focus" />
	<div class="dojoxGrid-scrollbox" dojoAttachPoint="scrollboxNode">
		<div class="dojoxGrid-content" dojoAttachPoint="contentNode" hidefocus="hidefocus"></div>
	</div>
</div>