hello,
It seemed to be fairly easy to add a "style" select box in the "cell properties" dialog for FCK editor.
Even integrating with the styles XML file (used for the drop down in the editor) would be doable i think (by iterating
and choosing all styles for "td").
However, i saw in the dialog there seems to be some commented-out code that seems to want to do just that. I wonder:
why is it commented out / incomplete ? are there some extra difficulties implementing that ? and whould you accept a patch
that implements it ? or shouldn't i bother, and maybe use other means to achieve the same thing ?
I need this functionality, because, in IE, it is apparently not possible to select one or more cells (is it ?). In firefox,
the normal drop down works just fine for cell styles when you select a table cell. Anyone has more experience than me with
editing tables under IE ? some tricks ?
another general remark: it seems currently firefox works much better than IE as a browser for FCKEditor
(table manipulation, paste from word seems to work better too)
thanks!
greetings,
Frank
It seemed to be fairly easy to add a "style" select box in the "cell properties" dialog for FCK editor.
Even integrating with the styles XML file (used for the drop down in the editor) would be doable i think (by iterating
and choosing all styles for "td").
However, i saw in the dialog there seems to be some commented-out code that seems to want to do just that. I wonder:
why is it commented out / incomplete ? are there some extra difficulties implementing that ? and whould you accept a patch
that implements it ? or shouldn't i bother, and maybe use other means to achieve the same thing ?
I need this functionality, because, in IE, it is apparently not possible to select one or more cells (is it ?). In firefox,
the normal drop down works just fine for cell styles when you select a table cell. Anyone has more experience than me with
editing tables under IE ? some tricks ?
another general remark: it seems currently firefox works much better than IE as a browser for FCKEditor
(table manipulation, paste from word seems to work better too)
thanks!
greetings,
Frank
Re: table cell styles
I've tried both browsers and both have pro's and con's.
IE: I can't select tablecells but i can chose styles for the whole table
FF: I can select tablecells but i can't chose styles for the whole table
is there a chance to declare TD's as TH's?
Leo