Class PifaField
PIFA field item class. It's a kind of a model.
- cGenericDb
- cItemBaseAbstract
- Item
- PifaField
Copyright: four for business AG
Author: marcus.gnass
Located at plugins/form_assistant/classes/class.pifa.field.php
public
|
|
public
mixed
|
|
public
|
|
public
mixed
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
Ambigous
|
|
public
Ambigous
|
|
public static
array
|
|
public static
array
|
|
public static
string
|
|
public
string
|
|
public
|
#
getDbDataType( )
Returns a string describing this fields database data type as used in MySQL CREATE and ALTER TABLE statements. |
public
|
|
public
|
|
public
array
|
_getPropertiesCollectionInstance(),
_getSecondDBInstance(),
escape()
|
_executeCallbacks(),
register(),
unregister()
|
integer |
VARCHAR_SIZE
Size to use for VARCHAR fields. Remember: the maximum row size for the used table type, not counting BLOBs, is 65535. |
#
255
|
integer |
INPUTTEXT
Input field for single-line text. |
#
1
|
integer |
TEXTAREA
Input field for multi-line text. |
#
2
|
integer |
INPUTPASSWORD
Input field for single-line password. |
#
3
|
integer |
INPUTRADIO
Radiobox. |
#
4
|
integer |
INPUTCHECKBOX
Checkbox |
#
5
|
integer |
SELECT
Selectbox allowing for selection of a single option. |
#
6
|
integer |
SELECTMULTI
Selectbox allowing for selection of multiple options. |
#
7
|
integer |
DATEPICKER
Input field for date selection. |
#
8
|
integer |
INPUTFILE
Input field for file selection. |
#
9
|
integer |
PROCESSBAR
Processbar. |
#
10
|
integer |
SLIDER
Slider. |
#
11
|
integer |
BUTTONSUBMIT
Button of type submit. |
#
13
|
integer |
BUTTONRESET
Button of type reset. |
#
14
|
integer |
BUTTON
General button. |
#
15
|
integer |
MATRIX
|
#
16
|
integer |
PARA
A text to be displayed between form fields. It's no form field on its own but should be handled like one. |
#
17
|
integer |
INPUTHIDDEN
A hidden input field. |
#
18
|
integer |
FIELDSET_BEGIN
Begin of a fieldset. |
#
19
|
integer |
FIELDSET_END
End of a fieldset. |
#
20
|
integer |
BUTTONIMAGE
Button of type image (which is in fact a submit button). |
#
21
|
CREATE_BEFORE,
CREATE_FAILURE,
CREATE_SUCCESS,
DELETE_BEFORE,
DELETE_FAILURE,
DELETE_SUCCESS,
STORE_BEFORE,
STORE_FAILURE,
STORE_SUCCESS
|
private
mixed
|
$_value
The form fields value. |
#
NULL
|
private
array
|
$_file
The file that was transmitted in case of INPUTFILE. |
#
NULL
|
$_arrInFilters,
$_arrOutFilters,
$_lastSQL,
$_metaObject,
$modifiedValues,
$oldPrimaryKey,
$values
|
$_className,
$_oCache,
$_settings,
$db,
$lasterror,
$primaryKey,
$properties,
$secondDb,
$table,
$virgin
|