JavaScript Documentation
API documentation of the M.App Enterprise Browser Client.
POSTED: | UPDATED: | by Stefan Schüttenkopf
The Browser Client exposes its forms and tables to App Engine scripts through two imperative wrappers, FormInstance and TableInstance. The chapter below collects the reference documentation for both and the shared UI configuration.
MUI Form & Table
Form configuration in AppEngine
Mount forms with FormInstance.create(), choose the right form mode, and use the App Engine-specific select-from-table shape.
Table configuration in AppEngine
Mount tables with TableInstance.create(), pick between data and fetching mode, and wire up the built-in toolbar actions.
Form and Table UI configuration for App Engine
Every ui property that controls padding, elevation and background colour of forms, sections and tables.
Step-by-step tutorials
MUI Form und Listbuilder — Tutorials
2 step-by-step tutorials: Example: Interactive Squirrel Analysis App · Use Case: Create spatial records.
Updated on Aug 11, 2026