:: Forum >>
Valid values for parameter name in setAction method
Ok, I understand that setAction has a name and a value. But what are the valid values for the name parameter?
Thanks in advance.
Rafael Vieira
Thursday, July 28, 2005
I think the value is a functon in this case
Friday, July 29, 2005
the value is a function eg
obj.setAction("click", Obj_Click);
function Obj_Click()
{
alert ("Hello!");
}
Friday, July 29, 2005
can I set more than one
obj.setAction(); like
obj.setAction("click", Obj_Click);
obj.setAction("dblclick", Obj_DblClick);
Please let me now.
Jeeva
Wednesday, October 5, 2005
Except
click, dblclick
What other action names can be set?
flashsnake
Friday, November 18, 2005
These replies didn't address the actual question:
Ok, I understand that setAction has a name and a value. But what are the valid values for the name parameter?
Saturday, November 19, 2005
This topic is archived.
Back to support forum
Forum search