Remoto - VFS
|
A callback object for when a widgetLoader has finished loading. More...
#include "remoto!stdlib:js/widgets/widgetFactory.js"
Public Member Functions | |
loadedWidget (type, d, loader, newWidget) | |
Register the new widget type, and create an instance of it. More... | |
A callback object for when a widgetLoader has finished loading.
loadedWidget | ( | type, | |
d, | |||
loader, | |||
newWidget | |||
) |
Register the new widget type, and create an instance of it.
type | The widget type to regiser for future calls |
d | The widget definition sent to the widget constructor |
loader | The widgetLoader making the request |
newWidget | The widget constructor which was just loaded, and now needs to be executed to create the widget. |