eLabSDK
Classes
Name | Description |
---|---|
eLabSDK |
Functions
Name | Description |
---|---|
ready() | Function fired when browser DOM is ready loading. Used to allow proper timing for adding buttons etc. |
eLabSDK
Kind: global class
new eLabSDK()
This is the description for my class.
ElabSDK
ready()
Function fired when browser DOM is ready loading. Used to allow proper timing for adding buttons etc.
Kind: global function
Returns: null
Example
eLabSDK.ready(function(){
var button = new eLabSDK.GUI.Button({
label: 'My Button',
action: function () {
}
});
var p = new eLabSDK.Page();
p.addButton(button);
});
© 2023 eLabNext
Updated 10 months ago