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
Labels: new_and_noteworthy
Fix For: 4.2.0.Alpha2
Attachments: scr.png
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}