summaryrefslogtreecommitdiff
path: root/lib/dijit/layout/templates/ScrollingTabController.html
diff options
context:
space:
mode:
authorAnders Kaseorg <[email protected]>2017-01-20 12:29:59 -0500
committerAnders Kaseorg <[email protected]>2017-01-21 13:22:14 -0500
commit6887a0f57307820b097b51aee952c555bcf69024 (patch)
treeff041c03ac0251468eb4308927052f8bd6071ca3 /lib/dijit/layout/templates/ScrollingTabController.html
parent9f539be3c2c93ce358b10ca396e922b3b99b56ea (diff)
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <[email protected]>
Diffstat (limited to 'lib/dijit/layout/templates/ScrollingTabController.html')
-rw-r--r--lib/dijit/layout/templates/ScrollingTabController.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/dijit/layout/templates/ScrollingTabController.html b/lib/dijit/layout/templates/ScrollingTabController.html
index 505b92fc8..f72817d90 100644
--- a/lib/dijit/layout/templates/ScrollingTabController.html
+++ b/lib/dijit/layout/templates/ScrollingTabController.html
@@ -1,22 +1,22 @@
<div class="dijitTabListContainer-${tabPosition}" style="visibility:hidden">
<div data-dojo-type="dijit.layout._ScrollingTabControllerMenuButton"
- class="tabStripButton-${tabPosition}"
- id="${id}_menuBtn"
- data-dojo-props="containerId: '${containerId}', iconClass: 'dijitTabStripMenuIcon',
+ class="tabStripButton-${tabPosition}"
+ id="${id}_menuBtn"
+ data-dojo-props="containerId: '${containerId}', iconClass: 'dijitTabStripMenuIcon',
dropDownPosition: ['below-alt', 'above-alt']"
- data-dojo-attach-point="_menuBtn" showLabel="false" title="">&#9660;</div>
+ data-dojo-attach-point="_menuBtn" showLabel="false" title="">&#9660;</div>
<div data-dojo-type="dijit.layout._ScrollingTabControllerButton"
- class="tabStripButton-${tabPosition}"
- id="${id}_leftBtn"
- data-dojo-props="iconClass:'dijitTabStripSlideLeftIcon', showLabel:false, title:''"
- data-dojo-attach-point="_leftBtn" data-dojo-attach-event="onClick: doSlideLeft">&#9664;</div>
+ class="tabStripButton-${tabPosition}"
+ id="${id}_leftBtn"
+ data-dojo-props="iconClass:'dijitTabStripSlideLeftIcon', showLabel:false, title:''"
+ data-dojo-attach-point="_leftBtn" data-dojo-attach-event="onClick: doSlideLeft">&#9664;</div>
<div data-dojo-type="dijit.layout._ScrollingTabControllerButton"
- class="tabStripButton-${tabPosition}"
- id="${id}_rightBtn"
- data-dojo-props="iconClass:'dijitTabStripSlideRightIcon', showLabel:false, title:''"
- data-dojo-attach-point="_rightBtn" data-dojo-attach-event="onClick: doSlideRight">&#9654;</div>
+ class="tabStripButton-${tabPosition}"
+ id="${id}_rightBtn"
+ data-dojo-props="iconClass:'dijitTabStripSlideRightIcon', showLabel:false, title:''"
+ data-dojo-attach-point="_rightBtn" data-dojo-attach-event="onClick: doSlideRight">&#9654;</div>
<div class='dijitTabListWrapper' data-dojo-attach-point='tablistWrapper'>
- <div role='tablist' data-dojo-attach-event='onkeypress:onkeypress'
- data-dojo-attach-point='containerNode' class='nowrapTabStrip'></div>
+ <div role='tablist' data-dojo-attach-event='onkeydown:onkeydown'
+ data-dojo-attach-point='containerNode' class='nowrapTabStrip'></div>
</div>
</div> \ No newline at end of file