Initial revision
This commit is contained in:
parent
8c4ab30a52
commit
0643096899
139 changed files with 10024 additions and 0 deletions
99
extensions/calpa/Docs/html/guide-Frames-iframe.html
Normal file
99
extensions/calpa/Docs/html/guide-Frames-iframe.html
Normal file
|
@ -0,0 +1,99 @@
|
|||
<HTML>
|
||||
<BODY bgcolor=ffffff>
|
||||
<P>
|
||||
<TABLE width=100% cellspacing=0 cellpadding=0>
|
||||
<TR>
|
||||
<TD>
|
||||
<FONT size=-1><B>CalHTMLPane v2.0 Guide</B></FONT>
|
||||
</TD>
|
||||
<TD align=right>
|
||||
<FONT size=-1><B>Example Tag Usage</B></FONT>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR width=100% size=1 color=black>
|
||||
<P>
|
||||
<FONT size=+1><B>3: Frames</B></FONT>
|
||||
<P>
|
||||
<BLOCKQUOTE>
|
||||
<P>
|
||||
<B>Tag: IFRAME</B><BR>
|
||||
<P>
|
||||
<BLOCKQUOTE>
|
||||
<TABLE border align=center bgcolor=ffffff cellpadding=6 width=500>
|
||||
|
||||
<TR>
|
||||
<TD>
|
||||
<B>Synopsis:</B><BR>
|
||||
Creates an inline frame which can be dynamically updated with documents.
|
||||
See the HTML4.0 spec for details. Placing an IFRAME in your document is much
|
||||
like placing an image. For this reason the <B>hspace</B> and <B>vspace</B>
|
||||
attributes are supported in addition to the usual frame attributes.
|
||||
<P>Always remember to use the closing </IFRAME> tag. Content between
|
||||
the opening and closing tags is for HTML viewers which do not support inline
|
||||
frames, and you will lose the rest of the document if you omit the closing
|
||||
tag (not just in the CalPane, but in browsers such as IE4 as well).
|
||||
<BR>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD>
|
||||
<B>Example:</B>
|
||||
<P>
|
||||
<table align=center bgcolor=ffffdd cellspacing=0 cellpadding=4 rules=none bordercolor=black frame=border>
|
||||
<tr>
|
||||
<td><FONT color=navy>
|
||||
<IFRAME hspace=4 vspace=4 align=left src="newsflash.html"<BR>
|
||||
width=400 height=300 name=myiframe></IFRAME><BR>
|
||||
This is a floating inline frame. Text will wrap around it as normal. Note<BR>
|
||||
that the frame will handle its own internal links or it can be updated<BR>
|
||||
externally.
|
||||
<BR clear=left><BR>
|
||||
<P align=center><A href="techupdate.html" target=myiframe><BR>
|
||||
Press here to update the frame with a new document</A><BR>
|
||||
</FONT>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<P>
|
||||
</TR>
|
||||
</TD>
|
||||
|
||||
<TR>
|
||||
<TD bgcolor=aaccbb>
|
||||
<B>Rendering:</B>
|
||||
<P>
|
||||
<IFRAME hspace=4 vspace=4 align=left src="newsflash.html"
|
||||
width=400 height=300 name=myiframe></IFRAME>
|
||||
This is a floating inline frame. Text will wrap around it as normal. Note
|
||||
that the frame will handle its own internal links or it can be updated
|
||||
externally.
|
||||
|
||||
<BR clear=left>
|
||||
<P align=center><A href=techupdate.html target=myiframe>Press here
|
||||
to update the frame with a new document</A><BR>
|
||||
|
||||
<BR>
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
|
||||
</TABLE>
|
||||
</BLOCKQUOTE>
|
||||
</BLOCKQUOTE>
|
||||
|
||||
<TABLE align=center width=50%>
|
||||
<TR>
|
||||
<TD align=center>
|
||||
<A href="../CalGuide.html">Guide Index</A> |
|
||||
<A href="../javadoc/overview-tree.html"> JavaDoc</A> |
|
||||
<A href="guide-Forms-accesskey.html"> Previous</A> |
|
||||
<A href="guide-Images-imagemap.html"> Next</A>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue