From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- .../protected/pages/Controls/HtmlArea4.page | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/HtmlArea4.page (limited to 'demos/quickstart/protected/pages/Controls/HtmlArea4.page') diff --git a/demos/quickstart/protected/pages/Controls/HtmlArea4.page b/demos/quickstart/protected/pages/Controls/HtmlArea4.page new file mode 100644 index 00000000..1fa33424 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/HtmlArea4.page @@ -0,0 +1,28 @@ + + +

THtmlArea4

+ + +

+THtmlArea4 is a newer version of the THtmlArea component, based on TinyMCE version 4. Please refer to THtmlArea for basic usage. +

+ +

+THtmlArea4 provides the WYSIWYG feature by wrapping the functionalities provided by the TinyMCE project version 4. +

+ +

+The default editor tries to mimic THtmlArea's old style and behaviour, disabling the menubar and permitting the resize of the editor in both directions. To enable the menubar or change any other aspect of the editor layout, use the Options property to add additional editor options with each options on a new line. See TinyMCE website for a complete list of options. The following example displays a menu specific for HTML table manipulation, +

+ +<com:THtmlArea> + <prop:Options> + plugins: "table" + menubar: "file edit table" + </prop:Options> +</com:THtmlArea> + + + + +
-- cgit v1.2.3