Widgets: Difference between revisions

From Hackspire
Jump to navigation Jump to search
mNo edit summary
m (typo)
Line 6: Line 6:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">


<wdgt xmlns:{xy(z)}="urn:TI.{NOM]" type="TI.{NOM}" ver="{VERSION}"> <!-- xyz: Two or three etters according to the widget -->
<wdgt xmlns:{xy(z)}="urn:TI.{NOM]" type="TI.{NOM}" ver="{VERSION}"> <!-- xyz: Two or three letters according to the widget -->
</wdgt>
</wdgt>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 16:40, 28 December 2011

Here are the widget meta-code.

There are 9 types of widgets: Calculator / Graph&Geometry / List&Spreadsheet / Data&Stats / Notes / Basic editor / Lua / Vernier / Poll .


<wdgt xmlns:{xy(z)}="urn:TI.{NOM]" type="TI.{NOM}" ver="{VERSION}">	<!-- xyz: Two or three letters according to the widget -->
</wdgt>