EasyManuals Logo
Home>Texas Instruments>Calculator>TINSPIRE

Texas Instruments TINSPIRE User Manual

Texas Instruments TINSPIRE
876 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #250 background imageLoading...
Page #250 background image
238 Embedding documents in web pages
Exporting to the clipboard
Use the to Clipboard feature create a code snippet that can be pasted
into a blog, existing web page, or other -compatible container that
supports applets. A snippet is not a full web page because the source
code does not contain the identifying information, headers, and body
section needed to publish a stand-alone web page.
1. Open the TI-Nspire™ document or PublishView™ document that you
want to export.
2. Select File > Export > to Clipboard.
The code is copied to the clipboard.
3. Paste the snippet into a blog or other existing web page.
Editing the code snippet
To preview or edit the snippet before pasting it to a web page or blog,
paste the code into a text editor.
1. Open a new document in any text editor such Notepad (Windows®)
or TextEdit (Macintosh®).
2. Paste the code into the text editor. The following code is an example
of how the snippet may look when you copy it and open it in a text
editor.
3. Edit the code snippet if needed.
<!-- START: TI-Nspire(TM) Document Player -->
<!--
Paste the code below into the body of an existing web page or blog. The code will generate an HTML iframe when the page
is loaded. Note the 'nspirefile' parameter holds the location and file name of the TI-Nspire(TM) or PublishView(TM)
document that is to be shown on the page. If 'nspirefile' contains only a file name instead of a full URL, be sure to upload the
TI-Nspire or PublishView document to your web server and place it in the same folder as your blog or web page. Also, be
sure the 'nspirefile' string contains no backslash characters '\'. Use forward slash characters '/' instead.
-->
<script type="text/javascript" src="http://education.ti.com/html/nspireplayer/js/ticreateiframe.js"></script>
<script type="text/javascript">
tiDeployPlayer.tiCreateIframePlayer(
// IFRAME attributes.
{
src : 'http://education.ti.com/go/nspireplayer',
width : '640',
height : '480',
scrolling : 'no',
frameborder : '0'
},
// TI-Nspire(TM) Document Player parameters.
{
nspirefile : 'myfile.tns'
}
);
</script>
<!-- END: TI-Nspire(TM) Document Player -->

Table of Contents

Other manuals for Texas Instruments TINSPIRE

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TINSPIRE and is the answer not in the manual?

Texas Instruments TINSPIRE Specifications

General IconGeneral
BrandTexas Instruments
ModelTINSPIRE
CategoryCalculator
LanguageEnglish

Related product manuals