openwysiwyg

Has anyone been able to edit text in an OpenWYSIWYG control dynamically?

Like the question says has anyone been able to take a OpenWYSIWYG control and change its contents dynamically with JavaScript? It's hard because it takes your textarea and transforms it into a WYSIWYG editor by making the textarea invisible and inserting some kind of iframe and uses that as the editor. I've tried code like this but fai...

how to add text to opewnwyswig editor by java script code outside openwyswig

I've got page to edit some html code from db, to do that i use openwyswig http://www.openwebware.com/wysiwyg/demo.shtml which hosts over textarea, functions implemented in editor to insert images and hyperlinks aren't quite suitable for me, so i need to find some piece of code which help me to change/insert text to that area from outside...

Problems getting text from an openWysiwyg enabled TextBox

I have a multiline text box on a form. I dropped in the js file for openWYSIWYG and attached it to the textbox. When I submit the form, the text box has no value. I'm having problems finding documentation on this library. Has anyone else used this who would be able to direct me as to where I can troubleshoot this issue. The HTML is...

openWYSIWYG - dynamic positioning

I am making a webpage that has different areas that can be clicked on to change the contents. I want to set it up so that when you click on an area, an openWYSIWYG editor appears in the middle of the screen with the rest of the page greyed out. I have achieved this except for the positioning of the editor. When you click on a section I ...