Logo v4.0
Image Description

No Results

  • Get Support
  • GitHub GitHub
Logo v0.2
  • Docs
  • Snippets
  • Getting started
  • Introduction
  • Development
  • Actions
  • Model Actions
  • Report Action
  • Views
  • Form
  • Table
  • Data
  • API

Development

The katrid.js development process is divided by:

  • Models

  • Actions

  • Views

  • Widgets

Models

Models represents a data dictionary definition and must be used to enable user to interact over the fields.

Actions

Actions are the way the user interacts with Katrid.js under the admin interface. Actions are generally available at menus, buttons, links, etc...

Views

In case of Model Views, the view will render the UI widgets for a given model. Otherwise it will render a customized content to the container element.