FIELD
methods:
Method Name | Attribute/Parameter Name![]() |
Description | Example Usage |
---|---|---|---|
_ALIAS |
A field name alias. | <%method id_referente_ALIAS>id_socio</%method> |
|
_CHECK |
The method that verifies the specified field. It can be <field_name>_CHECK or <alias>_CHECK |
||
_FIELD |
A _FIELD method determines how the field should be displayed. |
Examples of _FIELD method usage:Adding Field Method, Adding Select Field, Adding HtmlSelect Field, Adding DivSelect Field, Adding Child Frame There are also a couple of examples of _FIELD methods in the global_autohandler file. |
|
_OUT_FILTER |
If the method is defined, applies the filter to the output of the specified field. Returns an array with two fields (value, parameter). | ||
_NAME_PREFIX |
|||
_FROM |
|||
$comp |
A component (.mql ), if not defined using the basic component. |
||
$fetch_row |
A hash of the field values. | ||
$field |
A field name. | ||
$key |
A primary key value. | ||
$names |
An array of the field names. | ||
$noparam |
If set to 1, it does not retrieve the parameters (used to optimize in cases where they are not used) | ||
$value |
A field value. | ||
select_from |
The select_from is used for setting additional parameters to a select widget to optimize data transfer from server to the browser. |
||
select_name_prefix |