diff options
Diffstat (limited to 'includes/js/dojox/form/resources')
7 files changed, 0 insertions, 521 deletions
diff --git a/includes/js/dojox/form/resources/CheckedMultiSelect.css b/includes/js/dojox/form/resources/CheckedMultiSelect.css deleted file mode 100644 index 1953b1e..0000000 --- a/includes/js/dojox/form/resources/CheckedMultiSelect.css +++ /dev/null @@ -1,65 +0,0 @@ - -.dojoxMultiSelectSelect { display: none; } -.dojoxMultiSelect { - border: solid black 1px; - margin: 1px 0; - overflow: scroll; - overflow-y: scroll; - overflow-x: hidden; - height: 100px; -} -.dj_ie .dojoxMultiSelect, -.dj_safari .dojoxMultiSelect { - - padding-right: 15px; -} -.dojoxMultiSelectItem { - white-space: nowrap; - padding:.1em .2em; - cursor:default; -} -.dojoxMultiSelectDisabled * { - color:gray !important; -} -.dojoxMultiSelectItemLabel { - margin-left: .2em; -} -.tundra .dojoxMultiSelect { - margin: 0em 0.1em; -} -.tundra .dojoxMultiSelect { - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; - border:1px solid #b3b3b3; - line-height: normal; -} -.tundra .dojoxMultiSelectFocused { - - border-color:#406b9b; -} -.soria .dojoxMultiSelect { - margin: 0em 0.1em; -} -.soria .dojoxMultiSelect { - background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left; - border:1px solid #8ba0bd; - line-height: normal; -} -.soria .dojoxMultiSelectFocused { - - border-color:#406b9b; -} -.nihilo .dojoxMultiSelect { - margin: 0em 0.1em; -} -.nihilo .dojoxMultiSelect { - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; - border:1px solid #d3d3d3; - line-height: normal; -} -.nihilo .dojoxMultiSelectFocused { - - border-color:#b3b3b3; -} diff --git a/includes/js/dojox/form/resources/CheckedMultiSelect.css.commented.css b/includes/js/dojox/form/resources/CheckedMultiSelect.css.commented.css deleted file mode 100644 index 32cd0b5..0000000 --- a/includes/js/dojox/form/resources/CheckedMultiSelect.css.commented.css +++ /dev/null @@ -1,99 +0,0 @@ -/* -**---------------------------------------------------------------------------- -** CheckedMultiSelect -**---------------------------------------------------------------------------- -*/ -.dojoxMultiSelectSelect { display: none; } - -.dojoxMultiSelect { - border: solid black 1px; - margin: 1px 0; - overflow: scroll; - overflow-y: scroll; - overflow-x: hidden; - height: 100px; -} - -.dj_ie .dojoxMultiSelect, -.dj_safari .dojoxMultiSelect { - /* So that the scroll bar doesn't cover stuff up */ - padding-right: 15px; -} - -.dojoxMultiSelectItem { - white-space: nowrap; - padding:.1em .2em; - cursor:default; -} - -.dojoxMultiSelectDisabled * { - color:gray !important; -} - -.dojoxMultiSelectItemLabel { - margin-left: .2em; -} - -/* -**---------------------------------------------------------------------------- -** Tundra theme (make look similar to text box) -**---------------------------------------------------------------------------- -*/ -.tundra .dojoxMultiSelect { - margin: 0em 0.1em; -} - -.tundra .dojoxMultiSelect { - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; - border:1px solid #b3b3b3; - line-height: normal; -} - -.tundra .dojoxMultiSelectFocused { - /* input field when focused (ie: typing affects it) */ - border-color:#406b9b; -} - -/* -**---------------------------------------------------------------------------- -** Soria theme (make look similar to text box) -**---------------------------------------------------------------------------- -*/ -.soria .dojoxMultiSelect { - margin: 0em 0.1em; -} - -.soria .dojoxMultiSelect { - background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left; - border:1px solid #8ba0bd; - line-height: normal; -} - -.soria .dojoxMultiSelectFocused { - /* input field when focused (ie: typing affects it) */ - border-color:#406b9b; -} - -/* -**---------------------------------------------------------------------------- -** Nihilo theme (make look similar to text box) -**---------------------------------------------------------------------------- -*/ -.nihilo .dojoxMultiSelect { - margin: 0em 0.1em; -} - -.nihilo .dojoxMultiSelect { - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; - border:1px solid #d3d3d3; - line-height: normal; -} - -.nihilo .dojoxMultiSelectFocused { - /* input field when focused (ie: typing affects it) */ - border-color:#b3b3b3; -} - diff --git a/includes/js/dojox/form/resources/CheckedMultiSelect.html b/includes/js/dojox/form/resources/CheckedMultiSelect.html deleted file mode 100644 index 256aad7..0000000 --- a/includes/js/dojox/form/resources/CheckedMultiSelect.html +++ /dev/null @@ -1,4 +0,0 @@ -<div class="dijit dijitReset dijitInline" dojoAttachEvent="onmousedown:_mouseDown,onclick:focus" - ><select class="${baseClass}Select" multiple="true" dojoAttachPoint="containerNode,focusNode" dojoAttachEvent="onchange: _onChange"></select - ><div dojoAttachPoint="wrapperDiv"></div -></div>
\ No newline at end of file diff --git a/includes/js/dojox/form/resources/DropDownSelect.css b/includes/js/dojox/form/resources/DropDownSelect.css deleted file mode 100644 index cbd1971..0000000 --- a/includes/js/dojox/form/resources/DropDownSelect.css +++ /dev/null @@ -1,137 +0,0 @@ - -.dojoxDropDownSelect { - margin: 0.2em; -} -.dijit_a11y .dojoxDropDownSelectDisabled .dijitButtonNode { - border-style: dotted !important; - border-color: #999 !important; - color:#999 !important; -} -.dojoxDropDownSelect .dijitButtonNode { - padding: 0px; -} -.dijitButtonNode .dojoxDropDownSelectLabel * -{ - vertical-align: baseline; -} -.dojoxDropDownSelectSelectedOption * { - font-weight: bold; -} -.dojoxDropDownSelectDisabled .dijitArrowButtonInner, -.dojoxDropDownSelectReadOnly .dijitArrowButtonInner { - display: none; -} -.dojoxDropDownSelectMenu .dijitMenuItemIcon { - width: 1px; -} -.tundra .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.tundra .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.tundra .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.tundra .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.tundra .dojoxDropDownSelect .dijitButtonNode { - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; - border:1px solid #b3b3b3; - line-height: normal; -} -.tundra .dojoxDropDownSelectDisabled .dijitButtonNode { - - border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; - - background:#e4e4e4 url("../../../dijit/themes/tundra/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; -} -.dj_ie .tundra .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); -} -.tundra .dojoxDropDownSelectHover .dijitButtonNode, -.tundra .dojoxDropDownSelect .dojoxDropDownSelectButtonOpened { - - - border-color:#a5beda; - border-bottom-color:#5c7590; - border-right-color:#5c7590; - color:#000; - background:#fcfdff url("../../../dijit/themes/tundra/images/buttonHover.png") repeat-x bottom; -} -.tundra .dojoxDropDownSelectActive .dijitButtonNode { - - border-color:#366dba; - background: #ededed url("../../../dijit/themes/tundra/images/buttonActive.png") bottom repeat-x; -} -.soria .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.soria .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.soria .dojoxDropDownSelect .dijitButtonNode { - background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left; - border:1px solid #8ba0bd; - line-height: normal; -} -.soria .dojoxDropDownSelectDisabled .dijitButtonNode { - - border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd; - - background:#c3d3e5 url("../../../dijit/themes/soria/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; -} -.dj_ie .soria .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); -} -.soria .dojoxDropDownSelectHover .dijitButtonNode, -.soria .dojoxDropDownSelect .dojoxDropDownSelectButtonOpened { - - - color:#000; - background:#acc5e2 url("../../../dijit/themes/soria/images/buttonHover.png") repeat-x top left; -} -.soria .dojoxDropDownSelectActive .dijitButtonNode { - - border-color:#657c9c; - background: #91b4e5 url("../../../dijit/themes/soria/images/buttonActive.png") top left repeat-x; -} -.nihilo .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.nihilo .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.nihilo .dojoxDropDownSelect .dijitButtonNode { - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; - border:1px solid #d3d3d3; - line-height: normal; -} -.nihilo .dojoxDropDownSelectDisabled .dijitButtonNode { - - border-color: #dedede; - - background:#fafafa url("../../../dijit/themes/nihilo/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; -} -.dj_ie .nihilo .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); -} -.nihilo .dojoxDropDownSelectHover .dijitButtonNode, -.nihilo .dojoxDropDownSelect .dojoxDropDownSelectButtonOpened { - - - color:#000; - background:#fcfcfc url("../../../dijit/themes/nihilo/images/buttonHover.png") repeat-x top left; -} -.nihilo .dojoxDropDownSelectActive .dijitButtonNode { - - border-color:#dedede; - background: #f5f5f5 url("../../../dijit/themes/nihilo/images/buttonActive.png") top left repeat-x; -} diff --git a/includes/js/dojox/form/resources/DropDownSelect.css.commented.css b/includes/js/dojox/form/resources/DropDownSelect.css.commented.css deleted file mode 100644 index a0a0636..0000000 --- a/includes/js/dojox/form/resources/DropDownSelect.css.commented.css +++ /dev/null @@ -1,209 +0,0 @@ -/* -**---------------------------------------------------------------------------- -** DropDownSelect -**---------------------------------------------------------------------------- -*/ -/* Mirror dijitDropDownButton a bit */ -.dojoxDropDownSelect { - margin: 0.2em; -} -.dijit_a11y .dojoxDropDownSelectDisabled .dijitButtonNode { - border-style: dotted !important; - border-color: #999 !important; - color:#999 !important; -} - -/* And remove the padding - so it looks a "bit" more like a text box */ -.dojoxDropDownSelect .dijitButtonNode { - padding: 0px; -} - -/* Fix the baseline of our label (for multi-size font elements) */ -.dijitButtonNode .dojoxDropDownSelectLabel * -{ - vertical-align: baseline; -} - -/* Styling for the currently-selected option (rich text can mess this up) */ -.dojoxDropDownSelectSelectedOption * { - font-weight: bold; -} - -/* And remove the arrow when we are read-only or disabled (1 or 0 options) */ -.dojoxDropDownSelectDisabled .dijitArrowButtonInner, -.dojoxDropDownSelectReadOnly .dijitArrowButtonInner { - display: none; -} - -/* And hide (at least, mostly) the menuItemIcon column */ -.dojoxDropDownSelectMenu .dijitMenuItemIcon { - width: 1px; -} - -/* -**---------------------------------------------------------------------------- -** Common stylings -**---------------------------------------------------------------------------- -*/ -/* Cursor States */ -.tundra .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.tundra .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} - - -/* -**---------------------------------------------------------------------------- -** Tundra stylings -**---------------------------------------------------------------------------- -*/ -/* Cursor States */ -.tundra .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.tundra .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} - -/* Make unselected "look" more like a text box and less like a button */ -.tundra .dojoxDropDownSelect .dijitButtonNode { - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; - border:1px solid #b3b3b3; - line-height: normal; -} - -/* Mirror DropDownButton */ -.tundra .dojoxDropDownSelectDisabled .dijitButtonNode { - /* disabled state - inner */ - border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; - /*color:#b4b4b4;*/ - background:#e4e4e4 url("../../../dijit/themes/tundra/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; /* Safari, Opera and Mozilla */ -} - -.dj_ie .tundra .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); /* IE */ -} - -.tundra .dojoxDropDownSelectHover .dijitButtonNode, -.tundra .dojoxDropDownSelect .dojoxDropDownSelectButtonOpened { - /* hover and opened state - inner */ - /* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */ - border-color:#a5beda; - border-bottom-color:#5c7590; - border-right-color:#5c7590; - color:#000; - background:#fcfdff url("../../../dijit/themes/tundra/images/buttonHover.png") repeat-x bottom; -} - -.tundra .dojoxDropDownSelectActive .dijitButtonNode { - /* active state - inner (for when you are pressing a normal button, or - * when a toggle button is in a depressed state - */ - border-color:#366dba; - background: #ededed url("../../../dijit/themes/tundra/images/buttonActive.png") bottom repeat-x; -} - - -/* -**---------------------------------------------------------------------------- -** Soria stylings -**---------------------------------------------------------------------------- -*/ -/* Cursor States */ -.soria .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.soria .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} - -/* Make unselected "look" more like a text box and less like a button */ -.soria .dojoxDropDownSelect .dijitButtonNode { - background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left; - border:1px solid #8ba0bd; - line-height: normal; -} - -/* Mirror DropDownButton */ -.soria .dojoxDropDownSelectDisabled .dijitButtonNode { - /* disabled state - inner */ - border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd; - /*color:#b4b4b4;*/ - background:#c3d3e5 url("../../../dijit/themes/soria/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; /* Safari, Opera and Mozilla */ -} - -.dj_ie .soria .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); /* IE */ -} - -.soria .dojoxDropDownSelectHover .dijitButtonNode, -.soria .dojoxDropDownSelect .dojoxDropDownSelectButtonOpened { - /* hover state - inner */ - /* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */ - color:#000; - background:#acc5e2 url("../../../dijit/themes/soria/images/buttonHover.png") repeat-x top left; -} - -.soria .dojoxDropDownSelectActive .dijitButtonNode { - /* active state - inner (for when you are pressing a normal button, or - * when a toggle button is in a depressed state - */ - border-color:#657c9c; - background: #91b4e5 url("../../../dijit/themes/soria/images/buttonActive.png") top left repeat-x; -} - -/* -**---------------------------------------------------------------------------- -** Nihilo stylings -**---------------------------------------------------------------------------- -*/ -/* Cursor States */ -.nihilo .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.nihilo .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} - -/* Make unselected "look" more like a text box and less like a button */ -.nihilo .dojoxDropDownSelect .dijitButtonNode { - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; - border:1px solid #d3d3d3; - line-height: normal; -} - -/* Mirror DropDownButton */ -.nihilo .dojoxDropDownSelectDisabled .dijitButtonNode { - /* disabled state - inner */ - border-color: #dedede; - /*color:#b4b4b4;*/ - background:#fafafa url("../../../dijit/themes/nihilo/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; /* Safari, Opera and Mozilla */ -} - -.dj_ie .nihilo .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); /* IE */ -} - -.nihilo .dojoxDropDownSelectHover .dijitButtonNode, -.nihilo .dojoxDropDownSelect .dojoxDropDownSelectButtonOpened { - /* hover state - inner */ - /* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */ - color:#000; - background:#fcfcfc url("../../../dijit/themes/nihilo/images/buttonHover.png") repeat-x top left; -} - -.nihilo .dojoxDropDownSelectActive .dijitButtonNode { - /* active state - inner (for when you are pressing a normal button, or - * when a toggle button is in a depressed state - */ - border-color:#dedede; - background: #f5f5f5 url("../../../dijit/themes/nihilo/images/buttonActive.png") top left repeat-x; -} diff --git a/includes/js/dojox/form/resources/PasswordValidator.html b/includes/js/dojox/form/resources/PasswordValidator.html deleted file mode 100644 index 80a55ae..0000000 --- a/includes/js/dojox/form/resources/PasswordValidator.html +++ /dev/null @@ -1,3 +0,0 @@ -<div dojoAttachPoint="containerNode"> - <input type="hidden" name="${name}" value="" dojoAttachPoint="focusNode" /> -</div>
\ No newline at end of file diff --git a/includes/js/dojox/form/resources/_CheckedMultiSelectItem.html b/includes/js/dojox/form/resources/_CheckedMultiSelectItem.html deleted file mode 100644 index d9ec863..0000000 --- a/includes/js/dojox/form/resources/_CheckedMultiSelectItem.html +++ /dev/null @@ -1,4 +0,0 @@ -<div class="dijitReset ${baseClass}" - ><input class="${baseClass}Box" dojoType="dijit.form.CheckBox" dojoAttachPoint="checkBox" dojoAttachEvent="_onClick:_changeBox" type="checkbox" - ><div class="dijitInline ${baseClass}Label" dojoAttachPoint="labelNode" dojoAttachEvent="onmousedown:_onMouse,onmouseover:_onMouse,onmouseout:_onMouse,onclick:_onClick">${option.innerHTML}</div -></div> |