Edgewall Software
Modify

Opened 19 years ago

Closed 17 years ago

#1433 closed enhancement (wontfix)

Table cell attributes

Reported by: gerald.kaszuba@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: 0.8.1
Severity: normal Keywords: table cell
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I've attached a patch allowing <td> tags to have custom attributes.

The wiki source looks like this:

|| cell 1 |||class="mytdclass"| cell 2 || cell 3 ||

And the output:

<td>cell 1<td class="mytdclass">cell2<td>cell 3

This may solve #1424 and #1293

Attachments (1)

custom-cell.diff (1.1 KB ) - added by gerald.kaszuba@… 19 years ago.

Download all attachments as: .zip

Change History (2)

by gerald.kaszuba@…, 19 years ago

Attachment: custom-cell.diff added

comment:1 by Christian Boos, 17 years ago

Resolution: wontfix
Status: newclosed

I think #1424 is the way to go.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.