Texas Instruments TI-Nspire CX CAS TINSPIRE-CX-CAS Merkblatt

Produktcode
TINSPIRE-CX-CAS
Seite von 603
must be numeric
save_online : 'yes/no', // Hide/show save online button
save_local : 'yes/no' // Hide/show save a local copy button lock_toolbar :
'yes/no' // Keep the toolbar as initialized
toolbar : 'yes/no' // Set toolbar to be shown or not when Player is initialized
locale: 'da/de/en/es/fi/fr/it/nl/nl_BE/no/pt/sv/zh_CN/zh_TW' // these are the
supported languages
}
);
</script>
Example
<script type="text/javascript">
tiCreatePlayer(
// attributes (REQUIRED)
{ id: 'player2', // REQUIRED
codebase:'http://education.ti.com/html/nspireplayer/3.2.0/application/',
//REQUIRED
name: 'myplayer'
},
// parameters (OPTIONAL)
{ nspirefile : 'documents/examples/02_Functions.tns',
openDoc : 'yes',
save_online : 'no',
save_local : 'no',
lock_toolbar : 'no',
toolbar : 'yes',
locale: 'fr'
}
);
</script>
Embedding Documents in Web Pages 501