upgrade
@@ -0,0 +1 @@
|
||||
.dojoDndItemOver {background-color: #feb !important;}.dojoDndItemSelected {background: #ccf; color: #444;}.dojoDndItemBefore {border-top: 3px solid red;}.dojoDndItemAfter {border-bottom: 3px solid red;}.dojoDndItemAnchor {background: #ccf; color: black;}.dojoDndItemOver.dojoDndItemSelected {background: #ec8;}.dojoDndItemOver.dojoDndItemAnchor {background: #feb !important;}.dojoDndAvatarItem {background: #eee;}.dndDropIndicator {border: 1px dashed #FF6600;cursor: default;}
|
||||
@@ -0,0 +1,9 @@
|
||||
<div class="dojoxExpandoPane">
|
||||
<div dojoAttachPoint="titleWrapper" class="dojoxExpandoTitle">
|
||||
<div class="dojoxExpandoIcon" dojoAttachPoint="iconNode" dojoAttachEvent="ondijitclick:toggle"><span class="a11yNode">X</span></div>
|
||||
<span class="dojoxExpandoTitleNode" dojoAttachPoint="titleNode">${title}</span>
|
||||
</div>
|
||||
<div class="dojoxExpandoWrapper" dojoAttachPoint="cwrapper" dojoAttachEvent="ondblclick:_trap">
|
||||
<div class="dojoxExpandoContent" dojoAttachPoint="containerNode"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1 @@
|
||||
.dojoxFloatingPane {background-color:#fff; position:relative; border: 1px solid #dedede; overflow: hidden; -webkit-box-shadow: 0px 5px 10px #adadad;}.dojoxFloatingPaneFg {-webkit-box-shadow: 0px 8px 20px #525252;}.dojoxFloatingPaneTitle {background: #cccccc; background:#fafafa repeat-x bottom left; border:1px solid #bfbfbf; padding:4px 4px 2px 4px; cursor: pointer; white-space: nowrap;}.soria .dojoxFloatingPaneTitle {background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left; border:1px solid #b1badf; font-size: 0.9em; font-weight: bold; line-height:1.2em;}.tundra .dojoxFloatingPaneTitle {background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left; border:1px solid #bfbfbf; color:#000;}.dojoxFloatingCloseIcon {background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center; width:16px; height:16px; overflow:hidden; float:right;}.dojoxFloatingMinimizeIcon {background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; width:7px; margin: 0px 4px; overflow:hidden; float:right;}.soria .dojoxFloatingMinimizeIcon {background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top; width: 14px; margin: 0px 2px;}.floatingPaneMaximized .dojoxFloatingMaximizeIcon {display:none;}.dojoxFloatingMaximizeIcon {background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center; width:7px; margin: 0px 4px; overflow:hidden; float:right;}.soria .dojoxFloatingMaximizeIcon {background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;}.floatingPaneMaximized .dojoxFloatingRestoreIcon {display:inline;}.dojoxFloatingRestoreIcon {background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; width:7px; margin: 0px 4px; float:right; display:none;}.dojoxFloatingResizeHandle {background:url('icons/resize.png') no-repeat bottom right; position:absolute; right:0; bottom:0; width:16px; height:16px; cursor:nw-resize;}.dojoxFloatingCloseIcon {width:15px; height:15px; overflow:hidden; float:right; cursor:pointer;}.soria .dojoxFloatingCloseIcon {background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;}.tundra .dojoxFloatingCloseIcon {background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;}.dojoxFloatingDockDefault {position:absolute; bottom:0px; left:0px; overflow:hidden; margin:0; margin-bottom:3px; padding:0px; width:100%; z-index:99; background:transparent;}.dojoxDockList {padding: 0px; margin: 0px;}.dojoxDockRestoreButton {background:url('../../../dijit/themes/tundra/images/folderClosed.gif') no-repeat center center; width:16px; height:16px; overflow:hidden; float:left; margin-top:2px;}.soria .dojoxDockRestoreButton {background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;}.dojoxDockTitleNode {overflow:hidden;}.dojoxDock {display: block; border: 1px solid black; position: absolute; padding:0; margin:0; background:#fcfcfc;}.dojoxDockNode {border: 1px solid #adadad; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 3px; cursor:pointer; list-style: none; padding: 2px; margin: 0px; height: 16px; width: auto; float: left; background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;}.soria .dojoxDockNode {background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;}.dojoxFloatingPaneContent {overflow: auto; background-color: #fff; height: 100%; width: 100%;}.dojoxFloatingPaneCanvas {background-color:#fff;}
|
||||
@@ -0,0 +1,14 @@
|
||||
<div class="dojoxFloatingPane" id="${id}">
|
||||
<div tabindex="0" role="button" class="dojoxFloatingPaneTitle" dojoAttachPoint="focusNode">
|
||||
<span dojoAttachPoint="closeNode" dojoAttachEvent="onclick: close" class="dojoxFloatingCloseIcon"></span>
|
||||
<span dojoAttachPoint="maxNode" dojoAttachEvent="onclick: maximize" class="dojoxFloatingMaximizeIcon"> </span>
|
||||
<span dojoAttachPoint="restoreNode" dojoAttachEvent="onclick: _restore" class="dojoxFloatingRestoreIcon"> </span>
|
||||
<span dojoAttachPoint="dockNode" dojoAttachEvent="onclick: minimize" class="dojoxFloatingMinimizeIcon"> </span>
|
||||
<span dojoAttachPoint="titleNode" class="dijitInline dijitTitleNode"></span>
|
||||
</div>
|
||||
<div dojoAttachPoint="canvas" class="dojoxFloatingPaneCanvas">
|
||||
<div dojoAttachPoint="containerNode" role="region" tabindex="-1" class="${contentClass}">
|
||||
</div>
|
||||
<span dojoAttachPoint="resizeHandle" class="dojoxFloatingResizeHandle"></span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1 @@
|
||||
.dragNode{z-index:10000; cursor:move;}.dragHandle{cursor:move;}.dropIndicator{position:relative; height:50px; border:1px dashed #FFF;}.dropIndicator > div{position:absolute; left:0;top:0;right:0;bottom:0; background-color:#000; opacity:0.17; filter:alpha(opacity=17); -khtml-opacity:0.17; -moz-opacity:0.17;}.dj_ie6 .dropIndicator div{position:relative; height:100%; background-color:#000; filter:alpha(opacity=17);}.dj_ie6 .dropIndicator{_margin:10px;}.dndCover{background-image:url("icons/pixel.gif"); position:absolute; left:0; top:0; width:100%; height:1000px; z-index:9999; cursor:move;}.dndCover2{z-index: 10001;}.dragNode{z-index:10000; cursor:move;}.dragHandle{cursor:move;}.dropIndicator{position:relative; height:50px; border:1px dashed #FFF;}.dropIndicator > div{position:absolute; left:0;top:0;right:0;bottom:0; background-color:#000; opacity:0.17; filter:alpha(opacity=17); -khtml-opacity:0.17; -moz-opacity:0.17;}.dj_ie6 .dropIndicator div{position:relative; height:100%; background-color:#000; filter:alpha(opacity=17);}.dj_ie6 .dropIndicator{_margin:10px;}.dndCover{background-image:url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D); position:absolute; left:0; top:0; width:100%; height:1000px; z-index:9999; cursor:move;}.dj_ie6 .orange .dndCover, .dj_ie7 .orange .dndCover{}.orange .dndCover2{z-index: 10001;}.dj_ie6 .gridContainer *{zoom:1;}.gridContainer{display:block; position:relative; background:#FFF; margin:0; width:100%; height:auto; overflow-y:auto; overflow-x:hidden !important;} .gridContainerTable{width:100%; border:1px solid #BFBFBF;}.gridContainerTable tbody, .gridContainerTable tr{height:100%;}.gridContainerZone{vertical-align:top; background-color:#FDFDFD; height:100%;}.gridContainerZone .serviceWidgetTitleText h2{position:relative;}.gridContainerGrip{cursor:default; position:absolute; top:0; width:10px; padding:0; margin:0; background-image:url(icons/pixel.gif); height:100%;} .gridContainerGripShow{cursor:e-resize; position:absolute; top:0; width:10px; padding:0; margin:0; background-image:url(icons/gridcontainer_grip.gif); height:100%;}.dropIndicator{border:2px dashed #BFBFBF;}.dropIndicator > div{background-color:#FFF;}.dj_ie6 .dropIndicator,.dj_ie6 .dojoxPortlet .dijitContentPane,.dj_ie6 .dojoxPortlet, .dj_ie6 .dojoxPortlet.dijitTitlePane{margin: 10px;}.gridContainerZone > *{margin: 10px !important;}
|
||||
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
@@ -0,0 +1 @@
|
||||
.dojoxRadioButtons {margin:0; padding:4px; width:100%; outline:0;}.dojoxRadioButtons tbody {margin:0; padding:0; width:100%;}.dojoxRadioButton {text-align:center; cursor:pointer; margin:0;}.dojoxRadioButtonSelected {border:1px solid #ededed;}.tundra .dojoxRadioButtonSelected {border:1px solid #a0a0a0; background:#b7b7b7;}.soria .dojoxRadioButtonSelected {background:#b7cdee;}.dojoxRadioButtonLabel {padding:8px; text-align:center; display:block;}.dojoxRadioGroup {overflow:hidden; border:0; margin:0; padding:0;}.dojoxRadioView {position:relative; overflow:hidden; height:100%;}
|
||||
@@ -0,0 +1 @@
|
||||
.dojoxResizeHandle {float: right; position: absolute; right: 2px; bottom: 2px; width: 13px; height: 13px; z-index: 20; background-image: url('icons/resize.png'); line-height: 0px;}.dijitRtl .dojoxResizeHandle {float: right; left: 0px; right: auto; background-image: url('icons/resizeRtl.png');}.dojoxResizeNW {cursor: nw-resize;}.dijitRtl .dojoxResizeNW {cursor: ne-resize;}.dojoxResizeNE {cursor: ne-resize;}.dijitRtl .dojoxResizeNE {cursor: nw-resize;}.dojoxResizeW {cursor: w-resize;}.dojoxResizeN {cursor: n-resize;}.dojoxResizeHandleClone {position:absolute; top:0; left:0; border:1px dashed #666; z-index:999;}
|
||||
@@ -0,0 +1 @@
|
||||
.dojoxRotatorContainer .dijitStackController,.dojoxRotatorPager {position:absolute; z-index:3;}.dojoxRotatorContent {position:absolute; z-index:1;}.dojoxRotatorContainer {border:1px solid #9b9b9b;}.dojoxRotatorContainer .dijitStackController {right:5px; top:5px;}.dojoxRotatorContainer .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {background-color:#000; background-image:none; color:#fff;}.dojoxRotatorContainer .dojoxRotatorPager{bottom:5px;right:5px;}.rotatorIcons .dijitButton{margin:0;}.rotatorIcons .dijitButtonNode{background:none !important;border:0 !important;padding:0 !important;}.rotatorIcons .dijitButtonText{display:none;}.rotatorIcons .previous,.rotatorIcons .next,.rotatorIcons .playPause,.rotatorIcons .dijitToggleButtonChecked .playPause{background-image:url("icons/rotator.png");background-repeat:no-repeat;display:block;height:16px;width:16px;}.rotatorIcons .previous{background-position:0 0;}.rotatorIcons .dijitButtonHover .previous{background-position:0 -16px;}.rotatorIcons .dijitButtonActive .previous{background-position:0 -32px;}.rotatorIcons .next{background-position:-16px 0;}.rotatorIcons .dijitButtonHover .next{background-position:-16px -16px;}.rotatorIcons .dijitButtonActive .next{background-position:-16px -32px;}.rotatorIcons .playPause{background-position:-32px 0;}.rotatorIcons .dijitToggleButtonHover .playPause{background-position:-32px -16px;}.rotatorIcons .dijitToggleButtonActive .playPause{background-position:-32px -32px;}.rotatorIcons .dijitToggleButtonChecked .playPause{background-position:-48px 0;}.rotatorIcons .dijitToggleButtonCheckedHover .playPause{background-position:-48px -16px;}.rotatorIcons .dijitToggleButtonCheckedActive .playPause{background-position:-48px -32px;}
|
||||
@@ -0,0 +1 @@
|
||||
.dojoxScrollWindow {position:relative; overflow:hidden;}.dojoxScrollHelper .helperInner {visibility: hidden;}.dojoxScrollHelper {border:1px solid #b7b7b7; width:4px; background:#ededed; height:4px; position:absolute; top:4px; left:4px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}.dojoxScrollWrapper {}
|
||||
@@ -0,0 +1,6 @@
|
||||
<div class="dojoxScrollWindow" dojoAttachEvent="onmouseenter: _enter, onmouseleave: _leave">
|
||||
<div class="dojoxScrollWrapper" style="${style}" dojoAttachPoint="wrapper" dojoAttachEvent="onmousemove: _calc">
|
||||
<div class="dojoxScrollPane" dojoAttachPoint="containerNode"></div>
|
||||
</div>
|
||||
<div dojoAttachPoint="helper" class="dojoxScrollHelper"><span class="helperInner">|</span></div>
|
||||
</div>
|
||||
@@ -0,0 +1 @@
|
||||
.dijitBorderContainer .dijitSplitterH {height: 6px;}.dijitBorderContainer .dijitSplitterV {width: 6px;}.dijitBorderContainer .dijitSplitterH .dojoxToggleSplitterIcon {background-image: url('icons/splitterToggleH.png'); background-repeat: no-repeat; width: 71px; height: 6px; top: 0; left: 45%; cursor: pointer;}.dijitBorderContainer .dijitSplitterV .dojoxToggleSplitterIcon {background-image: url('icons/splitterToggleV.png'); background-repeat: no-repeat; vertical-align: middle; width: 6px; height: 71px; left: 0; top: 45%; cursor: pointer;}.dojoxToggleSplitterTop .dojoxToggleSplitterIconOpen, .dojoxToggleSplitterBottom .dojoxToggleSplitterIconClosed {background-position: 0 -12px !important;}.dojoxToggleSplitterBottom .dojoxToggleSplitterIconOpen, .dojoxToggleSplitterTop .dojoxToggleSplitterIconClosed {background-position: 0 0 !important;}.dojoxToggleSplitterLeft .dojoxToggleSplitterIconOpen, .dojoxToggleSplitterRight .dojoxToggleSplitterIconClosed {background-position: -12px 0 !important;}.dojoxToggleSplitterRight .dojoxToggleSplitterIconOpen, .dojoxToggleSplitterLeft .dojoxToggleSplitterIconClosed {background-position: 0 0 !important;}.dojoxToggleSplitterTop .dojoxToggleSplitterIconOpenHover, .dojoxToggleSplitterBottom .dojoxToggleSplitterIconClosedHover {background-position: 0 -18px !important;}.dojoxToggleSplitterBottom .dojoxToggleSplitterIconOpenHover, .dojoxToggleSplitterTop .dojoxToggleSplitterIconClosedHover {background-position: 0 -6px !important;}.dojoxToggleSplitterLeft .dojoxToggleSplitterIconOpenHover, .dojoxToggleSplitterRight .dojoxToggleSplitterIconClosedHover {background-position: -18px 0 !important;}.dojoxToggleSplitterRight .dojoxToggleSplitterIconOpenHover, .dojoxToggleSplitterLeft .dojoxToggleSplitterIconClosedHover {background-position: -6px 0 !important;}.dojoxToggleSplitterTop .dojoxToggleSplitterA11y,.dojoxToggleSplitterBottom .dojoxToggleSplitterA11y {display: none; font-size: 6px; text-align: center;}.dojoxToggleSplitterRight .dojoxToggleSplitterA11y,.dojoxToggleSplitterLeft .dojoxToggleSplitterA11y {display: none; font-size: 8px; position: relative; top: 48%;}.dijit_a11y .dojoxToggleSplitterA11y {display: block;}
|
||||
|
After Width: | Height: | Size: 80 B |
|
After Width: | Height: | Size: 46 B |
|
After Width: | Height: | Size: 64 B |
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 269 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1 @@
|
||||
.dojoxColorPicker {padding:8px; -moz-border-radius:4pt; -webkit-border-radius:5pt; -webkit-drop-shadow:3pt;}.dojoxColorPickerRightPad {padding-right: 8px;}.tundra .dojoxColorPicker {background:#ededed; border:1px solid #ccc;}.dojoxColorPickerBox {position:relative; width:150px; height:150px; margin:0; padding:0;}.dojoxColorPickerUnderlay {position:relative; top:0; left:0; width:150px; height:150px; z-index:1;}.tundra .dojoxColorPickerUnderlay {border:1px solid #a0a0a0;}.claro .dojoxColorPicker {background:#ededed; border:1px solid #cdcdcd;}.claro .dojoxColorPickerUnderlay {border:1px solid #cccccc;}.dojoxHuePickerUnderlay {position:relative; top:0; left:0; height:150px; width:20px; z-index:1; text-align: center;}.dojoxHuePicker {position:relative; top: 0px; left: 0px; padding: 0px;}.dojoxHuePickerPoint {position:absolute; top:0; left:0; width:20px; height:8px; z-index:3; cursor:move;}.dojoxColorPickerPoint {position:absolute; width:10px; height:10px; border:0; z-index:3; cursor:move;}.dojoxColorPickerPreview {display:block; width:45px; height:45px; border:1px solid #333; background-color:#fff; position:relative; top: 0px; left: 0px;}.dojoxColorPickerWebSafePreview {display:block; width:25px; height:25px; position:relative; top: 0px; left: 0px; border:1px solid #333;}.dojoxColorPickerOptional {position:relative; top: 0px; left: 0px; height: 100%;}.dojoxColorPickerOptional table {border-spacing: 4px;}.dojoxColorPickerPreviewContainer table {border-spacing: 6px 0px;}.dojoxColorPickerOptional input {border:1px solid #a7a7a7; width:25px; padding:1px 3px 1px 3px; line-height:1.1em;}.dojoxColorPickerHex input {width:55px;}
|
||||
@@ -0,0 +1,72 @@
|
||||
<table class="dojoxColorPicker" dojoAttachEvent="onkeypress: _handleKey" cellpadding="0" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td valign="top" class="dojoxColorPickerRightPad">
|
||||
<div class="dojoxColorPickerBox">
|
||||
<!-- Forcing ABS in style attr due to dojo DND issue with not picking it up form the class. -->
|
||||
<img title="${saturationPickerTitle}" alt="${saturationPickerTitle}" class="dojoxColorPickerPoint" src="${_pickerPointer}" tabIndex="0" dojoAttachPoint="cursorNode" style="position: absolute; top: 0px; left: 0px;">
|
||||
<img role="presentation" alt="" dojoAttachPoint="colorUnderlay" dojoAttachEvent="onclick: _setPoint, onmousedown: _stopDrag" class="dojoxColorPickerUnderlay" src="${_underlay}" ondragstart="return false">
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top" class="dojoxColorPickerRightPad">
|
||||
<div class="dojoxHuePicker">
|
||||
<!-- Forcing ABS in style attr due to dojo DND issue with not picking it up form the class. -->
|
||||
<img dojoAttachPoint="hueCursorNode" tabIndex="0" class="dojoxHuePickerPoint" title="${huePickerTitle}" alt="${huePickerTitle}" src="${_huePickerPointer}" style="position: absolute; top: 0px; left: 0px;">
|
||||
<div class="dojoxHuePickerUnderlay" dojoAttachPoint="hueNode">
|
||||
<img role="presentation" alt="" dojoAttachEvent="onclick: _setHuePoint, onmousedown: _stopDrag" src="${_hueUnderlay}">
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<table cellpadding="0" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td valign="top" class="dojoxColorPickerPreviewContainer">
|
||||
<table cellpadding="0" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td valign="top" class="dojoxColorPickerRightPad">
|
||||
<div dojoAttachPoint="previewNode" class="dojoxColorPickerPreview"></div>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<div dojoAttachPoint="safePreviewNode" class="dojoxColorPickerWebSafePreview"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="bottom">
|
||||
<table class="dojoxColorPickerOptional" cellpadding="0" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<div class="dijitInline dojoxColorPickerRgb" dojoAttachPoint="rgbNode">
|
||||
<table cellpadding="1" cellspacing="1" role="presentation">
|
||||
<tr><td><label for="${_uId}_r">${redLabel}</label></td><td><input id="${_uId}_r" dojoAttachPoint="Rval" size="1" dojoAttachEvent="onchange: _colorInputChange"></td></tr>
|
||||
<tr><td><label for="${_uId}_g">${greenLabel}</label></td><td><input id="${_uId}_g" dojoAttachPoint="Gval" size="1" dojoAttachEvent="onchange: _colorInputChange"></td></tr>
|
||||
<tr><td><label for="${_uId}_b">${blueLabel}</label></td><td><input id="${_uId}_b" dojoAttachPoint="Bval" size="1" dojoAttachEvent="onchange: _colorInputChange"></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="dijitInline dojoxColorPickerHsv" dojoAttachPoint="hsvNode">
|
||||
<table cellpadding="1" cellspacing="1" role="presentation">
|
||||
<tr><td><label for="${_uId}_h">${hueLabel}</label></td><td><input id="${_uId}_h" dojoAttachPoint="Hval"size="1" dojoAttachEvent="onchange: _colorInputChange"> ${degLabel}</td></tr>
|
||||
<tr><td><label for="${_uId}_s">${saturationLabel}</label></td><td><input id="${_uId}_s" dojoAttachPoint="Sval" size="1" dojoAttachEvent="onchange: _colorInputChange"> ${percentSign}</td></tr>
|
||||
<tr><td><label for="${_uId}_v">${valueLabel}</label></td><td><input id="${_uId}_v" dojoAttachPoint="Vval" size="1" dojoAttachEvent="onchange: _colorInputChange"> ${percentSign}</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="dojoxColorPickerHex" dojoAttachPoint="hexNode" aria-live="polite">
|
||||
<label for="${_uId}_hex"> ${hexLabel} </label><input id="${_uId}_hex" dojoAttachPoint="hexCode, focusNode, valueNode" size="6" class="dojoxColorPickerHexCode" dojoAttachEvent="onchange: _colorInputChange">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 280 B |
|
After Width: | Height: | Size: 199 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 10 KiB |