|
ILIAS
release_4-4 Revision
|
This class represents a text property in a property form. More...
Inheritance diagram for ilTextInputGUI:
Collaboration diagram for ilTextInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. More... | |
| setValue ($a_value) | |
| Set Value. More... | |
| getValue () | |
| Get Value. More... | |
| setValidationFailureMessage ($a_msg) | |
| Set message string for validation failure. More... | |
| getValidationFailureMessage () | |
| setValidationRegexp ($a_value) | |
| Set validation regexp. More... | |
| getValidationRegexp () | |
| Get validation regexp. More... | |
| setMaxLength ($a_maxlength) | |
| Set Max Length. More... | |
| getMaxLength () | |
| Get Max Length. More... | |
| setSize ($a_size) | |
| Set Size. More... | |
| setInlineStyle ($a_style) | |
| Set inline style. More... | |
| getInlineStyle () | |
| Get inline style. More... | |
| setCssClass ($a_class) | |
| getCssClass () | |
| setValueByArray ($a_values) | |
| Set value by array. More... | |
| getSize () | |
| Get Size. More... | |
| setSuffix ($a_value) | |
| Set suffix. More... | |
| getSuffix () | |
| Get suffix. More... | |
| setInputType ($a_type) | |
| set input type More... | |
| getInputType () | |
| get input type More... | |
| setSubmitFormOnEnter ($a_val) | |
| Set submit form on enter. More... | |
| getSubmitFormOnEnter () | |
| Get submit form on enter. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| getDataSource () | |
| get datasource link for js autocomplete More... | |
| setDataSource ($href, $a_delimiter=null) | |
| set datasource link for js autocomplete More... | |
| setMultiValues (array $a_values) | |
| render ($a_mode="") | |
| Render item. More... | |
| insert (&$a_tpl) | |
| Insert property html. More... | |
| getTableFilterHTML () | |
| Get HTML for table filter. More... | |
| getToolbarHTML () | |
| Get HTML for toolbar. More... | |
| setDisableHtmlAutoComplete ($autocomplete) | |
| isHtmlAutoCompleteDisabled () | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. More... | |
| getSubItems () | |
| Get Subitems. More... | |
| getSubInputItemsRecursive () | |
| returns a flat array of possibly existing subitems recursively More... | |
| checkSubItemsInput () | |
| Check SubItems. More... | |
| getSubForm () | |
| Get sub form html. More... | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. More... | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. More... | |
| & | executeCommand () |
| Execute command. More... | |
| getType () | |
| Get Type. More... | |
| setTitle ($a_title) | |
| Set Title. More... | |
| getTitle () | |
| Get Title. More... | |
| setPostVar ($a_postvar) | |
| Set Post Variable. More... | |
| getPostVar () | |
| Get Post Variable. More... | |
| getFieldId () | |
| Get Post Variable. More... | |
| setInfo ($a_info) | |
| Set Information Text. More... | |
| getInfo () | |
| Get Information Text. More... | |
| setAlert ($a_alert) | |
| Set Alert Text. More... | |
| getAlert () | |
| Get Alert Text. More... | |
| setRequired ($a_required) | |
| Set Required. More... | |
| getRequired () | |
| Get Required. More... | |
| setDisabled ($a_disabled) | |
| Set Disabled. More... | |
| getDisabled () | |
| Get Disabled. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setParentForm ($a_parentform) | |
| Set Parent Form. More... | |
| getParentForm () | |
| Get Parent Form. More... | |
| setParent ($a_val) | |
| Set Parent GUI object. More... | |
| getParent () | |
| Get Parent GUI object. More... | |
| getSubForm () | |
| Get sub form html. More... | |
| hideSubForm () | |
| Sub form hidden on init? More... | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) More... | |
| getHiddenTitle () | |
| Get hidden title. More... | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. More... | |
| serializeData () | |
| serialize data More... | |
| unserializeData ($a_data) | |
| unserialize data More... | |
| writeToSession () | |
| Write to session. More... | |
| clearFromSession () | |
| Clear session value. More... | |
| readFromSession () | |
| Read from session. More... | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) More... | |
| setMulti ($a_multi, $a_sortable=false, $a_addremove=true) | |
| Set Multi. More... | |
| getMulti () | |
| Get Multi. More... | |
| setMultiValues (array $a_values) | |
| Set multi values. More... | |
| getMultiValues () | |
| Get multi values. More... | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. More... | |
Protected Attributes | |
| $value | |
| $maxlength = 200 | |
| $size = 40 | |
| $validationRegexp | |
| $validationFailureMessage = '' | |
| $suffix | |
| $style_css | |
| $css_class | |
| $ajax_datasource | |
| $ajax_datasource_delimiter | |
| $submit_form_on_enter = false | |
| $autocomplete_disabled = false | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi = false | |
| $multi_sortable = false | |
| $multi_addremove = true | |
| $multi_values | |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. More... | |
| getMultiIconsHTML () | |
| Get HTML for multiple value icons. More... | |
This class represents a text property in a property form.
Definition at line 16 of file class.ilTextInputGUI.php.
| ilTextInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Definition at line 41 of file class.ilTextInputGUI.php.
References setInputType(), and ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilTextInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Definition at line 258 of file class.ilTextInputGUI.php.
References $_POST, $lng, $value, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getMulti(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getValidationFailureMessage(), getValidationRegexp(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilTextInputGUI::getCssClass | ( | ) |
Definition at line 165 of file class.ilTextInputGUI.php.
References $css_class.
Referenced by ilMailQuickFilterInputGUI\checkInput(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getDataSource | ( | ) |
get datasource link for js autocomplete
Definition at line 328 of file class.ilTextInputGUI.php.
References $ajax_datasource.
Referenced by ilMailQuickFilterInputGUI\checkInput(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getInlineStyle | ( | ) |
Get inline style.
Definition at line 155 of file class.ilTextInputGUI.php.
References $style_css.
Referenced by ilMailQuickFilterInputGUI\checkInput(), ilScaleInputGUI\render(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getInputType | ( | ) |
get input type
public
Definition at line 228 of file class.ilTextInputGUI.php.
Referenced by ilMailQuickFilterInputGUI\checkInput(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getMaxLength | ( | ) |
Get Max Length.
Definition at line 125 of file class.ilTextInputGUI.php.
References $maxlength.
Referenced by ilMailQuickFilterInputGUI\checkInput(), ilSelectBuilderInputGUI\insert(), ilTextWizardInputGUI\insert(), ilOrderingTextWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilScaleInputGUI\render(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getSize | ( | ) |
Get Size.
Definition at line 186 of file class.ilTextInputGUI.php.
References $size.
Referenced by ilMailQuickFilterInputGUI\checkInput(), ilSelectBuilderInputGUI\insert(), ilTextWizardInputGUI\insert(), ilOrderingTextWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilScaleInputGUI\render(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getSubmitFormOnEnter | ( | ) |
Get submit form on enter.
Definition at line 248 of file class.ilTextInputGUI.php.
References $submit_form_on_enter.
Referenced by ilMailQuickFilterInputGUI\checkInput(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getSuffix | ( | ) |
Get suffix.
Definition at line 206 of file class.ilTextInputGUI.php.
References $suffix.
Referenced by ilMailQuickFilterInputGUI\checkInput(), ilScaleInputGUI\render(), and render().
Here is the caller graph for this function:| ilTextInputGUI::getTableFilterHTML | ( | ) |
Get HTML for table filter.
Implements ilTableFilterItem.
Definition at line 521 of file class.ilTextInputGUI.php.
References render().
Here is the call graph for this function:| ilTextInputGUI::getToolbarHTML | ( | ) |
Get HTML for toolbar.
Implements ilToolbarItem.
Definition at line 530 of file class.ilTextInputGUI.php.
References render().
Here is the call graph for this function:| ilTextInputGUI::getValidationFailureMessage | ( | ) |
Definition at line 85 of file class.ilTextInputGUI.php.
References $validationFailureMessage.
Referenced by checkInput().
Here is the caller graph for this function:| ilTextInputGUI::getValidationRegexp | ( | ) |
Get validation regexp.
Definition at line 105 of file class.ilTextInputGUI.php.
References $validationRegexp.
Referenced by ilSelectBuilderInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilOrderingTextWizardInputGUI\checkInput(), and checkInput().
Here is the caller graph for this function:| ilTextInputGUI::getValue | ( | ) |
Get Value.
Definition at line 69 of file class.ilTextInputGUI.php.
References $value.
Referenced by ilMailQuickFilterInputGUI\checkInput(), ilColorPickerInputGUI\insert(), ilScaleInputGUI\render(), and render().
Here is the caller graph for this function:| ilTextInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Definition at line 509 of file class.ilTextInputGUI.php.
References render().
Here is the call graph for this function:| ilTextInputGUI::isHtmlAutoCompleteDisabled | ( | ) |
Definition at line 547 of file class.ilTextInputGUI.php.
References $autocomplete_disabled.
Referenced by render().
Here is the caller graph for this function:| ilTextInputGUI::render | ( | $a_mode = "" | ) |
Render item.
Definition at line 359 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\$postvar, $tpl, $value, getCssClass(), getDataSource(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilFormPropertyGUI\getHiddenTag(), getInlineStyle(), getInputType(), getMaxLength(), ilFormPropertyGUI\getMulti(), ilFormPropertyGUI\getMultiIconsHTML(), ilFormPropertyGUI\getMultiValues(), ilFormPropertyGUI\getPostVar(), getSize(), getSubmitFormOnEnter(), getSuffix(), getValue(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), isHtmlAutoCompleteDisabled(), and ilUtil\prepareFormOutput().
Referenced by ilMailQuickFilterInputGUI\checkInput(), getTableFilterHTML(), getToolbarHTML(), and insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextInputGUI::setCssClass | ( | $a_class | ) |
Definition at line 160 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setDataSource | ( | $href, | |
$a_delimiter = null |
|||
| ) |
set datasource link for js autocomplete
| String | link to data generation script |
Definition at line 337 of file class.ilTextInputGUI.php.
Referenced by ilRoleAutoCompleteInputGUI\__construct(), ilUserTableGUI\initFilter(), ilObjSurveyGUI\initPropertiesForm(), ilTermsOfServiceAcceptanceHistoryTableGUI\numericOrdering(), ilPermission2GUI\owner(), ilMailAddressbookGUI\search(), and ilPaymentTrusteeGUI\showTrustees().
Here is the caller graph for this function:| ilTextInputGUI::setDisableHtmlAutoComplete | ( | $autocomplete | ) |
| boolean | $autocomplete |
Definition at line 539 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setInlineStyle | ( | $a_style | ) |
Set inline style.
| string | $a_style | style |
Definition at line 145 of file class.ilTextInputGUI.php.
Referenced by assClozeTestGUI\populateNumericGapFormPart().
Here is the caller graph for this function:| ilTextInputGUI::setInputType | ( | $a_type | ) |
set input type
public
| string | input type password | text |
Definition at line 218 of file class.ilTextInputGUI.php.
Referenced by ilRoleAutoCompleteInputGUI\__construct(), and __construct().
Here is the caller graph for this function:| ilTextInputGUI::setMaxLength | ( | $a_maxlength | ) |
Set Max Length.
| int | $a_maxlength | Max Length |
Definition at line 115 of file class.ilTextInputGUI.php.
Referenced by ilRoleAutoCompleteInputGUI\__construct(), ilSocialBookmarks\_initForm(), ilObjForumGUI\cancelPostObject(), ilObjStyleSheetGUI\createObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjForumGUI\getModifiedReOnSubject(), ilObjMediaCastGUI\initAddCastItemForm(), ilPCIIMTriggerEditorGUI\initAreaEditingForm(), ilImageMapEditorGUI\initAreaEditingForm(), ilObjExerciseGUI\initAssignmentForm(), ilRatingCategoryGUI\initCategoryForm(), ilSetupGUI\initClientIniForm(), ilSetupGUI\initClientLoginForm(), ilSetupGUI\initContactDataForm(), ilObjSystemFolderGUI\initContactInformationForm(), ilObjPortfolioGUI\initCopyPageFormOptions(), ilObjPortfolioGUI\initCreateForm(), ilSetupGUI\initDbSlaveForm(), ilPCFileListGUI\initEditForm(), ilTestQuestionBrowserTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilPresentationListTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilAccountCodesTableGUI\initFilter(), ilTermListTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilRegistrationCodesTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), ilObjMediaPoolGUI\initFolderForm(), ilBasicSkillTemplateGUI\initForm(), ilSkillCategoryGUI\initForm(), ilBasicSkillGUI\initForm(), ilPCInteractiveImageGUI\initForm(), ilSkillTreeNodeGUI\initForm(), ilObjUserFolderGUI\initFormGeneralSettings(), ilObjSystemFolderGUI\initJavaServerForm(), ilBasicSkillGUI\initLevelForm(), ilObjMediaPoolGUI\initMediaPoolPageForm(), ilObjContentObjectGUI\initMenuEntryForm(), ilObjPortfolioBaseGUI\initPageForm(), ilSkillProfileGUI\initProfileForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilMDEditorGUI\initQuickEditForm(), ilWikiPageGUI\initRenameForm(), ilObjTaxonomyGUI\initSettingsForm(), ilSettingsTemplateGUI\initSettingsTemplateForm(), ilObjStyleSheetGUI\initTagStyleForm(), ilObjTaxonomyGUI\initTaxNodeForm(), ilObjFileAccessSettingsGUI\initUploadSettingsForm(), ilObjPaymentSettingsGUI\initVatForm(), ilFileSystemGUI\listFiles(), ilObjGlossaryGUI\listTerms(), ilFileSystemGUI\renameFileForm(), ilPaymentStatisticGUI\searchUser(), ilObjPaymentSettingsGUI\searchUserSPObject(), ilObjSystemFolderGUI\showBasicSettingsObject(), and ilObjContentObjectGUI\showTooltipList().
Here is the caller graph for this function:| ilTextInputGUI::setMultiValues | ( | array | $a_values | ) |
Definition at line 343 of file class.ilTextInputGUI.php.
References $value.
Referenced by setValue().
Here is the caller graph for this function:| ilTextInputGUI::setSize | ( | $a_size | ) |
Set Size.
| int | $a_size | Size |
Definition at line 135 of file class.ilTextInputGUI.php.
Referenced by ilRoleAutoCompleteInputGUI\__construct(), ilImageWizardInputGUI\__construct(), ilSingleChoiceWizardInputGUI\__construct(), ilMatchingWizardInputGUI\__construct(), FormMailCodesGUI\__construct(), ilAnswerWizardInputGUI\__construct(), ilAccountRegistrationGUI\__initForm(), ilMemberAgreementGUI\addCustomFields(), ilTestExpressPageObjectGUI\addQuestion(), ilObjTestGUI\addQuestionObject(), ilObjTestSettingsGeneralGUI\buildForm(), ilSurveyEditorGUI\createQuestionObject(), ilObjTestGUI\createQuestionObject(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjPaymentSettingsGUI\getSubTabs(), ilObjStyleSettingsGUI\initAddPageLayoutForm(), ilSetupGUI\initClientLoginForm(), ilObjPortfolioGUI\initCreateForm(), ilObjectPluginGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), ilObjCloudGUI\initCreateForm(), ilObjectGUI\initCreateForm(), ilObjSAHSLearningModuleGUI\initCreationForm(), ilObjectPluginGUI\initEditForm(), ilObjPortfolioGUI\initEditForm(), ilObjectGUI\initEditForm(), ilSurveyParticipantsGUI\initExternalRaterForm(), ilObjectCustomUserFieldsGUI\initFieldForm(), ilObjMailGUI\initForm(), ilCalendarRecurrenceGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilPageLayoutGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilObjLinkResourceGUI\initFormLink(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjectCopyGUI\initFormSearch(), ilConsultationHoursGUI\initFormSequence(), ilContainerReferenceGUI\initFormTitle(), ilObjForumGUI\initForumCreateForm(), ilSurveyParticipantsGUI\initMailRatersForm(), ilPCTableGUI\initPropertiesForm(), ilMailSearchGUI\initSearchForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilAdvancedMDRecordGUI\parseFilter(), assNumericGUI\populateAnswerSpecificFormPart(), ilPCPlaceHolderGUI\propertyGUI(), ilObjTestGUI\redirectToInfoScreenObject(), ilMailFormGUI\searchUsers(), ilObjSurveyAdministrationGUI\settingsObject(), ilMailFormGUI\showForm(), ilStartUpGUI\showLoginForm(), ilStartUpGUI\showOpenIdLoginForm(), and ilObjTaggingSettingsGUI\showUsers().
Here is the caller graph for this function:| ilTextInputGUI::setSubmitFormOnEnter | ( | $a_val | ) |
Set submit form on enter.
| boolean |
Definition at line 238 of file class.ilTextInputGUI.php.
Referenced by ilObjCourseGUI\initEditForm(), ilMailFolderTableGUI\initFilter(), and ilObjGroupGUI\initForm().
Here is the caller graph for this function:| ilTextInputGUI::setSuffix | ( | $a_value | ) |
Set suffix.
| string | $a_value | suffix |
Definition at line 196 of file class.ilTextInputGUI.php.
Referenced by ilObjMailGUI\initForm().
Here is the caller graph for this function:| ilTextInputGUI::setValidationFailureMessage | ( | $a_msg | ) |
Set message string for validation failure.
| string | $a_msg |
Definition at line 80 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setValidationRegexp | ( | $a_value | ) |
Set validation regexp.
| string | $a_value | regexp |
Definition at line 95 of file class.ilTextInputGUI.php.
Referenced by ilOpenIdSettingsGUI\initFormProvider(), and ilPermissionGUI\initRoleForm().
Here is the caller graph for this function:| ilTextInputGUI::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 54 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\getMulti(), and setMultiValues().
Referenced by assClozeTestGUI\addBasicQuestionFormProperties(), assQuestionGUI\addBasicQuestionFormProperties(), ilPaymentCouponGUI\addCoupon(), ilObjPaymentSettingsGUI\addCurrencyObject(), ilDAVCronDiskQuota\addCustomSettingsToForm(), ilUserProfile\addStandardFieldsToForm(), ilObjSystemFolderGUI\benchmarkObject(), ilObjTestSettingsGeneralGUI\buildForm(), ilTestScoringGUI\buildManScoringParticipantForm(), ilMailAddressbookGUI\cancel(), ilCertificateGUI\certificateEditor(), ilObjPaymentSettingsGUI\checkShopActivationObject(), ilObjPaymentSettingsGUI\editCurrencyObject(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjPaymentSettingsGUI\editVendorObject(), ilLuceneAdvancedSearchFields\getFormElement(), ilDataCollectionDatatype\getInputField(), ilObjPaymentSettingsGUI\getSubTabs(), ilAdvancedSearchGUI\initAdvancedMetaDataForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilObjMDSettingsGUI\initCopyrightEditForm(), ilSetupGUI\initDbSlaveForm(), ilRemoteObjectBaseGUI\initEditForm(), ilDidacticTemplateSettingsGUI\initEditTemplate(), ilAdvancedMDSettingsGUI\initFieldForm(), ilExtIdGUI\initForm(), ilCalendarAppointmentGUI\initForm(), ilAttendanceList\initForm(), ilAdvancedMDSettingsGUI\initForm(), ilObjSessionGUI\initForm(), ilObjGroupGUI\initForm(), ilBookmarkAdministrationGUI\initFormBookmark(), ilECSMappingSettingsGUI\initFormCSettings(), ilCourseObjectivesGUI\initFormLimits(), ilCalendarCategoryGUI\initFormSearch(), ilCASSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjLinkResourceGUI\initFormSettings(), ilCourseObjectivesGUI\initFormTitle(), ilObjSystemFolderGUI\initHTTPSForm(), ilObjCourseGUI\initInfoEditor(), ilObjUserFolderGUI\initNewAccountMailForm(), ilPCTableGUI\initPropertiesForm(), ilObjFileGUI\initPropertiesForm(), ilObjSurveyGUI\initPropertiesForm(), ilObjRepositorySettingsGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilAdvancedMDRecordGUI\parseSearch(), ilSurveyPhrasesGUI\phraseEditor(), assJavaAppletGUI\populateQuestionSpecificFormPart(), setValueByArray(), ilShopGUI\showGeneralFilter(), ilPurchaseBMFGUI\showPersonalData(), ilPurchaseBaseGUI\showPersonalData(), and ilShopTopicsGUI\showTopicForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 176 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilTextInputGUI.php.
Referenced by getDataSource().
|
protected |
Definition at line 27 of file class.ilTextInputGUI.php.
|
protected |
Definition at line 33 of file class.ilTextInputGUI.php.
Referenced by isHtmlAutoCompleteDisabled().
|
protected |
Definition at line 25 of file class.ilTextInputGUI.php.
Referenced by getCssClass().
|
protected |
Definition at line 19 of file class.ilTextInputGUI.php.
Referenced by getMaxLength().
|
protected |
Definition at line 20 of file class.ilTextInputGUI.php.
Referenced by getSize().
|
protected |
Definition at line 24 of file class.ilTextInputGUI.php.
Referenced by getInlineStyle().
|
protected |
Definition at line 28 of file class.ilTextInputGUI.php.
Referenced by getSubmitFormOnEnter().
|
protected |
Definition at line 23 of file class.ilTextInputGUI.php.
Referenced by ilEssayKeywordWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), getSuffix(), ilMultipleChoiceWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), and ilSingleChoiceWizardInputGUI\insert().
|
protected |
Definition at line 22 of file class.ilTextInputGUI.php.
Referenced by getValidationFailureMessage().
|
protected |
Definition at line 21 of file class.ilTextInputGUI.php.
Referenced by getValidationRegexp().
|
protected |
Definition at line 18 of file class.ilTextInputGUI.php.
Referenced by ilMailQuickFilterInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilOrderingTextWizardInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), checkInput(), getValue(), ilSelectBuilderInputGUI\insert(), ilTextWizardInputGUI\insert(), ilOrderingTextWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), render(), setMultiValues(), ilEssayKeywordWizardInputGUI\setValue(), ilMultipleChoiceWizardInputGUI\setValue(), ilAnswerWizardInputGUI\setValue(), ilImageWizardInputGUI\setValue(), ilSingleChoiceWizardInputGUI\setValue(), ilMatrixRowWizardInputGUI\setValue(), ilCategoryWizardInputGUI\setValue(), and ilMatchingWizardInputGUI\setValue().