[jbosstools-issues] [JBoss JIRA] (JBIDE-16319) Generate new content in New Button and New Buttons wizards for JQM 1.4

Alexey Kazakov (JIRA) issues at jboss.org
Fri Dec 20 19:46:33 EST 2013


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

Alexey Kazakov updated JBIDE-16319:
-----------------------------------

    Description: 
Also New Grouped Buttons wizard and New Form Button wizard.

New format does not use data-role="button" and puts all other settings as classes, e.g.
{code}<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>{code}

The remained data-* attribute usage is 
1. data-mini in grouped buttons:
{code}<div data-role="controlgroup" data-mini="true">
    <a href="#" class="ui-btn ui-corner-all">No icon</a>
    <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>{code}
2. data-rel in link button.

*New Button*

!button.png!

*New Buttons*

!buttons.png!

  was:
Also New Grouped Buttons wizard and New Form Button wizard.

New format does not use data-role="button" and puts all other settings as classes, e.g.
<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>

The remained data-* attribute usage is 
1. data-mini in grouped buttons:
<div data-role="controlgroup" data-mini="true">
    <a href="#" class="ui-btn ui-corner-all">No icon</a>
    <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
</div>
2. data-rel in link button.



    
> Generate new content in New Button and New Buttons wizards for JQM 1.4
> ----------------------------------------------------------------------
>
>                 Key: JBIDE-16319
>                 URL: https://issues.jboss.org/browse/JBIDE-16319
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.2.0.Alpha1
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.2.0.Alpha2
>
>         Attachments: button.png, buttons.png
>
>
> Also New Grouped Buttons wizard and New Form Button wizard.
> New format does not use data-role="button" and puts all other settings as classes, e.g.
> {code}<a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>{code}
> The remained data-* attribute usage is 
> 1. data-mini in grouped buttons:
> {code}<div data-role="controlgroup" data-mini="true">
>     <a href="#" class="ui-btn ui-corner-all">No icon</a>
>     <a href="#" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-left">Left</a>
> </div>{code}
> 2. data-rel in link button.
> *New Button*
> !button.png!
> *New Buttons*
> !buttons.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