Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test 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.