Home  • Online Tips • Study
1398 Do you want to set Tinymce Editor in your submission form <textarea></textarea> section....? Just copy the following code and past in your script. Before that please download the libary from tinymce website. <script type="text/javascript" src="(Set your own relative path)library/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", theme_advanced_buttons1 : "mylistbox,mysplitbutton,bold,italic,underline,separator,strikethrough, justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist, undo,redo,link,unlink,forecolor,backcolor", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom" }); </script> <form method="post" action="somepage"> <textarea name="content" style="width:500px;">Tarek Raihan (IDB-BISEW) </textarea> </form>

Comments 2


good work

Share

Copyright © 2024. Powered by Intellect Software Ltd