Ticket #1156 (assigned enhancement)
Editor: implement tables
| Reported by: | guest | Owned by: | liucougar |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Widgets | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Need table improvements. Dialog with rows/columns, borders, etc. I suggest a default of 1 row, 2 col, no border. Gecko has inline edit tools but IE needs row/column tools. Both need cell/row/table format dialog.
To see tables with no borders for editing purposes, the RichText? component needs to show td tags... e.g: td {border: 1px dotted #F00;}
I tried adding the above as part of the init - but if you're editing a file with it's own html&body tags, this doesn't work in IE. Worst case is that this style gets inserted into actual content and then filtered out on submit.
Change History
Note: See
TracTickets for help on using
tickets.