Changeset 342 for Dev/branches/rest-dojo-ui/client/rft/ui/SelectorThijs.js
- Timestamp:
- 06/14/12 18:34:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/SelectorThijs.js
r338 r342 37 37 modifiers: this.modifiers, 38 38 actions: { 39 "A ccept" : {39 "AddToSurvey" : { 40 40 callback: function(arg){}, 41 41 properties: { 42 42 blockButton: true, 43 modifiers: this.modifiers 43 modifiers: this.modifiers, 44 icon: "Accept", 45 label: "Include" 44 46 } 45 47 } … … 50 52 modifiers: this.modifiers, 51 53 actions: { 52 " HalfArrowDown" : {54 "ToggleDropdown" : { 53 55 callback: lang.hitch(this,function(){ 54 56 var node = this.optionsNode; … … 87 89 blockButton: true, 88 90 modifiers: this.modifiers, 89 showLabel: false 91 showLabel: false, 92 icon: "HalfArrowDown" 90 93 } 91 94 } … … 95 98 title: 'Are there direct colleagues among the other participants?', 96 99 actions: { 97 "In spect" : {100 "InfoHover" : { 98 101 callback: infoFunction, 99 102 properties: { 100 103 blockButton: false, 101 showLabel: false 104 showLabel: false, 105 icon: "Inspect" 102 106 } 103 107 }
Note: See TracChangeset
for help on using the changeset viewer.