[jbosstools-issues] [JBoss JIRA] (JBIDE-16395) Generate new content in New Header wizard for JQM 1.4

Viacheslav Kabanovich (JIRA) issues at jboss.org
Thu Jan 23 14:38:28 EST 2014


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

Viacheslav Kabanovich updated JBIDE-16395:
------------------------------------------

    Summary: Generate new content in New Header wizard for JQM 1.4  (was: Generate new content in New Header wizards for JQM 1.4)

    
> 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
>
>
> 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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list