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

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


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

Viacheslav Kabanovich updated JBIDE-16396:
------------------------------------------

    Description: 
1. Difference from JQM 1.3:
Buttons should be set with classes
{code}
<a href="#" class="ui-btn ui-btn-icon-right ui-icon-plus">Add</a>
{code}

2. Enhancement:
Already in JQM 1.3 controlgroup can be positioned left or right to the title by adding class 'ui-btn-left' or 'ui-btn-right' so that new input control can be added to the wizard
{code}
Bar position: o Default   o Left   o Right
{code}
enabled when input 'Arrangement' is set to 'Grouped'.
Default positioning is provided by flow layout, in which title and buttons are placed to different lines, which is implemented in wizard at present. For navbar, attempts to put it left or right result in poor layout.

  was:
1. Difference from JQM 1.3:
When buttons are provided by links as direct children or in controlgroup widget, they should be set with classes
{code}
<a href="#" class="ui-btn ui-btn-icon-right ui-icon-plus">Add</a>
{code}
(but links in navbar widget should be left the same as in JQM 1.3).

2. Enhancement:
Already in JQM 1.3 controlgroup and navbar can be positioned left or right to the title by adding class 'ui-btn-left' or 'ui-btn-right' so that new input control can be added to the wizard
{code}
Bar position: o Default   o Left   o Right
{code}
enabled when input 'Arrangement' is set either to 'Grouped' or 'Navbar'.
Default positioning is provided by flow layout, in which title and buttons are placed to different lines, which is implemented in wizard at present.


    
> Generate new content in New Footer wizard for JQM 1.4
> -----------------------------------------------------
>
>                 Key: JBIDE-16396
>                 URL: https://issues.jboss.org/browse/JBIDE-16396
>             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
>
>
> 1. Difference from JQM 1.3:
> Buttons should be set with classes
> {code}
> <a href="#" class="ui-btn ui-btn-icon-right ui-icon-plus">Add</a>
> {code}
> 2. Enhancement:
> Already in JQM 1.3 controlgroup can be positioned left or right to the title by adding class 'ui-btn-left' or 'ui-btn-right' so that new input control can be added to the wizard
> {code}
> Bar position: o Default   o Left   o Right
> {code}
> enabled when input 'Arrangement' is set to 'Grouped'.
> Default positioning is provided by flow layout, in which title and buttons are placed to different lines, which is implemented in wizard at present. For navbar, attempts to put it left or right result in poor layout.

--
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