Opened 15 years ago
Closed 11 years ago
#1156 closed enhancement (fixed)
Editor: implement tables
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 0.3 |
Keywords: | Cc: | Mike Wilcox | |
Blocked By: | Blocking: |
Description (last modified by )
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 (16)
comment:1 Changed 15 years ago by
Component: | General → Widgets |
---|---|
Owner: | changed from anonymous to bill |
comment:2 Changed 15 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from bill to liucougar |
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Milestone: | 0.5 → 0.4 |
---|---|
Status: | new → assigned |
comment:5 Changed 15 years ago by
insert/delete table is already implemented in the new editor2
other format will be added later
comment:6 Changed 15 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:7 Changed 14 years ago by
Component: | Widgets → Editor |
---|
comment:8 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|
comment:9 Changed 14 years ago by
Component: | Editor → Dojox |
---|---|
Milestone: | 1.0 |
comment:10 Changed 13 years ago by
Summary: | Editor/Editor2 tables → Editor: implement tables |
---|
There currently is no table support in the editor. Are there browser limitations? a11y issues? or can we port this and schedule for a milestone? Should this be in Dijit or should we start a new dojox.editor project?
comment:12 Changed 13 years ago by
Component: | Dojox → DojoX Widgets |
---|
I'm not inclined to add table support to the Editor in dijit but maybe you can change my mind.
comment:13 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.2 → future |
comment:14 Changed 12 years ago by
Cc: | Mike Wilcox added |
---|
This is a very old ticket. Close in favor of #6479? Does the dojox.editor.TablePlugin? do what's requested here?
comment:15 Changed 12 years ago by
Yes, the table plugs cover this. It doesn't do the dotted TDs, but there are new issues with the non-iframe that makes that tricky (but still doable). I'd definitely close this.
comment:16 Changed 11 years ago by
Milestone: | future → 1.3 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
I've submitted a richtext.js patch to improve inserttable. http://trac.dojotoolkit.org/ticket/1280