|
| __construct ($form_fields, $form_buttons, $form_name="studipform", $persistent_values=true) |
|
| getDefaultValues () |
|
| checkDefaultValues () |
|
| getFormField ($name, $attributes=false, $default=false, $subtype=false) |
|
| getFormFieldNoForm ($name, $attributes, $default) |
|
| getFormFieldText ($name, $attributes, $default) |
|
| getFormFieldCheckbox ($name, $attributes, $default) |
|
| getFormFieldRadio ($name, $attributes, $default, $subtype) |
|
| getOneRadio ($name, $attributes, $default, $subtype) |
|
| getFormFieldTextarea ($name, $attributes, $default) |
|
| getFormFieldDatepicker ($name, $attributes, $default) |
|
| getFormFieldTime ($name, $attributes, $default) |
|
| getFormFieldSelect ($name, $attributes, $default) |
|
| getFormFieldSelectBox ($name, $attributes, $default) |
|
| getFormFieldCombo ($name, $attributes, $default, $subtype=false) |
|
| getFormButton ($name, $attributes=[]) |
|
| getFormFieldCaption ($name, $attributes=false) |
|
| getFormFieldInfo ($name) |
|
| getFormStart ($action=false, $attributes=false) |
|
| getFormEnd () |
|
| getFormFieldValue ($name) |
|
| getFormFieldsByName ($only_editable=false) |
|
| getHiddenField ($name, $value=false) |
|
| doFormReset () |
|
| isChanged ($name) |
|
| getRawFieldValue ($field_name) |
|
| isSended () |
|
| isClicked ($button) |
|
| getClickedKillButton () |
|
| getAttributes ($attributes) |
|
| getFormFieldRequired ($name) |
|
__construct |
( |
|
$form_fields, |
|
|
|
$form_buttons, |
|
|
|
$form_name = "studipform" , |
|
|
|
$persistent_values = true |
|
) |
| |
static _GetRawFieldValue |
( |
|
$field_name, |
|
|
|
$form_name |
|
) |
| |
|
static |
static _IsClicked |
( |
|
$button, |
|
|
|
$form_name |
|
) |
| |
|
static |
static _IsSended |
( |
|
$form_name | ) |
|
|
static |
getAttributes |
( |
|
$attributes | ) |
|
getFormButton |
( |
|
$name, |
|
|
|
$attributes = [] |
|
) |
| |
getFormField |
( |
|
$name, |
|
|
|
$attributes = false , |
|
|
|
$default = false , |
|
|
|
$subtype = false |
|
) |
| |
getFormFieldCaption |
( |
|
$name, |
|
|
|
$attributes = false |
|
) |
| |
getFormFieldCheckbox |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldCombo |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default, |
|
|
|
$subtype = false |
|
) |
| |
getFormFieldDatepicker |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldInfo |
( |
|
$name | ) |
|
getFormFieldNoForm |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldRadio |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default, |
|
|
|
$subtype |
|
) |
| |
getFormFieldRequired |
( |
|
$name | ) |
|
getFormFieldsByName |
( |
|
$only_editable = false | ) |
|
getFormFieldSelect |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldSelectBox |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldText |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldTextarea |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldTime |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default |
|
) |
| |
getFormFieldValue |
( |
|
$name | ) |
|
getFormStart |
( |
|
$action = false , |
|
|
|
$attributes = false |
|
) |
| |
getHiddenField |
( |
|
$name, |
|
|
|
$value = false |
|
) |
| |
getOneRadio |
( |
|
$name, |
|
|
|
$attributes, |
|
|
|
$default, |
|
|
|
$subtype |
|
) |
| |
getRawFieldValue |
( |
|
$field_name | ) |
|
static SQLDateToTimestamp |
( |
|
$sqldate | ) |
|
|
static |
static TimestampToSQLDate |
( |
|
$tstamp | ) |
|
|
static |
$field_attributes_default = [] |
$persistent_values = true |
The documentation for this class was generated from the following file: