ILIAS
Release_4_0_x_branch Revision 61816
|
This class represents a single choice wizard property in a property form. More...
Public Member Functions | |
__construct ($a_title="", $a_postvar="") | |
Constructor. | |
setValue ($a_value) | |
Set Value. | |
setSuffixes ($a_suffixes) | |
Set Accepted Suffixes. | |
setHideImages ($a_hide) | |
Set hide images. | |
getSuffixes () | |
Get Accepted Suffixes. | |
setShowPoints ($a_value) | |
getShowPoints () | |
setValues ($a_values) | |
Set Values. | |
getValues () | |
Get Values. | |
setSingleline ($a_value) | |
Set singleline. | |
getSingleline () | |
Get singleline. | |
setQuestionObject ($a_value) | |
Set question object. | |
getQuestionObject () | |
Get question object. | |
setAllowMove ($a_allow_move) | |
Set allow move. | |
getAllowMove () | |
Get allow move. | |
checkInput () | |
Check input, strip slashes etc. | |
insert (&$a_tpl) | |
Insert property html. | |
Public Member Functions inherited from ilTextInputGUI | |
getValue () | |
Get Value. | |
setValidationFailureMessage ($a_msg) | |
Set message string for validation failure. | |
getValidationFailureMessage () | |
setValidationRegexp ($a_value) | |
Set validation regexp. | |
getValidationRegexp () | |
Get validation regexp. | |
setMaxLength ($a_maxlength) | |
Set Max Length. | |
getMaxLength () | |
Get Max Length. | |
setSize ($a_size) | |
Set Size. | |
setInlineStyle ($a_style) | |
Set inline style. | |
getInlineStyle () | |
Get inline style. | |
setValueByArray ($a_values) | |
Set value by array. | |
getSize () | |
Get Size. | |
setSuffix ($a_value) | |
Set suffix. | |
getSuffix () | |
Get suffix. | |
setInputType ($a_type) | |
set input type | |
getInputType () | |
get input type | |
setSubmitFormOnEnter ($a_val) | |
Set submit form on enter. | |
getSubmitFormOnEnter () | |
Get submit form on enter. | |
getDataSource () | |
get datasource link for YUI autocomplete | |
setDataSource ($href) | |
set datasource link for YUI autocomplete | |
getDataSourceSchema () | |
get datasource schema for YUI autocomplete | |
setDataSourceSchema ($ds) | |
set datasource schema for YUI autocomplete | |
getDataSourceResultFormat () | |
get data result format callback for YUI autocomplete | |
setDataSourceResultFormat ($callback) | |
set data result format callback for YUI autocomplete | |
setDataSourceDelimiter ($ar) | |
set data delimiter array | |
getDataSourceDelimiter () | |
get data delimiter array | |
getTableFilterHTML () | |
Get HTML for table filter. | |
getToolbarHTML () | |
Get HTML for toolbar. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
addSubItem ($a_item) | |
Add Subitem. | |
getSubItems () | |
Get Subitems. | |
checkSubItemsInput () | |
Check SubItems. | |
getSubForm () | |
Get sub form html. | |
getItemByPostVar ($a_post_var) | |
Get item by post var. | |
Public Member Functions inherited from ilFormPropertyGUI | |
& | executeCommand () |
Execute command. | |
getType () | |
Get Type. | |
setTitle ($a_title) | |
Set Title. | |
getTitle () | |
Get Title. | |
setPostVar ($a_postvar) | |
Set Post Variable. | |
getPostVar () | |
Get Post Variable. | |
getFieldId () | |
Get Post Variable. | |
setInfo ($a_info) | |
Set Information Text. | |
getInfo () | |
Get Information Text. | |
setAlert ($a_alert) | |
Set Alert Text. | |
getAlert () | |
Get Alert Text. | |
setRequired ($a_required) | |
Set Required. | |
getRequired () | |
Get Required. | |
setDisabled ($a_disabled) | |
Set Disabled. | |
getDisabled () | |
Get Disabled. | |
setParentForm ($a_parentform) | |
Set Parent Form. | |
getParentForm () | |
Get Parent Form. | |
setParent ($a_val) | |
Set Parent GUI object. | |
getParent () | |
Get Parent GUI object. | |
hideSubForm () | |
Sub form hidden on init? | |
setHiddenTitle ($a_val) | |
Set hidden title (for screenreaders) | |
getHiddenTitle () | |
Get hidden title. | |
serializeData () | |
serialize data | |
unserializeData ($a_data) | |
unserialize data | |
writeToSession () | |
Write to session. | |
clearFromSession () | |
Clear session value. | |
readFromSession () | |
Read from session. | |
getHiddenTag ($a_post_var, $a_value) | |
Get hidden tag (used for disabled properties) |
Protected Attributes | |
$values = array() | |
$allowMove = false | |
$singleline = true | |
$qstObject = null | |
$suffixes = array() | |
$showPoints = true | |
$hideImages = false | |
Protected Attributes inherited from ilTextInputGUI | |
$value | |
$maxlength = 200 | |
$size = 40 | |
$validationRegexp | |
$validationFailureMessage = '' | |
$suffix | |
$style_css | |
$yui_dataSource | |
$yui_dataSchema | |
$yui_formatCallback | |
$yui_delimiterarray = array() | |
$submit_form_on_enter = false | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
$sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false | |
$parentgui | |
$parentform |
Additional Inherited Members | |
Protected Member Functions inherited from ilTextInputGUI | |
render ($a_mode="") | |
Render item. |
This class represents a single choice wizard property in a property form.
Definition at line 31 of file class.ilSingleChoiceWizardInputGUI.php.
ilSingleChoiceWizardInputGUI::__construct | ( | $a_title = "" , |
|
$a_postvar = "" |
|||
) |
Constructor.
string | $a_title | Title |
string | $a_postvar | Post Variable |
Reimplemented from ilTextInputGUI.
Definition at line 47 of file class.ilSingleChoiceWizardInputGUI.php.
References ilTextInputGUI\setSize(), and setSuffixes().
ilSingleChoiceWizardInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextInputGUI.
Reimplemented in ilMultipleChoiceWizardInputGUI.
Definition at line 202 of file class.ilSingleChoiceWizardInputGUI.php.
References $_POST, $error, $filename, $hideImages, $lng, $points, ilTextInputGUI\$suffix, ilObjAdvancedEditing\_getUsedHTMLTagsAsString(), ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getSingleline(), getSuffixes(), ilFormPropertyGUI\setAlert(), ilUtil\stripSlashesRecursive(), and ilUtil\virusHandling().
ilSingleChoiceWizardInputGUI::getAllowMove | ( | ) |
Get allow move.
Definition at line 192 of file class.ilSingleChoiceWizardInputGUI.php.
References $allowMove.
Referenced by ilMultipleChoiceWizardInputGUI\insert(), and insert().
ilSingleChoiceWizardInputGUI::getQuestionObject | ( | ) |
Get question object.
Definition at line 172 of file class.ilSingleChoiceWizardInputGUI.php.
References $qstObject.
ilSingleChoiceWizardInputGUI::getShowPoints | ( | ) |
Definition at line 112 of file class.ilSingleChoiceWizardInputGUI.php.
References $showPoints.
Referenced by insert().
ilSingleChoiceWizardInputGUI::getSingleline | ( | ) |
Get singleline.
Definition at line 152 of file class.ilSingleChoiceWizardInputGUI.php.
References $singleline.
Referenced by ilMultipleChoiceWizardInputGUI\checkInput(), checkInput(), ilMultipleChoiceWizardInputGUI\insert(), and insert().
ilSingleChoiceWizardInputGUI::getSuffixes | ( | ) |
Get Accepted Suffixes.
Definition at line 102 of file class.ilSingleChoiceWizardInputGUI.php.
References $suffixes.
Referenced by ilMultipleChoiceWizardInputGUI\checkInput(), checkInput(), ilMultipleChoiceWizardInputGUI\insert(), and insert().
ilSingleChoiceWizardInputGUI::getValues | ( | ) |
Get Values.
Definition at line 132 of file class.ilSingleChoiceWizardInputGUI.php.
References $values.
ilSingleChoiceWizardInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Reimplemented from ilTextInputGUI.
Reimplemented in ilMultipleChoiceWizardInputGUI.
Definition at line 366 of file class.ilSingleChoiceWizardInputGUI.php.
References $lng, ilTextInputGUI\$suffix, $tpl, ilTextInputGUI\$value, getAllowMove(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilUtil\getFileSizeInfo(), ilUtil\getImagePath(), ilTextInputGUI\getMaxLength(), ilFormPropertyGUI\getPostVar(), getShowPoints(), getSingleline(), ilTextInputGUI\getSize(), getSuffixes(), ilYuiUtil\initDomEvent(), and ilUtil\prepareFormOutput().
ilSingleChoiceWizardInputGUI::setAllowMove | ( | $a_allow_move | ) |
Set allow move.
boolean | $a_allow_move | Allow move |
Definition at line 182 of file class.ilSingleChoiceWizardInputGUI.php.
ilSingleChoiceWizardInputGUI::setHideImages | ( | $a_hide | ) |
Set hide images.
array | $a_hide | Hide images |
Definition at line 92 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by assMultipleChoiceGUI\editQuestion(), and assSingleChoiceGUI\editQuestion().
ilSingleChoiceWizardInputGUI::setQuestionObject | ( | $a_value | ) |
Set question object.
object | $a_value | test object |
Definition at line 162 of file class.ilSingleChoiceWizardInputGUI.php.
ilSingleChoiceWizardInputGUI::setShowPoints | ( | $a_value | ) |
Definition at line 107 of file class.ilSingleChoiceWizardInputGUI.php.
ilSingleChoiceWizardInputGUI::setSingleline | ( | $a_value | ) |
Set singleline.
boolean | $a_value | Value |
Definition at line 142 of file class.ilSingleChoiceWizardInputGUI.php.
ilSingleChoiceWizardInputGUI::setSuffixes | ( | $a_suffixes | ) |
Set Accepted Suffixes.
array | $a_suffixes | Accepted Suffixes |
Definition at line 82 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by __construct().
ilSingleChoiceWizardInputGUI::setValue | ( | $a_value | ) |
Set Value.
string | $a_value | Value |
Reimplemented from ilTextInputGUI.
Reimplemented in ilMultipleChoiceWizardInputGUI.
Definition at line 60 of file class.ilSingleChoiceWizardInputGUI.php.
References ilTextInputGUI\$value.
ilSingleChoiceWizardInputGUI::setValues | ( | $a_values | ) |
Set Values.
array | $a_value | Value |
Definition at line 122 of file class.ilSingleChoiceWizardInputGUI.php.
|
protected |
Definition at line 34 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by getAllowMove().
|
protected |
Definition at line 39 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by checkInput().
|
protected |
Definition at line 36 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by getQuestionObject().
|
protected |
Definition at line 38 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by getShowPoints().
|
protected |
Definition at line 35 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by getSingleline().
|
protected |
Definition at line 37 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by getSuffixes().
|
protected |
Definition at line 33 of file class.ilSingleChoiceWizardInputGUI.php.
Referenced by getValues().