CYap_Preset CYap_Preset(
[mixed
$TableFieldDef = array()]
)
|
|
string Draw(
[bool
$Show = true]
)
|
|
Draw the TextBox
Parameters:
|
bool |
$Show: |
Should the function echo the code, or return it as string |
API Tags:
Redefinition of:
- CYap_Control::Draw()
- Draw the control
The hidden fields are fields expected not to be requested (never show) in modify form.
The preset field, should never requested (they have the value from the configuration)
API Tags:
Redefinition of:
- CYap_Control::IsHidden()
- The hidden fields are fields expected not to be requested (never show) in modify form.
Load the input value from form answer. It will never shown, so there is nothing to check from the response
API Tags:
Redefinition of:
- CYap_Control::ParseResponse()
- Load the input value from form answer