SDK
JS UTIL

The util SDK adds to the util methods included within the SDK; it adds support for assisting with view level interactions that happen within the user experience frameworks - it is a part of the mydigitalstructure declarative controller-data framework.

https://github.com/ibcom/mydigitalstructure-sdk-js/mydigitalstructure.util-x.x.x.js

CSS CLASSES & TARGETS
#myds-logon Will call the .auth() method.  Looks for #myds-logonname & #myds-logonpassword
#myds-logonname Used with#myds-logon
#myds-logonpassword Used with#myds-logon
#myds-register Starts the user self-registration process.
.myds-click Calls associated data-controller
.myds-navigate Navigate to URI related to data-controller
.myds-show Show an element
.myds-dropdown Sets the parent element based on the selected item and calls data-controller
.myds-list Sets selected class="active" and removes from siblings
.myds-check Returns checked items
.myds-text On keyup sets the data and sets timer to call controller - ie for searching
.myds-text-select On focusout sets data
.myds-select On change sets data and calls data-controller
.myds-change On change sets data and calls data-controller
.myds-menu Sets selected menu item to active and removes from others.
.myds-sort Used with tables to sort a column
.myds-more Used with tables to show more pages
.myds-page Used with tables to show a page
 BOOTSTRAP
tab On click shows tab
On shown.bs.tab, show.bs.tab sets data and calls associated data-controller
modal On shown.bs.modal, show.bs.modal sets data and calls associated data-controller
collapse On shown.bs.collapse, show.bs.collapse, hidden.bs.collapse sets data and calls associated data-controller
popover On shown.bs.popover, show.bs.popover sets data and calls associated data-controller
carousel On slide.bs.carousel, slid.bs.carousel sets data and calls associated data-controller
dropdown On show.bs.dropdown sets data and calls associated data-controller
 OTHER
typeahead Works with .myds-text-select
datepicker On dp.change sets data and calls associated data-controller
fileinput  On change.bs.fileinput ets data and calls associated data-controller

 

SDKs
SDK-js