Hello Isomorphic,
I´m looking for an event, that fires after the whole SmartClient code is loaded in the browser and the JavaScript code is executed. Something like in Ext
Regards
Thomas
I´m looking for an event, that fires after the whole SmartClient code is loaded in the browser and the JavaScript code is executed. Something like in Ext
Code:
Ext.onReady(function() {
alert("View loaded");
});
Thomas
Comment