Opened 16 years ago
Last modified 13 years ago
#1156 closed enhancement
Editor/Editor2 tables — at Initial Version
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 0.3 |
Keywords: | Cc: | Mike Wilcox | |
Blocked By: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.