02 |
<textarea name= "body" rows= "8" cols= "60" ></textarea> |
03 |
<script type = "text/javascript" >//<![CDATA[ |
04 |
window.CKEDITOR_BASEPATH= '/include/ckeditor/' ; |
07 |
<script type = "text/javascript" src= "/include/ckeditor/ckeditor.js?t=B8DJ5M3" ></script> |
08 |
<script type = "text/javascript" >//<![CDATA[ |
09 |
CKEDITOR.replace( 'body' , { "extraPlugins" : "dedepage,multipic,addon" , "toolbar" :[[ "Source" , "-" , "Templates" ],[ "Cut" , "Copy" , "Paste" , "PasteText" , "PasteFromWord" , "-" , "Print" ],[ "Undo" , "Redo" , "-" , "Find" , "Replace" , "-" , "SelectAll" , "RemoveFormat" ],[ "ShowBlocks" ],[ "Image" , "Flash" , "Addon" ],[ "Maximize" ], "/" ,[ "Bold" , "Italic" , "Underline" , "Strike" , "-" ],[ "NumberedList" , "BulletedList" , "-" , "Outdent" , "Indent" , "Blockquote" ],[ "JustifyLeft" , "JustifyCenter" , "JustifyRight" , "JustifyBlock" ],[ "Table" , "HorizontalRule" , "Smiley" , "SpecialChar" ],[ "Link" , "Unlink" , "Anchor" ], "/" ,[ "Styles" , "Format" , "Font" , "FontSize" ],[ "TextColor" , "BGColor" , "MyPage" , "MultiPic" ]], "height" :450, "skin" : "kama" }); |
|