uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/parentchild_params.js
author fturovic <frank.turovich@nokia.com>
Mon, 01 Feb 2010 14:01:07 -0600
changeset 864 f38db24e5dbf
parent 0 fb279309251b
permissions -rw-r--r--
updated to 3.0 version info



function Test() {
}

Test.prototype.getParent = function(inst) {
	return inst.parent;
}

Test.prototype.getChild0 = function(inst) {
	return inst.children[0];
}

Test.prototype.getChild1 = function(kids) {
	return kids[0];
}