summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame
diff options
context:
space:
mode:
authorxue <>2006-03-31 22:13:53 +0000
committerxue <>2006-03-31 22:13:53 +0000
commitb6e539162ea75250932b83def2c28d00041f96af (patch)
tree12774c4f1f5f8c8dc1f2b8081498e0f6b85a515f /demos/quickstart/protected/pages/Controls/Samples/TInlineFrame
parentcc9fdb6054c896b10ceaab73059e55031ae44d29 (diff)
Added TImageMap and TInlineFrame demos.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TInlineFrame')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page34
1 files changed, 34 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page
new file mode 100644
index 00000000..90f3f5a1
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page
@@ -0,0 +1,34 @@
+<com:TContent ID="body">
+
+<h1>TInlineFrame Samples</h1>
+
+<table class="sampletable">
+
+<tr><td class="samplenote">
+Inline frame with default settings:
+</td><td class="sampleaction">
+<com:TInlineFrame FrameUrl="http://www.google.com/" />
+</td></tr>
+
+<tr><td class="samplenote">
+Inline frame customized with margins and align:
+</td><td class="sampleaction">
+<com:TInlineFrame
+ MarginWidth="100"
+ MarginHeight="100"
+ Align="Right"
+ FrameUrl="http://www.google.com/" />
+</td></tr>
+
+<tr><td class="samplenote">
+Inline frame without scrollbars and border:
+</td><td class="sampleaction">
+<com:TInlineFrame
+ ScrollBars="None"
+ ShowBorder="false"
+ FrameUrl="http://www.google.com/" />
+</td></tr>
+
+</table>
+
+</com:TContent> \ No newline at end of file