[jbosstools-issues] [JBoss JIRA] (JBIDE-14543) jquery mobile link tag: data-icon and data-iconpos attributes

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon May 20 19:21:06 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12775475#comment-12775475 ] 

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


More information about the jbosstools-issues mailing list