Step 1 : Download Tinymce From this side
http://www.tinymce.com/download/download.php
Step 2 : Download PramukhIME TinyMCE Plugin
http://www.vishalon.net/PramukhIME /TinyMCEPlugin.aspx
Step 3 : Plugin Installation:
1. Unzip the file on your local hard disk.
2. Upload "pramukhime" folder to TinyMCE_ROOT/plugins/
Step 4 : This Javascript Add in Your Editor Page
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
theme : "advanced",
language : "en",
mode : "textareas",
safari_warning : false,
plugins : "advlink, advimage, preview, visualchars, media, nonbreaking, pramukhime",
theme_advanced_buttons3_add : "styleprops, visualchars, media, nonbreaking, pramukhime",
debug : false,
fullscreen_settings : {
theme_advanced_path_location : "top"
}
});
</script>
Step 5 : Enjoy :)
No comments:
Post a Comment