Created
July 12, 2015 04:56
-
-
Save msrivastav13/3a362a5ed97832307847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hidenewBtn:function(component,event) { | |
var toggleBtn= component.find("Newbtn"); | |
$A.util.removeClass(toggleBtn,'btn btn-primary btn-lg btn-block'); | |
$A.util.addClass(toggleBtn,'toggle'); | |
} | |
//CSS file | |
/*toggleCss.css*/ | |
.THIS .toggle { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment