Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Widget concept

A widget is an interraction of the server and client logic. The

The widget consists of a template (responsible for drawing the widget), client controller (responsible for client logic), server controller (responsible for server logic).

The widget sends, receives and processes events through the controllers ( client and server )

Widgets can be interactive, allowing interaction with the user, and standalone, without direct interaction with the user.
There can be several widgets on the page.

Widgets can interact within a single page.

It is possible to make a widget a part of another widget by embedding it.

You can set widget parameters for the widget instance placed on the widget's page, which determine the widget instance's behavior.

Widget optons: .... dscr

controllers.

Most SimpleOne widgets are interactive with users. They process and display the data received from users. Standalone widgets, in the opposite, do not interact directly with users.

The SimpleOne widgets can be added to forms as well as to portal pages.

Add widgets to a form

Display widgets to the records and tables forms to gain more functionality or for any other purpose.

Add widgets to a portal page

Portal pages can contain a few widgets that interract with each other.Portal widgets

Create a new widget

Learn how to create a widget and configure

Box widgets

Add . It is possible to make a widget to a form

1. Forms:
- форма записи(достаточно указать таблицу и представление формы)
- произвольная форма (можно задать поля по типу аналогичные системным, задать клиентскую логику и действия)
- ?форма опроса

2. List widget
- таблица опционально с фильтром, с шапкой, определенным набором столбцов, количеством выводимых записей, действиями
- список плитками с указанием количества столбцов и строк
- просто список с действиями(списка)

3. Report

4. Attachment widget

5. Activity feed widgeta part of another widget by embedding it.

Table of Contents