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

Alexey Kazakov (JIRA) issues at jboss.org
Wed Jan 15 21:20:33 EST 2014


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

Alexey Kazakov updated JBIDE-16346:
-----------------------------------

    Affects: Documentation (Ref Guide, User Guide, etc.)

    
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list