Changeset 333 for Dev/branches/rest-dojo-ui/client/rft/ui/BlockButton.js
- Timestamp:
- 05/23/12 18:05:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/BlockButton.js
r331 r333 7 7 showLabel: true, // Or false? Documentation is retarded about this boolean... true = no label??? 8 8 highlightColor: 'blue', // Use the CSS class "highlightBlue" this adds to style active/hover transitions. 9 baseClass: "rftBlockButton", 9 10 postMixInProperties: function(){ 10 11 if (this.iconType == "none" || this.iconType == null) { … … 17 18 postCreate: function(){ 18 19 var capitalizedHighlightColor = this.highlightColor.charAt(0).toUpperCase() + this.highlightColor.slice(1); 19 domClass.add(this.domNode, " rftBlockButtonhighlight"+capitalizedHighlightColor);20 domClass.add(this.domNode, "highlight"+capitalizedHighlightColor); 20 21 this.inherited(arguments); 21 22 }
Note: See TracChangeset
for help on using the changeset viewer.