ixRAD for PHP Component Reference


class Application

Your application inherits from it automatically.

Functions

Events


class Forms_Button

Able to handle click events.

Properties

Events


class Forms_CheckBox

Able to preserve it's checked state

Properties


class Forms_ComboBox

Able to preserve it's selected item state

Properties


class Forms_Container

Able to handle children - can/must be extended. Do not use directly. Panel inherits it's properties and methods.

Properties


class Forms_Control

Able to be positioned by a Container - must be extended by controls. Do not use directly. Every control inherits it's properties and methods.

Properties


class Forms_Form

The system instantiates them.

Properties

Events


class Forms_HTML

Raw HTML properly positioned by the system.

Properties


class Forms_HyperLink

HyperLink control, able to do the following:

Properties

Events


class Forms_Image

Properties


class Forms_ImageButton

Properties

Events


class Forms_Label

Properties


class Forms_ListBox

Able to preserve it's selected item state

Properties


class Forms_MySQLDataGrid

Represents a MySQL query result in tabular format. The user can select one row, and the developer can inspect the selected row's index & data in the next event handler.

In a grid layout container, the datagrid holds its size, and scrolls. In a template or flow layout it stretches as  needed.

Properties


class Forms_Panel

Able to have children controls. Has selectable layouts.

No new properties introduced, only those from Forms_Control inherited.


class Forms_Password

Inherited from TextBox.

No new properties introduced, only those from Forms_Control inherited.


class Forms_TextArea

For multiline text.

Properties


class Forms_TextBox

For single-line text.

Properties


class Forms_TextTable

Table component. Design-time editable cells. The cells can be manipulated run-time too.

Properties

Functions