Changeset 396 for Dev/branches/rest-dojo-ui/client/rft/ui/Selector.js
- Timestamp:
- 08/09/12 17:09:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/Selector.js
r370 r396 31 31 templateString: templateString, 32 32 baseClass: 'rftSelector', 33 modifiers: 'blue',34 33 35 34 title: "", … … 47 46 48 47 startup: function() { 49 domClass.add(this.domNode, this.modifiers);50 48 domClass.add(this.selectedColorNode, "pending"); 51 49 … … 69 67 properties: { 70 68 blockButton: true, 71 modifiers: this.modifiers,72 69 label: action.title || actionName, 73 70 icon: action.icon, … … 81 78 this._titleLine = new LineWithActionsWidget({ 82 79 title: this.title, 83 modifiers: this.modifiers,84 80 actions: actions 85 81 },this.titleNode); … … 89 85 this._selectorLine = new LineWithActionsWidget({ 90 86 title: 'None', 91 modifiers: this.modifiers,92 87 actions: { 93 88 "Toggle dropdown" : { … … 95 90 properties: { 96 91 blockButton: true, 97 modifiers: this.modifiers,98 92 showLabel: false, 99 93 icon: "HalfArrowDown" … … 162 156 blockButton: false, 163 157 showLabel: false, 164 icon: action.icon ,158 icon: action.icon + " black", 165 159 tooltip: action.description 166 160 }
Note: See TracChangeset
for help on using the changeset viewer.