eLabSDK.Page.Storage

Functions

NameDescription
addSection(sectionTitle, content)Adds a section in the storage/equipment view page
addTopNotice(noticeToAdd)Add a notice to the top of a Storage/Equipment view or edit page
ready(fn)Fires function when the page is fully loaded and ready to interact with
addActionToStorageDetail(btnConfig)Add a button on the equipment/storage detail page

addSection(sectionTitle, content)

Adds a section in the storage/equipment view page

Kind: global function
Returns: info for the section, to allow its manipulation. If null = section could not be added

ParamDescription
sectionTitle: Title of the section to add
content: Base content of the section to add

addTopNotice(noticeToAdd)

Add a notice to the top of a Storage/Equipment view or edit page

Kind: global function

ParamTypeDescription
noticeToAddObject: example =>

ready(fn)

Fires function when the page is fully loaded and ready to interact with

Kind: global function

ParamDescription
fn: function to be executed

addActionToStorageDetail(btnConfig)

Add a button on the equipment/storage detail page

Kind: global function

ParamType
btnConfigobject

© 2023 eLabNext