Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.49 KB

File metadata and controls

18 lines (12 loc) · 1.49 KB

Simple Screens

license 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.