]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/templates/TitlePane.html
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dijit / templates / TitlePane.html
diff --git a/static/dojo-release-1.1.1/dijit/templates/TitlePane.html b/static/dojo-release-1.1.1/dijit/templates/TitlePane.html
deleted file mode 100644 (file)
index c14905d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<div class="${baseClass}">
-       <div dojoAttachEvent="onclick:toggle,onkeypress: _onTitleKey,onfocus:_handleFocus,onblur:_handleFocus" tabindex="0"
-                       waiRole="button" class="dijitTitlePaneTitle" dojoAttachPoint="titleBarNode,focusNode">
-               <div dojoAttachPoint="arrowNode" class="dijitInline dijitArrowNode"><span dojoAttachPoint="arrowNodeInner" class="dijitArrowNodeInner"></span></div>
-               <div dojoAttachPoint="titleNode" class="dijitTitlePaneTextNode"></div>
-       </div>
-       <div class="dijitTitlePaneContentOuter" dojoAttachPoint="hideNode">
-               <div class="dijitReset" dojoAttachPoint="wipeNode">
-                       <div class="dijitTitlePaneContentInner" dojoAttachPoint="containerNode" waiRole="region" tabindex="-1">
-                               <!-- nested divs because wipeIn()/wipeOut() doesn't work right on node w/padding etc.  Put padding on inner div. -->
-                       </div>
-               </div>
-       </div>
-</div>