]
Alexey Kazakov updated JBIDE-16395:
-----------------------------------
Attachment: scr.png
!scr.png!
Generate new content in New Header wizard for JQM 1.4
-----------------------------------------------------
Key: JBIDE-16395
URL:
https://issues.jboss.org/browse/JBIDE-16395
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
The automatical enhancement of links in toolbars as buttons with inline and mini style,
as well as positioning the first two buttons in a header left and right, is deprecated in
JQM 1.4 and will be removed in JQM 1.5.
In JQM 1.4, buttons should be set with classes, i.e. positioning is set by
'ui-btn-left' and 'ui-btn-right'.
For JQM 1.4 wizard should generate code
{code}
<div data-role="header">
<a href="#" class="ui-btn-left ui-btn ui-btn-inline ui-mini
ui-corner-all ui-btn-icon-left ui-icon-delete">Cancel</a>
<h1>My App</h1>
<a href="#" class="ui-btn-right ui-btn ui-btn-inline ui-mini
ui-corner-all ui-icon-check">Save</a>
</div>{code}
Input controls of wizards in both versions can be the same
--
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: