Can anyone help me implement iPhone style toogleswitch in GWT? I've
been trying to use the iUi CSS style sheets and I have a question on
how I would implement this in GWT?
<fieldset>
<div class="row">
<label>Shuffle</label>
<div class="toggle" onclick="" toggled="true"><span
class="thumb"></span><span class="toggleOn">ON</span><span
class="toggleOff">OFF</span></div>
</div>
<fieldset>
I assume I can use a HorizontalPanel and setStyleName("row") and then
add a button with style "toggle" but how do I send the toggled="true"
info to the CSS and add the 3 span elements?
Thanks in advance
Bear
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---