From 6348e70daa113e8b3203de8fbc919d08c90d972e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 1 Jul 2010 16:48:07 -0700 Subject: Initial checkin --- tinymce/examples/custom_formats.html | 107 +++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 tinymce/examples/custom_formats.html (limited to 'tinymce/examples/custom_formats.html') diff --git a/tinymce/examples/custom_formats.html b/tinymce/examples/custom_formats.html new file mode 100644 index 000000000..7c475b19b --- /dev/null +++ b/tinymce/examples/custom_formats.html @@ -0,0 +1,107 @@ + + + +Custom formats example + + + + + + + + + +
+
+

Custom formats example

+ +

+ This example shows you how to override the default formats for bold, italic, underline, strikethough and alignment to use classes instead of inline styles. + There are more examples on how to use TinyMCE in the Wiki. +

+ + +
+ +
+ + + [Show] + [Hide] + [Bold] + [Get contents] + [Get selected HTML] + [Get selected text] + [Get selected element] + [Insert HTML] + [Replace selection] + +
+ + +
+
+ + + -- cgit v1.2.3