Index...
Centrallix Documentation
|
widget/rule
rule :: Declares a rule - a behavior expected from a widget.
Metadata:
type: | widget/rule |
visual: | no |
container: | no |
form element: | no |
Overview:
The rule widget is used as an important part of Centrallix's declarative application development. It specifies behavior expected from a widget or relationship between two widgets. For instance, one type of rule, the osrc_relationship rule, ties two objectsources together to enforce a primary key / foreign key relationship between the two.
Usage:
Various widgets can have rule widgets; the various types of rule widgets are described in the sections for the widgets that they relate to.
Properties:
Property | Type | Description |
ruletype |
string |
The type of rule. For instance, a "widget/osrc" can have "osrc_relationship" and "osrc_key" rules. |
Comments...
(none yet)
Add a Comment...
|