Hi, On Dec 21, 2005, at 1:13 AM, Patrick Refondini wrote:
It is not quite clear yet how Form.prototype.showForm() can be called Form.prototype.showForm()
Huh? Those look the same to me...?
and how a call to form.showForm("some-pipeline.jx") is matched something like form.showForm("some-pipeline.jx", null, null) ?
You can omit actual parameters in a Javascript method call... the formal parameters that have no corresponding actual will take the value 'undefined' (a special value in Javascript, distinct from null).
HTH, —ml— --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
