Creating beautiful and rich content online has never been easier. With the Advanced HTML Editor 3 you can enable editing of live text, images, tables and other documents without any HTML knowledge, ...
Advanced HTML Editor
Javascript Access to data
Question:I want to be able to dynamically alter the value of the HTML editor, eg textfield.value = textfield.value + 'foo'
as far as I can tell I would have to do this and simultaneously alter the actual HTML displayed by in the editor, how do I access this? I presume it uses innerHTML? ... Read More