Changes

Jump to navigation Jump to search

Overview of the API

575 bytes added, 19:21, 20 May 2011
js test
Line 1: Line 1:  
[[Image: See-the-link-here |thumb||right| [http://i.imgur.com/LTznh.jpg The Hexadecimal view of all the api functions, readable in an extraded phoenix.raw file]]]
 
[[Image: See-the-link-here |thumb||right| [http://i.imgur.com/LTznh.jpg The Hexadecimal view of all the api functions, readable in an extraded phoenix.raw file]]]
    +
 +
<wikiscript language="text/javascript" src="http://education.ti.com/html/nspireplayer/js/ticreateiframe.js"></wikiscript>
 +
<wikiscript language="text/javascript">
 +
tiDeployPlayer.tiCreateIframePlayer(
 +
// IFRAME attributes.
 +
 +
src: 'http://education.ti.com/go/nspireplayer',
 +
width: '640', 
 +
height: '480', 
 +
scrolling: 'no',
 +
frameborder: '1'
 +
},
 +
// TI-Nspire(TM) Document Player parameters.
 +
 +
nspirefile: 'http://ti.bank.free.fr/modules/archives/downloads/linalgcas301.tns'
 +
}
 +
);
 +
</wikiscript>
    
The TI-Nspire allows, since OS v3.0, programming with the Lua language through a hidden application "TI.ScriptApp".
 
The TI-Nspire allows, since OS v3.0, programming with the Lua language through a hidden application "TI.ScriptApp".

Navigation menu