From 8e4409a70876175ba8dc54e1a084c37a7861bfbf Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 12 Feb 2014 16:08:12 +0100 Subject: Added quickstart doc for TMarkdown --- demos/quickstart/protected/pages/Controls/Standard.page | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/Standard.page') diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index bac51351..43fecfb3 100755 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -105,6 +105,10 @@ TLiteral represents a static text without any HTML tag surrounding it on a Web page. +
  • + TMarkdown formats its body content following the Markdown syntax. +
  • +
  • TMultiView represents a container for a group of TView controls, each of which is container for other controls. At any time, at most one TView is visible.
  • -- cgit v1.2.3