Support for Hot Key (ACCESSKEY)
Do the ActiveWidgets Controls support the hotkey supported by IE. How?
e.g. <INPUT TYPE="text" NAME="cust" ACCESSKEY="A" >
e.g. <INPUT TYPE="text" NAME="cust" ACCESSKEY="A" >
Pankaj
December 1,
obj = new AW.System.Control;
with (obj)
{
setId("cust");
setTag("INPUT");
setAttribute("ACCESSKEY", "A");
setAttribute("TYPE", "TEXT");
}
document.write(obj);
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