TideSDK 1.3.1 http://test262.ecmascript.org/ Example Application
- Start Application
- Click on "Run"
- Click on "Run" right next to "Chapter - ch15 (8075 tests)"
#appname:exampleJQM110 | |
#appid:org.diniremix | |
#publisher:diniremix | |
#image:default_app_logo.png | |
#url:none | |
#guid:4401fe08-ad4b-4b25-87b2-42be68e8d852 | |
#desc:undefined | |
#type:desktop | |
runtime:1.3.1-beta | |
app:1.3.1-beta | |
codec:1.3.1-beta | |
database:1.3.1-beta | |
filesystem:1.3.1-beta | |
media:1.3.1-beta | |
monkey:1.3.1-beta | |
network:1.3.1-beta | |
platform:1.3.1-beta | |
process:1.3.1-beta | |
ui:1.3.1-beta | |
worker:1.3.1-beta |
<?xml version='1.0' encoding='UTF-8'?> | |
<ti:app xmlns:ti='http://ti.appcelerator.org'> | |
<!-- These values are edited/maintained by TideSDK Developer --> | |
<id>com.example.test262</id> | |
<name>test262</name> | |
<version>1.0</version> | |
<publisher>salzig</publisher> | |
<url>none</url> | |
<icon>default_app_logo.png</icon> | |
<copyright>Gemeinfrei / Public Domain</copyright> | |
<!-- Window Definition - these values can be edited --> | |
<window> | |
<id>initial</id> | |
<title>test262</title> | |
<url>http://test262.ecmascript.org/</url> | |
<width>700</width> | |
<!-- <max-width>3000</max-width> --> | |
<!-- <min-width>0</min-width> --> | |
<height>500</height> | |
<!-- <max-height>3000</max-height> --> | |
<!-- <min-height>0</min-height> --> | |
<fullscreen>false</fullscreen> | |
<resizable>true</resizable> | |
<maximized>true</maximized> | |
<chrome scrollbars="true">true</chrome> | |
<maximizable>true</maximizable> | |
<minimizable>true</minimizable> | |
<closeable>true</closeable> | |
</window> | |
</ti:app> |