summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples
diff options
context:
space:
mode:
authorwei <>2007-05-09 02:14:41 +0000
committerwei <>2007-05-09 02:14:41 +0000
commitfff8748276ce319e7fe828e2c1bc93e978d63910 (patch)
treed8e19d9ec6fc78a632c860e79610d513ef537f27 /demos/quickstart/protected/pages/Controls/Samples
parent4de8c4b9d9786986b59d06eaea21312067f20eac (diff)
TinyMce should use advimage plugin for all its editors or none.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page b/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page
index 7b6e35bc..85c4c33c 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page
@@ -19,7 +19,7 @@ Full featured THtmlArea example
<com:THtmlArea ID="HtmlArea2" Width="670px" Height="300px">
<prop:Options>
theme : "advanced",
- plugins : "devkit,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras",
+ plugins : "devkit,style,layer,table,save,advhr,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras",
theme_advanced_buttons1_add_before : "save,newdocument,separator,styleselect",
theme_advanced_buttons1_add : "separator,insertdate,inserttime,preview,separator,advsearchreplace",
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",