Searched refs:setFocus (Results 1 – 23 of 23) sorted by relevance
61 Alert: PASS: xfa.host.setFocus() threw XFAObject.setFocus: Incorrect number of parameters passed to…62 Alert: PASS: xfa.host.setFocus('one', 'two') threw XFAObject.setFocus: Incorrect number of paramete…63 Alert: PASS: xfa.host.setFocus('my_doc.subform_combox_0') = undefined65 Alert: PASS: xfa.host.setFocus(eval('my_doc.subform_combox_0')) = undefined
35 xfa.host.setFocus(f1);54 xfa.host.setFocus(f3);56 xfa.host.setFocus(f5);
84 expectError("xfa.host.setFocus()");85 expectError("xfa.host.setFocus('one', 'two')");86 expect("xfa.host.setFocus('my_doc.subform_combox_0')");88 expect("xfa.host.setFocus(eval('my_doc.subform_combox_0'))");
20 xfa.host.setFocus('form1.Field1');27 xfa.host.setFocus('form1.Field0')
4 Alert: Caught: XFAObject.setFocus: no Holder() present.
35 var result = xfa.host.setFocus.apply(app);
36 xfa.host.setFocus(f1);
57 xfa.host.setFocus("xfa.form.subform_0.subform_1.field_3");
63 this.getField("textfld1").setFocus();65 this.getField("textfld2").setFocus();
61 this.getField("MyField").setFocus();
84 expect("this.getField('MyField').setFocus()", undefined);
43 Alert: PASS: this.getField('MyField').setFocus() = undefined
73 this.getField("MyField2").setFocus();75 this.getField("MyField").setFocus();
33 t2.setFocus();34 t.setFocus();
87 t.setFocus();
18 edit->setFocus(); in StringQuery()
201 pskEdit->setFocus(); in addNetwork()217 idstrEdit->setFocus(); in addNetwork()
20 def setFocus(self, focus): member in CursesWin207 self.wins[self.focus].setFocus(False)215 self.wins[self.focus].setFocus(True)225 self.wins[self.focus].setFocus(True)
39 JSE_METHOD(setFocus);
411 CJS_Result CJX_HostPseudoModel::setFocus( in setFocus() function in CJX_HostPseudoModel
130 addQueryDialog.widget.setFocus(true); in onChange()
112 JS_STATIC_METHOD(setFocus, CJS_Field)330 CJS_Result setFocus(CJS_Runtime* pRuntime,
2496 CJS_Result CJS_Field::setFocus( in setFocus() function in CJS_Field