GridContainer.html #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • collateral/
  • dojo-debug/
  • dojox/
  • layout/
  • resources/
  • GridContainer.html
  • View
  • Commits
  • Open Download .zip Download (375 B)
<div id="${id}" class="gridContainer" dojoAttachPoint="containerNode" tabIndex="0" dojoAttachEvent="onkeypress:_selectFocus">
	<div dojoAttachPoint="gridContainerDiv">
		<table class="gridContainerTable" dojoAttachPoint="gridContainerTable" cellspacing="0" cellpadding="0">
			<tbody>
				<tr dojoAttachPoint="gridNode" >
					
				</tr>
			</tbody>
		</table>
	</div>
</div>
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/collateral/dojo-debug/dojox/layout/resources/GridContainer.html
#1 8972 Matt Attaway Initial add of the Chronicle source code