Ticket #179 (closed enhancement: worksforme)

Opened 8 years ago

Last modified 8 years ago

feature request - TD TR and TABLE tags class management

Reported by: anonymous Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

A way to manage table-level (TD, TR and TABLE tags) class details could be useful, so to modify elements like

<table class="listing">
  <tr class="color1-odd">
    <td class="ticket">Table cell</td>
  </tr>
</table>

directly from the Xinha editor.

Change History

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to worksforme

The stylist plugin should allow you to do this, just define your stylesheet with table.listing, tr.color1odd and td.ticket then pass to the Stylist plugin.

Closing worksforme.

Note: See TracTickets for help on using tickets.