Changeset 333 for Dev/branches/rest-dojo-ui/client/rft/ui/LargeButton.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/LargeButton.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: "rftLargeButton", 9 10 postMixInProperties: function(){ 10 11 this.iconClass = "rftIcon rftIcon"+this.iconType; … … 13 14 postCreate: function(){ 14 15 var capitalizedHighlightColor = this.highlightColor.charAt(0).toUpperCase() + this.highlightColor.slice(1); 15 domClass.add(this.domNode, " rftLargeButtonhighlight"+capitalizedHighlightColor);16 domClass.add(this.domNode, "highlight"+capitalizedHighlightColor); 16 17 this.inherited(arguments); 17 18 }
Note: See TracChangeset
for help on using the changeset viewer.