uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/test1_params.js
author chpeckha
Tue, 25 May 2010 13:19:07 -0500
changeset 1398 53b756905916
parent 0 fb279309251b
permissions -rw-r--r--
put all symbian build commands under a sub-menu for context menus only to make context menu smaller


// this test uses only globals

function Test() {
}

Test.prototype.getInstance = function() {
	return instance;
}

Test.prototype.getProperties = function() {
	return properties;
}

Test.prototype.getNamePlusFoo = function() {
	return properties["name"] + "foo";
}

Test.prototype.getSizeFormatted = function() {
	return properties["size"].x + "," + properties["size"].y;
}