diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TLiteral')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page new file mode 100644 index 00000000..118d1627 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page @@ -0,0 +1,13 @@ +<com:TContent ID="body">
+
+<h1>TLiteral Sample</h1>
+
+<p>
+<com:TLiteral Text="This is a piece of unencoded text." />
+</p>
+
+<p>
+<com:TLiteral Text="This is a piece of encoded <a>text</a>." Encode="true"/>
+</p>
+
+</com:TContent>
\ No newline at end of file |