[
https://issues.jboss.org/browse/JBIDE-14543?page=com.atlassian.jira.plugi...
]
Burr Sutter commented on JBIDE-14543:
-------------------------------------
If I understand you correctly:
A jQM link, in the data-role="header" div is a button automatically, therefore,
the user does not need to explicitly provide the data-role="button" attribute.
What I will do is always use data-role="button", even in the header section to
make it more clear.
OK - I think you have the correct position - let's close this request. :-)
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
Components: jsp/jsf/xml/html source editing
Reporter: Burr Sutter
Assignee: Alexey Kazakov
Fix For: 4.1.0.Beta2
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