[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/28/13 8:25 PM:
-----------------------------------------------------------------
1. *Page*
!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*
!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*
!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*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page*
!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*
!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*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
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: NewDialog.bmml, NewDialog.bmml, NewDialog.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
[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/28/13 8:27 PM:
-----------------------------------------------------------------
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*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page*
!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*
!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*
!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*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
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: NewDialog.bmml, NewDialog.bmml, NewDialog.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
[JBoss JIRA] (JBIDE-12142) User is not refreshed when deleting the domain
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12142?page=com.atlassian.jira.plugi... ]
Michelle Murray updated JBIDE-12142:
------------------------------------
Release Notes Text: In the OpenShift Explorer, domains and their applications can be deleted. After deleting a domain and the associated application, the Explorer continued to display the deleted applications and continued to show "Delete Domain" as an option in the context menu. This has been resolved and the Explorer now refreshes correctly. The Explorer no longer shows applications or allows a user to select "Delete Domain" after a domain and its applications have been deleted. (was: In the OpenShift Explorer, domains and their applications can be deleted. After deleting a domain and the associated application, the Explorer continued to display the deleted applications and continued to show "Delete Domain" as an option in the context menu. This has been resolved and the Explorer now refreshes correctly. The Explorer no longer shows applications or allows a user to select "Delete Domain" after a domain and its application have been deleted.)
> User is not refreshed when deleting the domain
> ----------------------------------------------
>
> Key: JBIDE-12142
> URL: https://issues.jboss.org/browse/JBIDE-12142
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 3.3.2, 4.0.0.Alpha1
>
>
--
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-12142) User is not refreshed when deleting the domain
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12142?page=com.atlassian.jira.plugi... ]
Michelle Murray updated JBIDE-12142:
------------------------------------
Release Notes Text: In the OpenShift Explorer, domains and their applications can be deleted. After deleting a domain and the associated application, the Explorer continued to display the deleted applications and continued to show "Delete Domain" as an option in the context menu. This has been resolved and the Explorer now refreshes correctly. The Explorer no longer shows applications or allows a user to select "Delete Domain" after a domain and its application have been deleted. (was: In the OpenShift Explorer, one may delete the domain and the application within it. Once you delete the domain the Explorer should not display any applications nor offer "Delete Domain" in the context menu. Unfortunately the OpenShift Explorer was not refreshed correctly and would still display removed application and allow a user to delete the (removed) domain.)
> User is not refreshed when deleting the domain
> ----------------------------------------------
>
> Key: JBIDE-12142
> URL: https://issues.jboss.org/browse/JBIDE-12142
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 3.3.2, 4.0.0.Alpha1
>
>
--
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/28/13 8:18 PM:
-----------------------------------------------------------------
1. *Page*
!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*
!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*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page*
!NewPage.png!
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*
!NewDialog.png!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
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: NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewPage.bmml, NewPage.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/28/13 8:17 PM:
-----------------------------------------------------------------
1. *Page*
!NewPage.png!
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*
!NewDialog.png!
Result:
{code}
<a href="foo.html" data-rel="dialog" data-transition="pop" data-close-btn="none">Open dialog</a>
{code}
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page*
!NewPage.png!
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*
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
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: NewDialog.bmml, NewDialog.bmml, NewDialog.png, NewPage.bmml, NewPage.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/28/13 8:02 PM:
-----------------------------------------------------------------
1. *Page*
!NewPage.png!
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*
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page*
2. *Dialog*
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
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: NewPage.bmml, NewPage.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/28/13 8:03 PM:
-----------------------------------------------------------------
1. *Page*
!NewPage.png!
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*
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
13. *Flip Toggle Switch*
14. *Radio Button*
15. *Check Box*
16. *Grouped Check Boxes*
17. *Select Menu*
18. *Listview*
19. *Panel*
20. *Table*
was (Author: akazakov):
1. *Page*
!NewPage.png!
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*
3. *Popup*
4. *Header Bar*
5. *Footer Bar*
6. *Navbar*
7. *Button*
8. *Grouped Buttons*
9. *Grid*
10. *Collapsible Content Block*
11. *Collapsible Set*
12. *Field Container*
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: NewPage.bmml, NewPage.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