[
https://issues.jboss.org/browse/JBIDE-14543?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-14543:
----------------------------------------
[~burrsutter] do you mean New Link wizard? This is because <a> is not a link if it
is in header or footer. This is a button. So you don't have to add
data-role="button" to the <a> from header/button/toolbar:
Links cannot have icons but buttons can.
If you want to create a button then why not to use a new button wizard?
jquery mobile link tag: data-icon and data-iconpos attributes
-------------------------------------------------------------
Key: JBIDE-14543
URL:
https://issues.jboss.org/browse/JBIDE-14543
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Burr Sutter
There may be more than just data-icon and data-iconpos attributes missing from the link
tag - but those are immediately obvious.
example from my header section of my page
<a href="settings.html" id="link-1" data-icon="gear"
data-transition="fade">Settings</a>
<h1>Page Title</h1>
<a href="about.html" data-rel="dialog"
data-icon="info" data-iconpos="right"
id="link-2">About</a>
--
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