Setting focus to the Active widgets Control
How can i set the focus to Active widgets Control elements
Suresh
April 4,
var obj = new AW.UI.Input;
obj.setControlText("text");
document.write(obj);
var button = new AW.UI.Button;
button.setControlText("Set focus to Input");
document.write(button);
button.onControlClicked = function(){
obj.element().focus();
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021