Skip to main content
Version: 7.0

How-to: Interactive forms

How to read these sections

  1. CRUD. Create / Replace / Update / Delete. How to create a simple "catalogue".
  2. Documents with lines. A GUI generation template for documents with lines.
  3. Filtering and ordering. Methods of filtering and ordering objects on a form.
  4. Design. Configuring the form design .
  5. Trees. Adding hierarchical objects to a form.
  6. Data entry. Changing the standard behavior while editing properties.
  7. Navigator. Adding forms to the navigator.
  8. Matrix. Building forms with a dynamic number of table columns.
  9. Table state. Accessing current selections and orderings on a form.
  10. Custom components (properties). Using your own visual components for properties written in JavaScript.
  11. Custom components (objects). Using your own visual components for objects written in JavaScript.
  12. Custom client JS modules. Bundling and auto-registering your own browser JavaScript (and React) kept under src/main/web.
  13. Custom React form views. Rendering a form container with a React component via DESIGN custom.
  14. Custom view controller API. Reading and changing form state from a custom view (and INTERNAL CLIENT) through the controller.