Table properties in tinyMCE
8 posts by 3 authors in: Forums > CMS Builder
Last Post: December 3, 2009 (RSS)
I have upgraded my tinyMCE but nothing has changed, I have also removed the cache file for tinyMCE.
My client will need to be able to edit the tables easily and at the moment they can't add rows etc.
Re: [MercerDesign] Table properties in tinyMCE
By Donna - November 27, 2009
By default, the Table Editor is included in the CMS Builder WYSIWYG editor -- if you hover over it with nothing selected, it should say "Inserts a New Table", and clicking it will bring up the Insert/Modify window so you can edit an existing table.
If you go to the online demo, can you see the Table editor option? Try here:
http://demo2.interactivetools.com/cmsbuilder/index.html
--
support@interactivetools.com
Re: [Donna] Table properties in tinyMCE
Re: [MercerDesign] Table properties in tinyMCE
By Donna - December 1, 2009
You can definitely add new rows! Try right clicking on the table for more options -- you can insert new rows & columns, delete rows, and otherwise modify any aspect of the table through that menu. :)
--
support@interactivetools.com
Re: [Donna] Table properties in tinyMCE
I work on a Mac so you can't right click, it doesn't work if you control click either, It is working on a PC now but I think that's only because I updated the tinyMCE, it didn't work before. How do I get it working on a Mac.
Re: [MercerDesign] Table properties in tinyMCE
By Damon - December 2, 2009
You can add all the table custmization buttons to the WYSIWYG toolbar like this:
- open /lib/wysiwyg.php
Find this:
theme_advanced_buttons3 : "",
Change to this:
theme_advanced_buttons3 : "table,tablecontrols,row_props,cell_props,delete_col,delete_row,col_after,col_before,row_after,row_before,split_cells,merge_cells",
Also, remove "table" from the 2nd row of buttons, "theme_advanced_buttons2 : "
All the advance table buttons will appear not active until you click inside a table, then you can use the table buttons.
Try it out and let me know if that helps.
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Damon] Table properties in tinyMCE
Re: [MercerDesign] Table properties in tinyMCE
By Damon - December 3, 2009
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/