Slate FW Framework
Centering a Pop-Up Form of a Different Scope
Slate offers a form embed widget in portals, but what if you want to open a Slate form in a dif...
FW.Dialog.Center()
FW.Dialog.Center(offset) offset = {left: 50, top: 50}; // Optional; useful for cascading dialo...
FW.Lazy.Fetch()
This function calls jQuery's ajax() function behind the scenes and provides some handy extra func...
FW.Lazy.Popup()
Function This function generates a modal pop-up dialog without reloading the page. Theย uri is of...
FW.Progress.Load()
This function initializes the "three dots" overlay that indicates something is loading/happening....
FW.Progress.Unload()
Removes the "three dots" progress overlay from the screen, if present. This function is idempoten...