Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

Calling Modals

Modals allow pages to called without directing away from the previous page, showing the new page in an overlaying window.

To load a page in a modal the link should use the JavaScript function ModalLoad() instead of CentralSpaceLoad().

Nested Modals

Modals now support go back links without closing the modal. This allows the user to go back to a resource without closing the modal.

When calling a modal the context will determine if the go back link uses a modal or body for the return link.

To open the previous page in a modal the url should contain 'context=Modal'.

If context is not set then the current context for the page will be used.