Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<com:TContent ID="body">
2
 
3
<h1>TInlineFrame Samples</h1>
4
 
5
<table class="sampletable">
6
 
7
<tr><td class="samplenote">
8
Inline frame with default settings:
9
</td><td class="sampleaction">
10
<com:TInlineFrame FrameUrl="http://www.google.com/" />
11
</td></tr>
12
 
13
<tr><td class="samplenote">
14
Inline frame customized with margins and align:
15
</td><td class="sampleaction">
16
<com:TInlineFrame
17
	MarginWidth="100"
18
	MarginHeight="100"
19
	Align="Right"
20
	FrameUrl="http://www.google.com/" />
21
</td></tr>
22
 
23
<tr><td class="samplenote">
24
Inline frame without scrollbars and border:
25
</td><td class="sampleaction">
26
<com:TInlineFrame
27
	ScrollBars="None"
28
	ShowBorder="false"
29
	FrameUrl="http://www.google.com/" />
30
</td></tr>
31
 
32
</table>
33
 
34
<div class="last-modified">$Id: Home.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>