|
Stud.IP
2.2 Revision 48548
|

Public Member Functions | |
| TimestampToSQLDate ($tstamp) | |
| SQLDateToTimestamp ($sqldate) | |
| StudipForm ($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) | |
| getFormFieldDate ($name, $attributes, $default) | |
| getFormFieldSelect ($name, $attributes, $default) | |
| getFormFieldSelectBox ($name, $attributes, $default) | |
| getFormFieldCombo ($name, $attributes, $default, $subtype=false) | |
| getFormButton ($name, $attributes=false) | |
| 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, $form_name=false) | |
| IsSended ($form_name=false) | |
| IsClicked ($button, $form_name=false) | |
| getClickedKillButton () | |
| getAttributes ($attributes) | |
| getFormFieldRequired ($name) | |
Data Fields | |
| $form_name | |
| $field_attributes_default = array() | |
| $form_fields = array() | |
| $form_buttons = array() | |
| $persistent_values = true | |
| $form_values = array() | |
| $value_changed = array() | |
| checkDefaultValues | ( | ) |
| doFormReset | ( | ) |
| getAttributes | ( | $attributes | ) |

| getClickedKillButton | ( | ) |
| getDefaultValues | ( | ) |
| getFormButton | ( | $name, | |
$attributes = false |
|||
| ) |

| getFormEnd | ( | ) |

| getFormFieldCaption | ( | $name, | |
$attributes = false |
|||
| ) |


| getFormFieldCheckbox | ( | $name, | |
| $attributes, | |||
| $default | |||
| ) |

| getFormFieldCombo | ( | $name, | |
| $attributes, | |||
| $default, | |||
$subtype = false |
|||
| ) |

| getFormFieldDate | ( | $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 | |||
| ) |

| getFormFieldValue | ( | $name | ) |

| getHiddenField | ( | $name, | |
$value = false |
|||
| ) |


| getOneRadio | ( | $name, | |
| $attributes, | |||
| $default, | |||
| $subtype | |||
| ) |


| GetRawFieldValue | ( | $field_name, | |
$form_name = false |
|||
| ) |
| isChanged | ( | $name | ) |
| IsClicked | ( | $button, | |
$form_name = false |
|||
| ) |
| IsSended | ( | $form_name = false | ) |
| SQLDateToTimestamp | ( | $sqldate | ) |
| StudipForm | ( | $form_fields, | |
| $form_buttons, | |||
$form_name = "studipform", |
|||
$persistent_values = true |
|||
| ) |
| TimestampToSQLDate | ( | $tstamp | ) |
| $field_attributes_default = array() |
| $form_buttons = array() |
| $form_fields = array() |
| $form_name |
| $form_values = array() |
| $persistent_values = true |
| $value_changed = array() |