Classes, interfaces and traits

jIFormsDatasource

Interface for objects which provides a source of data to fill some controls in a form, like menulist, listbox etc.

..
« More »

jIFormsDatasource2

Interface for objects which provides a source of data to fill some controls in a form, like menulist, listbox etc.

..
« More »

jIFormsDynamicDatasource

Interface for objects which provides a source of data to fill some controls in a form, like menulist, listbox etc.

..
« More »

BuilderBase

base class of all builder form classes generated by the jform compiler.

a builder form class is a class which help to generate a form for the output (html form for example)
« More »

jExceptionForms

exception for jforms

It handles locale messages. Message property contains the locale key, and a new property contains the localized message.
« More »

jForms

static class to manage and call a form

A form is identified by a selector, and each instance of a form have a unique id (formId). This id can be the id of a record for example. If it is not given, the id is set to 0.
« More »

jFormsBase

base class of all form classes generated by the jform compiler

« More »

jFormsBuilderBase

base class of all builder form classes generated by the jform compiler.

a builder form class is a class which help to generate a form for the output (html form for example)
« More »

jFormsBuilderHtml

HTML form builder

a builder form class is a class which help to generate a form for the output (html form for example)
« More »

jFormsCompiler

Generates form class from an xml file describing the form

« More »

jFormsCompiler_jf_1_0

generates form class from an xml file describing the form

« More »

jFormsCompiler_jf_1_1

generates form class from an xml file describing the form

« More »

jFormsControl

base class for all jforms control

« More »

jFormsControlButton

base class for all jforms control

« More »

jFormsControlCaptcha

captcha control

« More »

jFormsControlCheckbox

base class for all jforms control

« More »

jFormsControlCheckboxes

Checkboxes control (contains several checkboxes)

« More »

jFormsControlChoice

choice control.

It has a list of choices, called choice items. Each item has a value and a list of child controls. The value of the choice control is the value of the selected item. $this->container->privateData contain the list of items that are deactivated. A deactivated item is not displayed.
« More »

jFormsControlDatasource

base class for controls which uses a datasource to fill their contents.

« More »

jFormsControlDate

base class for all jforms control

« More »

jFormsControlDatetime

base class for all jforms control

« More »

jFormsControlGroup

group control

Contains a list of controls. If it has a checkbox, child controls can be disabled by the user. The "value" of the group is then the status of the checkbox "on" or "". if the group is in readonly mode or is deactivated, every children are readonly or deactivated
« More »

jFormsControlGroups

abstract classes for controls which contain other controls

« More »

jFormsControlHidden

base class for all jforms control

« More »

jFormsControlHtmlEditor

base class for all jforms control

« More »

jFormsControlInput

base class for all jforms control

« More »

jFormsControlListbox

listbox

« More »

jFormsControlMenulist

menulist/combobox

« More »

jFormsControlOutput

base class for all jforms control

« More »

jFormsControlRadiobuttons

control which contains several radio buttons

« More »

jFormsControlRepeat

abstract classes for controls which contain other controls

« More »

jFormsControlReset

base class for all jforms control

« More »

jFormsControlSecret

base class for all jforms control

« More »

jFormsControlSecretConfirm

base class for all jforms control

« More »

jFormsControlSubmit

base class for controls which uses a datasource to fill their contents.

« More »

jFormsControlSwitch

switch

It has a list of choices, called choice items. Each item has a value and a list of child controls. The value of the choice control is the value of the selected item. $this->container->privateData contain the list of items that are deactivated. A deactivated item is not displayed.
« More »

jFormsControlTextarea

base class for all jforms control

« More »

jFormsControlUpload

base class for all jforms control

« More »

jFormsControlWikiEditor

base class for all jforms control

« More »

jFormsDaoDatasource

A datasource which is based on a dao

« More »

jFormsDataContainer

this object is a container for form data

« More »

jFormsDynamicDatasource

Base class for a datasource which is based on a class and can be used for dynamic listboxes or menulists

« More »

jFormsStaticDatasource

A datasource which is based on static values.

« More »