Texas Instruments TI-Nspire CX CAS TINSPIRE-CX-CAS 产品宣传页

产品代码
TINSPIRE-CX-CAS
下载
页码 603
Attribute
Description
middle, or bottom. The align attribute will work, but is no
longer widely used. Styles are widely used today.
To use styles to center the Document Player on a page,
surround the iframe with division (div) tags:
<div style="text-align:center">
[insert code for iframe]
</div>
frameborder
Specifies whether or not to display a border around an
iframe. Values are:
1 = show border
0 = no border
height
Specifies the height of the frame in pixels.
longdesc
The URL that points to the page containing a long
description of the content in the iframe.
marginheight
Defines the top and bottom margins in pixels.
marginwidth
Defines the left and right margins in pixels.
name
The name of the iframe.
scrolling
Specifies whether or not to show scrollbars in an iframe.
Values are yes, no, or auto.
src
The URL of the document contained in the iframe.
width
Defines the width of the iframe in pixels.
Using Dynamically-Generated Iframes
To use a relative address, you must use a dynamically-generated iframe. This
code generates an HTML iframe when the page is loaded. The "nspirefile"
parameter holds the location and file name of the TI-Nspire™ or PublishView™
document that is to be shown on the page. If the "nspirefile" parameter
Embedding Documents in Web Pages 481