Skip to content
Extraits de code Groupes Projets
Valider 73091141 rédigé par Maxwell Salzberg's avatar Maxwell Salzberg
Parcourir les fichiers

adding magic to buttons on framer [ci skip]

parent fb4ad723
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -44,6 +44,7 @@ app.views.framerControls = app.views.Base.extend({
saveFrame : function(){
this.$('button').prop('disabled', 'disabled')
this.$('button').addClass('disabled')
// this is gross hack to make this action work in the iframe version and not iframe version.
var callback = {}
var parentDoc = parent;
......
<div id='controls-wrapper'>
<button class="done btn-primary next">Next</button>
<button class="done btn btn-primary next">Next <i class="icon-arrow-right icon-white"></i></button>
<div class="aspect-selector"/>
<div class="service-selector"/>
</div>
\ No newline at end of file
<div id='controls-wrapper'>
<button class="done btn-primary">done</button>
<button class="done btn btn-success">Post <i class='icon-white icon-ok-sign'></i></button>
<div class='template-picker'></div>
</div>
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter