3.2.0

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
July 28,
I think the value is a functon in this case
July 29,
the value is a function eg

obj.setAction("click", Obj_Click);

function Obj_Click()
{
alert ("Hello!");
}
July 29,
can I set more than one
obj.setAction(); like

obj.setAction("click", Obj_Click);
obj.setAction("dblclick", Obj_DblClick);

Please let me now.

Jeeva
October 5,
Except

click, dblclick

What other action names can be set?
flashsnake
November 18,
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?


November 19,

This topic is archived.

See also:


Back to support forum