[jbosstools-issues] [JBoss JIRA] (JBIDE-16426) Add filterable capability to jQuery Mobile 1.4 wizards

Viacheslav Kabanovich (JIRA) issues at jboss.org
Mon Feb 3 20:54:28 EST 2014


Viacheslav Kabanovich created JBIDE-16426:
---------------------------------------------

             Summary: Add filterable capability to jQuery Mobile 1.4 wizards  
                 Key: JBIDE-16426
                 URL: https://issues.jboss.org/browse/JBIDE-16426
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: jsp/jsf/xml/html source editing
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 4.2.0.Alpha2


Add checkbox 'Search', as in New Listview wizard to New Table wizard, New Buttons wizard, New Select wizard, New Collapsible Set wizard for jQM 1.4.
wizard should create form with input and reference its id from the widget.
{code}
<form class="ui-filterable">
    <input id="filter-input" data-type="search">
</form>
<... data-filter="true" data-input="#filter-input">
...
</...>
{code}

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