[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13413:
-----------------------------------
Description:
http://jquerymobile.com/test/
See my proposal regarding the content of jQuery Mobile palette below.
Also I have an idea to add a live preview into each wizard.
We could try to add a browser to the wizard which will show how the widget is going to look.
was:http://jquerymobile.com/test/
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewCheckBox.bmml, NewCheckBox.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewGroupedCheckBoxes.bmml, NewGroupedCheckBoxes.png, NewHeaderBar.bmml, NewHeaderBar.png, NewListview.bmml, NewListview.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png
>
>
> http://jquerymobile.com/test/
> See my proposal regarding the content of jQuery Mobile palette below.
> Also I have an idea to add a live preview into each wizard.
> We could try to add a browser to the wizard which will show how the widget is going to look.
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-13413 at 1/29/13 1:48 AM:
-----------------------------------------------------------------
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewGroupedCheckBoxes.png|thumbnail!
Result:
{code}
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<legend>Choose as many snacks as you'd like:</legend>
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" />
<label for="checkbox-1a">Cheetos</label>
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" />
<label for="checkbox-2a">Doritos</label>
<input type="checkbox" name="checkbox-3a" id="checkbox-3a" class="custom" />
<label for="checkbox-3a">Fritos</label>
</fieldset>
</div>
{code}
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
TBD
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
!NewListview.png|thumbnail!
Result:
{code}
<ul data-role="listview">
<li><a href="item1.html">Item 1</a></li>
<li><a href="item2.html">Item 2</a></li>
<li><a href="item3.html">Item 3</a></li>
</ul>{code}
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
No wizard.
Result:
{code}
<div data-role="panel" id="mypanel">
<!-- panel content goes here -->
</div><!-- /panel -->
{code}
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
No wizard.
Result:
{code}
<table data-role="table" id="my-table" data-mode="reflow">
<thead>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</th>
<td>Item 1</td>
<td>Item 2</td>
</tr>
</tbody>
</table>
{code}
was (Author: akazakov):
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewGroupedCheckBoxes.png|thumbnail!
Result:
{code}
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<legend>Choose as many snacks as you'd like:</legend>
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" />
<label for="checkbox-1a">Cheetos</label>
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" />
<label for="checkbox-2a">Doritos</label>
<input type="checkbox" name="checkbox-3a" id="checkbox-3a" class="custom" />
<label for="checkbox-3a">Fritos</label>
</fieldset>
</div>
{code}
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
TBD
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
!NewListview.png|thumbnail!
Result:
{code}
<ul data-role="listview">
<li><a href="item1.html">Item 1</a></li>
<li><a href="item2.html">Item 2</a></li>
<li><a href="item3.html">Item 3</a></li>
</ul>{code}
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewCheckBox.bmml, NewCheckBox.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewGroupedCheckBoxes.bmml, NewGroupedCheckBoxes.png, NewHeaderBar.bmml, NewHeaderBar.png, NewListview.bmml, NewListview.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png
>
>
> http://jquerymobile.com/test/
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-13413 at 1/29/13 1:36 AM:
-----------------------------------------------------------------
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewGroupedCheckBoxes.png|thumbnail!
Result:
{code}
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<legend>Choose as many snacks as you'd like:</legend>
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" />
<label for="checkbox-1a">Cheetos</label>
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" />
<label for="checkbox-2a">Doritos</label>
<input type="checkbox" name="checkbox-3a" id="checkbox-3a" class="custom" />
<label for="checkbox-3a">Fritos</label>
</fieldset>
</div>
{code}
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
TBD
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
!NewListview.png|thumbnail!
Result:
{code}
<ul data-role="listview">
<li><a href="item1.html">Item 1</a></li>
<li><a href="item2.html">Item 2</a></li>
<li><a href="item3.html">Item 3</a></li>
</ul>{code}
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
was (Author: akazakov):
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewGroupedCheckBoxes.png|thumbnail!
Result:
{code}
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<legend>Choose as many snacks as you'd like:</legend>
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" />
<label for="checkbox-1a">Cheetos</label>
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" />
<label for="checkbox-2a">Doritos</label>
<input type="checkbox" name="checkbox-3a" id="checkbox-3a" class="custom" />
<label for="checkbox-3a">Fritos</label>
</fieldset>
</div>
{code}
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewCheckBox.bmml, NewCheckBox.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewGroupedCheckBoxes.bmml, NewGroupedCheckBoxes.png, NewHeaderBar.bmml, NewHeaderBar.png, NewListview.bmml, NewListview.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png
>
>
> http://jquerymobile.com/test/
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-13413 at 1/29/13 1:19 AM:
-----------------------------------------------------------------
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewGroupedCheckBoxes.png|thumbnail!
Result:
{code}
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<legend>Choose as many snacks as you'd like:</legend>
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" />
<label for="checkbox-1a">Cheetos</label>
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" />
<label for="checkbox-2a">Doritos</label>
<input type="checkbox" name="checkbox-3a" id="checkbox-3a" class="custom" />
<label for="checkbox-3a">Fritos</label>
</fieldset>
</div>
{code}
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
was (Author: akazakov):
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewCheckBox.bmml, NewCheckBox.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewGroupedCheckBoxes.bmml, NewGroupedCheckBoxes.png, NewHeaderBar.bmml, NewHeaderBar.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png
>
>
> http://jquerymobile.com/test/
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-13413 at 1/29/13 1:14 AM:
-----------------------------------------------------------------
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
!NewCheckBox.png|thumbnail!
Result:
{code}
<label><input type="checkbox" name="checkbox-0" /> I agree </label>
{code}
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
was (Author: akazakov):
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewCheckBox.bmml, NewCheckBox.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewHeaderBar.bmml, NewHeaderBar.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png
>
>
> http://jquerymobile.com/test/
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-13413 at 1/29/13 1:10 AM:
-----------------------------------------------------------------
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button* (http://jquerymobile.com/test/docs/forms/radiobuttons/)
!NewRadioButton.png|thumbnail!
Result:
{code}
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-choice" id="radio-choice-1" value="choice-1" checked="checked" />
<label for="radio-choice-1">Cat</label>
<input type="radio" name="radio-choice" id="radio-choice-2" value="choice-2" />
<label for="radio-choice-2">Dog</label>
<input type="radio" name="radio-choice" id="radio-choice-3" value="choice-3" />
<label for="radio-choice-3">Hamster</label>
</fieldset>
{code}
15. *Check Box* (http://jquerymobile.com/test/docs/forms/checkboxes/)
16. *Grouped Check Boxes* (http://jquerymobile.com/test/docs/forms/checkboxes/)
17. *Select Menu* (http://jquerymobile.com/test/docs/forms/selects/)
18. *Listview* (http://jquerymobile.com/test/docs/lists/index.html)
19. *Panel* (http://jquerymobile.com/test/docs/panels/index.html)
20. *Table* (http://jquerymobile.com/test/docs/tables/index.html)
was (Author: akazakov):
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewHeaderBar.bmml, NewHeaderBar.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png, NewRadioButton.bmml, NewRadioButton.png
>
>
> http://jquerymobile.com/test/
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13439) ESB Tests are failing locating project examples
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13439?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-13439:
----------------------------------------
Summary: ESB Tests are failing locating project examples (was: http://download.jboss.org/jbosstools/examples/ is out of date / missing content)
Description:
Problem:
ESB tests stopped being able to find project examples when executing test. Why ?
Nick's original theory, but that does not answer why the content that is still there is not showing up:
Problem:
a) you're missing stuff in http://download.jboss.org/jbosstools/examples/
b) because people published their examples into their SVN workspaces instead of github, and expected it would magically appear in the /examples/ folder
c) yet no one bothered to audit that their content was properly published, aaaand... it's gone.
>> http://memegenerator.net/instance/33999035 <<
Solution:
a) submit PRs for their stuff to contribute it to the new github repo, https://github.com/jbosstools/jbosstools-download.jboss.org/tree/master/j...
b) kick this job to sync: http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_All/job/j...
c) update this doc: https://community.jboss.org/wiki/ProjectExamplesSites
d) update this README: http://download.jboss.org/jbosstools/examples/readme.process.txt with new instructions
was:
Problem:
a) you're missing stuff in http://download.jboss.org/jbosstools/examples/
b) because people published their examples into their SVN workspaces instead of github, and expected it would magically appear in the /examples/ folder
c) yet no one bothered to audit that their content was properly published, aaaand... it's gone.
>> http://memegenerator.net/instance/33999035 <<
Solution:
a) submit PRs for their stuff to contribute it to the new github repo, https://github.com/jbosstools/jbosstools-download.jboss.org/tree/master/j...
b) kick this job to sync: http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_All/job/j...
c) update this doc: https://community.jboss.org/wiki/ProjectExamplesSites
d) update this README: http://download.jboss.org/jbosstools/examples/readme.process.txt with new instructions
I've taken the liberty to rename and update the description on the first cause of this: ESB tests not being able to locate project examples since they are still loaded by JBDS 6 thus the content is actually there.
> ESB Tests are failing locating project examples
> -----------------------------------------------
>
> Key: JBIDE-13439
> URL: https://issues.jboss.org/browse/JBIDE-13439
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.0.0.Final, 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Len DiMaggio
>
> Problem:
> ESB tests stopped being able to find project examples when executing test. Why ?
> Nick's original theory, but that does not answer why the content that is still there is not showing up:
> Problem:
> a) you're missing stuff in http://download.jboss.org/jbosstools/examples/
> b) because people published their examples into their SVN workspaces instead of github, and expected it would magically appear in the /examples/ folder
> c) yet no one bothered to audit that their content was properly published, aaaand... it's gone.
> >> http://memegenerator.net/instance/33999035 <<
> Solution:
> a) submit PRs for their stuff to contribute it to the new github repo, https://github.com/jbosstools/jbosstools-download.jboss.org/tree/master/j...
> b) kick this job to sync: http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_All/job/j...
> c) update this doc: https://community.jboss.org/wiki/ProjectExamplesSites
> d) update this README: http://download.jboss.org/jbosstools/examples/readme.process.txt with new instructions
--
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
13 years, 2 months
[JBoss JIRA] (JBIDE-13413) jQuery Mobile Widget Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13413?page=com.atlassian.jira.plugi... ]
Alexey Kazakov edited comment on JBIDE-13413 at 1/29/13 12:57 AM:
------------------------------------------------------------------
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch* (http://jquerymobile.com/test/docs/forms/switch/)
!NewFlip.png|thumbnail!
Result:
{code}
<label for="flip-1">Flip switch:</label>
<select name="flip-1" id="flip-1" data-role="slider">
<option value="off">Off</option>
<option value="on">On</option>
</select>
{code}
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page* (http://jquerymobile.com/test/docs/pages/page-anatomy.html)
!NewPage.png|thumbnail!
Result:
{code}
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
{code}
2. *Dialog* (http://jquerymobile.com/test/docs/pages/dialog/index.html)
!NewDialog.png|thumbnail!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup* (http://jquerymobile.com/test/docs/pages/popup/index.html)
!NewPopup.png|thumbnail!
Result:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<div data-role="popup" id="popupBasic">
<p>This is a completely basic popup, no options set.<p>
</div>
{code}
4. *Header Bar* (http://jquerymobile.com/test/docs/toolbars/docs-headers.html)
!NewHeaderBar.png|thumbnail!
Result:
{code}
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
</div>
{code}
5. *Footer Bar* (http://jquerymobile.com/test/docs/toolbars/docs-footers.html)
No wizard.
Result:
{code}
<div data-role="footer" class="ui-bar">
</div>
{code}
6. *Navbar* (http://jquerymobile.com/test/docs/toolbars/docs-navbar.html)
!NewNavbar.png|thumbnail!
Result:
{code}
<div data-role="navbar">
<ul>
<li><a href="a.html">One</a></li>
<li><a href="b.html">Two</a></li>
</ul>
</div><!-- /navbar -->
{code}
7. *Button* (http://jquerymobile.com/test/docs/buttons/buttons-types.html)
!NewButton.png|thumbnail!
Result:
{code}
<a href="index.html" data-role="button" data-mini="true">Link button</a>
{code}
8. *Grouped Buttons* (http://jquerymobile.com/test/docs/buttons/buttons-grouped.html)
No Wizard.
Result:
{code}
<div data-role="controlgroup">
<a href="index.html" data-role="button">Yes</a>
<a href="index.html" data-role="button">No</a>
<a href="index.html" data-role="button">Maybe</a>
</div>
{code}
9. *Grid* (http://jquerymobile.com/test/docs/content/content-grids.html)
!NewGrid.png|thumbnail!
Result:
{code}
<div class="ui-grid-a">
<div class="ui-block-a"></div>
<div class="ui-block-b"></div>
</div><!-- /grid-a -->
{code}
10. *Collapsible Content Block* (http://jquerymobile.com/test/docs/content/content-collapsible.html)
!NewBlock.png|thumbnail!
Result:
{code}
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content.</p>
</div>
{code}
11. *Collapsible Set* (http://jquerymobile.com/test/docs/content/content-collapsible-set.html)
No Wizard.
Result:
{code}
<div data-role="collapsible-set">
</div>
{code}
12. *Field Container* (http://jquerymobile.com/test/docs/forms/slider/)
No Wizard.
Result:
{code}
<div data-role="fieldcontain">
</div>
{code}
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
> jQuery Mobile Widget Palette
> ----------------------------
>
> Key: JBIDE-13413
> URL: https://issues.jboss.org/browse/JBIDE-13413
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.x
>
> Attachments: NewBlock.bmml, NewBlock.bmml, NewBlock.png, NewButton.bmml, NewButton.png, NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewFlip.bmml, NewFlip.png, NewGrid.bmml, NewGrid.png, NewHeaderBar.bmml, NewHeaderBar.png, NewNavbar.bmml, NewNavbar.png, NewPage.bmml, NewPage.png, NewPopup.bmml, NewPopup.png
>
>
> http://jquerymobile.com/test/
--
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
13 years, 2 months