I've started to implement a new dialog window for advanced formatting of tables using classes.
You can set the following formats:
- change # cols or/and # rows in TH for heading
- alternate # rows/ # cols with different classes
- assign a class to the whole table.
If anyone is interested, I'll clean my code (very cheapy right now) and post it.
It would be VERY nice to implement a system for plugins without having to change the original code.
You can set the following formats:
- change # cols or/and # rows in TH for heading
- alternate # rows/ # cols with different classes
- assign a class to the whole table.
If anyone is interested, I'll clean my code (very cheapy right now) and post it.
It would be VERY nice to implement a system for plugins without having to change the original code.
RE: Advanced Table Properties
Could you send it for fckeditor@fredck.com. I will take a look on it and integrate it in the next version.
Thanks in advance,
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Advanced Table Properties
RE: Advanced Table Properties
RE: Advanced Table Properties
RE: Advanced Table Properties
Has anyone given any thought to this architecture? I've never seen a web application / js application that has any type of plugin architecture.
Anybody seen something on sourceforge that trys this...?