Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.59 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.59 KB

Simple Screens

license build release commits since release

Discourse Forum Google Group LinkedIn Group Stack Overflow

A library of simple screens and screen components (forms, sections, transitions) to be included, extended, or generally reused in applications based on Moqui Framework and Mantle Business Artifacts

To install simply put the SimpleScreens directory in the moqui/runtime/component or component-lib directory. To make sure SimpleScreens loads before your component add a dependency in your component's component.xml file like:

<depends-on name="SimpleScreens"/>

Note that this component requires Mantle UDM and USL (mantle-udm, mantle-usl) to be in place and has component dependencies on them.