This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="dojoxGridView" wairole="presentation"> | |
<div class="dojoxGridHeader" dojoAttachPoint="headerNode" wairole="presentation"> | |
<div dojoAttachPoint="headerNodeContainer" style="width:9000em" wairole="presentation"> | |
<div dojoAttachPoint="headerContentNode" wairole="row"></div> | |
</div> | |
</div> | |
<input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" wairole="presentation" /> | |
<input type="checkbox" class="dojoxGridHiddenFocus" wairole="presentation" /> | |
<div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" wairole="presentation"> | |
<div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" wairole="presentation"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
current template: | |
<div class="dojoxGrid" hidefocus="hidefocus" wairole="grid" dojoAttachEvent="onmouseout:_mouseOut"> | |
<div class="dojoxGridMasterHeader" dojoAttachPoint="viewsHeaderNode" tabindex="-1" wairole="presentation"></div> | |
<div class="dojoxGridMasterView" dojoAttachPoint="viewsNode" wairole="presentation"></div> | |
<div class="dojoxGridMasterMessages" style="display: none;" dojoAttachPoint="messagesNode"></div> | |
<span dojoAttachPoint="lastFocusNode" tabindex="0"></span> | |
</div> | |
possible alternative: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>FisheyeList Widget Demonstration</title> | |
<style type="text/css"> | |
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { | |
margin: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>FisheyeList Widget Demonstration</title> | |
<style type="text/css"> | |
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { | |
margin: 0; |
NewerOlder