Click to See Complete Forum and Search --> : Wysiwyg


mr-d
01-28-2003, 07:48 AM
Hi,
I'm have buildt a WYSIWYG editor. It got the basic functions like BOLD font, color change, insert images, create links and so on.

The problem is with the table function. It's not a problem to create the table, but I got no idea of how to modify a table that is allready created.

The script at: http://www.editworkspro.com/?f=17&p=5
got some realy cool functions. Its possible to insert rows and collums, and you can add a colspan value!

Does any1 know how it is possible to modify tables in a WYSIWYG script like the one at http://www.devarticles.com/art/1/90

:confused: :confused: :confused: :confused: :confused:

khalidali63
01-28-2003, 08:09 AM
Yes it is possible to make changes to existing HTML document with DOM API's

take a look at this thread.
http://forums.webdeveloper.com/showthread.php?s=&threadid=3088

I explained how to add table tr and td to an existing table.

cheers

Khalid