Event "onControlMouseDown" does not fire on AW.UI.Input object (Version 2.0.2)
Hello all,
does anybody have a clue why the "onControlMouseDown" event does not fire on a AW.UI.Input object?
The events "onControlMouseOver" and "onControlMouseOut" do work, while "onControlMouseUp" and "onControlMouseDown" do not fire.
Thanks to everybody responding
does anybody have a clue why the "onControlMouseDown" event does not fire on a AW.UI.Input object?
var search_dt = "Enter search string"
var search = new AW.UI.Input;
search.setId("search");
search.setControlText(search_dt);
search.setControlImage("magnifier");
search.onControlMouseDown = function () { search.setControlText("") }
The events "onControlMouseOver" and "onControlMouseOut" do work, while "onControlMouseUp" and "onControlMouseDown" do not fire.
Thanks to everybody responding
sysadm
April 14,