[jbosstools-issues] [JBoss JIRA] (JBIDE-16346) Add checkbox input version of flip toggle switch to the wizard

Vlado Pakan (JIRA) issues at jboss.org
Wed Aug 13 09:36:29 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-16346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-16346.
-------------------------------



> Add checkbox input version  of flip toggle switch to the wizard
> ---------------------------------------------------------------
>
>                 Key: JBIDE-16346
>                 URL: https://issues.jboss.org/browse/JBIDE-16346
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.Alpha2
>
>         Attachments: scr.png
>
>
> In jQuery Mobile 1.4, flip toggle switch widget can be created as
> {code}
>     <input data-role="flipswitch" name="flip-checkbox" id="flip-checkbox" type="checkbox">
> {code}
> as well as traditional <select> with two options.
> We can modify existing wizard for 1.4 by adding radio options Kind: "Checkbox" and "Select".
> Changes in JQM 1.4:
> Data role "flipswitch" is used in JQM 1.4 flip toggle switch for both checkbox and select.
> In checkbox, customized off- and on- labels are set with attributes data-off-text and data-on-text.
> Attribute data-track-theme is not used.
> One more feature to be added to the wizard for both versions is 'Selected' which in case of checkbox adds attribute 'checked', and in case of select adds attribute 'selected' to 'on' option.
> !scr.png!



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list