[
https://issues.jboss.org/browse/JBIDE-16346?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich updated JBIDE-16346:
------------------------------------------
Description:
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.
was:
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
"As input" and "As select"
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
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.
--
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