diff options
author | xue <> | 2006-03-27 04:33:13 +0000 |
---|---|---|
committer | xue <> | 2006-03-27 04:33:13 +0000 |
commit | 84cd815b93ddbb19c3f1314b7135b1c373ce421c (patch) | |
tree | 65b7931691e84e9a7e22f3fe0c0362d4f43cb31a /demos/quickstart/protected/pages/Controls/Samples/TLiteral | |
parent | 3192eb5cafef46ed5203a8cb2f7ae885e5693a47 (diff) |
Added TLiteral, TPlaceHolder demos.
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 |