[jbosstools-issues] [JBoss JIRA] (JBIDE-13838) jQueryMoblie code assist: Add data-* attributes for <table>

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Mar 21 19:48:41 EDT 2013


Alexey Kazakov created JBIDE-13838:
--------------------------------------

             Summary: jQueryMoblie code assist: Add data-* attributes for <table>
                 Key: JBIDE-13838
                 URL: https://issues.jboss.org/browse/JBIDE-13838
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: jsp/jsf/xml/html source editing
            Reporter: Alexey Kazakov
            Assignee: Alexey Kazakov
             Fix For: 4.1.0.Alpha2


There is no data-* attributes for <table> in Data Attribute Reference - http://api.jquerymobile.com/data-attribute/
But it mentioned in http://view.jquerymobile.com/1.3.0/docs/widgets/table-column-toggle/ and http://view.jquerymobile.com/1.3.0/docs/widgets/table-reflow/

There is the list of new attributes:

{code}
<table data-role="table"
       data-mode="columntoggle | reflow"
       data-column-btn-text=""
       data-column-btn-theme="a | b | c ... z"
       data-column-popup-theme="a | b | c ... z">
   <th data-priority="0 | 1 | 2 | 3 | 4 | 5 | 6">
...
{code}

--
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