by prettyscripts on 2008-09-22 16:22:57 • Leave a comment »
free • javascript • xajax • tinymce
the normal way to clear <textarea> field:
document.formname.textareaid.value = '';
for <textarea> converted into tinymce editor, the above javascript call does not work. you need to call tinyMCE.setContent()
tinyMCE.getInstanceById('texta…
more »Tags: clear, editor, textarea, tinymce, xajax
by prettyscripts on 2008-06-26 14:58:33 • Leave a comment »
free • software • firefox • addon
codetch is a free, open source source code editor. the description at it’s download page says Get the feel of Dreamweaver in a Firefox extension. i’ve never used dreamweaver and i can’t comment on that. imo, this is a very primitive editor. knowled…
more »Tags: addon, dreamweaver, editor, firefox, html
by prettyscripts on 2008-06-23 11:11:51 • Leave a comment »
free • javascript • tinymce
if you’re not using any standard packages (portals, cms etc) and want to write your own form for users who don’t know anything about html to post html contents, one solution is to use tinyMCE, an open source (ie free!) javascript that transform <texta…
more »Tags: editor, textarea, tinymce