kmw.loaduserinterface Event
Summary
Called to initiate the ui initialization process.
Syntax
tavultesoft.keymanweb.addEventListener('loaduserinterface', function() {
...
});
Parameters
None.
Return Value
booleantrueif the event should continue processing,falseif it should not. Your event handler should returntrueaside from exceptional circumstances.
Description
...


