diff options
Diffstat (limited to 'js/dojo-1.6/dojox/atom/widget/templates/FeedViewer.html')
| -rw-r--r-- | js/dojo-1.6/dojox/atom/widget/templates/FeedViewer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/atom/widget/templates/FeedViewer.html b/js/dojo-1.6/dojox/atom/widget/templates/FeedViewer.html new file mode 100644 index 0000000..f3d2108 --- /dev/null +++ b/js/dojo-1.6/dojox/atom/widget/templates/FeedViewer.html @@ -0,0 +1,6 @@ +<div class="feedViewerContainer" dojoAttachPoint="feedViewerContainerNode"> + <table cellspacing="0" cellpadding="0" class="feedViewerTable"> + <tbody dojoAttachPoint="feedViewerTableBody" class="feedViewerTableBody"> + </tbody> + </table> +</div> |
