[
https://issues.jboss.org/browse/JBIDE-14751?page=com.atlassian.jira.plugi...
]
Denis Golovin commented on JBIDE-14751:
---------------------------------------
What about Theme selection for Popup button itself?
jQuery Popup Wizard should let select Theme w/o Shadow selected
---------------------------------------------------------------
Key: JBIDE-14751
URL:
https://issues.jboss.org/browse/JBIDE-14751
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Beta1
Reporter: Denis Golovin
Priority: Optional
Attachments: popup-no-shadow.png
Theme should be available for selection even for popups without shadow or popup window
look lust like flying text.
!popup-no-shadow.png!
For example code below
{code}
<a href="#popup-1" data-role="button" data-inline="true"
data-rel="popup">Popup</a>
<div data-role="popup" id="popup-1" data-theme="a"
data-shadow="false" class="ui-content">
<p>This is a popup</p>
</div>
{code}
works just fine in browsersim
--
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