JavaScript - Openwysiwyg Still Alive ?
Hi There
Looks like no on one is at home at http://www.openwebware.com/ I have modified the sources so this editor works for me perfectly. I can now create and attache editors to Code: <div id=div4> edit me </div> with something like Code: WYSIWYG.attachAjax('div4', full_toolbar) Added a 'close' (no save) button, save the changes and close the editor upon 'save' etcetc... So is anybody interested in this ? Regards Heinz Similar TutorialsI am trying to use the HTML created by openWYSIWYG editor on my site. I am wanting to manipulate the created HTML that is generated...but I don't seem to be able to access it. When I pass the value through to a PHP script, it functions in much the similar way that any other textarea does. What I want to do works fine with a standard textbox and acquiring the value using: Code: textareaid.value But this doesn't seem to work when the openWYSIWYG editor is attached. Does anyone know how I can do this?? Cheers The Moose |