FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Integrate HTML editor to Message Editing
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Integrate HTML editor to Message Editing [message #31617 is a reply to message #31563] Wed, 10 May 2006 07:52 Go to previous messageGo to previous message
shikha(dot)chopra(at)undp(dot)org is currently offline  shikha(dot)chopra(at)undp(dot)org   India
Messages: 11
Registered: May 2006
Karma:
Junior Member
I got the answer

Go to Template Editor--> Edit--> post.tmpl ---> Post_page

In the Code add the javascript namely "tiny_mce.js"

Apply it to textareas
by including the following code too:

<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
width : "100%",
plugins : " table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,z oom,flash,searchreplace,print,contextmenu ",
theme_advanced_buttons1_add_before : "save,separator",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor ",
theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
extended_valid_elements : " a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|v space|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|n oshade],font[face|size|color|style],span[class|align|style] "

});
</script>


[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message icon2.gif
Previous Topic: Today's Visitors
Next Topic: "theme" Directory Won't Download
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 01:24:05 GMT 2024

Total time taken to generate the page: 0.04760 seconds