4require_once 
'Services/Form/classes/class.ilIdentifiedMultiValuesInputGUI.php';
 
   34        $this->lng = 
$DIC->language();
 
   35        parent::__construct($a_title, $a_postvar);
 
   36        $this->validationRegexp = 
"";
 
   82        if (!is_array($submittedElements) && $this->
getRequired()) {
 
   87        foreach ($submittedElements as $submittedValue) {
 
   90            if ($this->
getRequired() && trim($submittedContentText) == 
"") {
 
  112        $tpl = 
new ilTemplate(
"tpl.prop_multi_text_inp.html", 
true, 
true, 
"Services/Form");
 
  116                $tpl->setCurrentBlock(
"prop_text_propval");
 
  118                $tpl->parseCurrentBlock();
 
  121                $tpl->setCurrentBlock(
"move");
 
  127                include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
 
  130                $tpl->parseCurrentBlock();
 
  132            $tpl->setCurrentBlock(
"row");
 
  141                    " disabled=\"disabled\"" 
  148                include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
 
  153            $tpl->parseCurrentBlock();
 
  159            $tpl->setCurrentBlock(
'js_engine_initialisation');
 
  160            $tpl->touchBlock(
'js_engine_initialisation');
 
  161            $tpl->parseCurrentBlock();
 
  164            $globalTpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
 
  165            $globalTpl->addJavascript(
"./Services/Form/js/ServiceFormIdentifiedWizardInputExtend.js");
 
  181        return (
bool) strlen(
$value);
 
An exception for terminatinating execution or to throw for unit testing.
static get($a_glyph, $a_text="")
Get glyph html.
valueHasContentText($value)
setEditElementOccuranceEnabled($editElementOccuranceEnabled)
onCheckInput()
Check input, strip slashes etc.
isEditElementOrderEnabled()
fetchContentTextFromValue($value)
isEditElementOccuranceEnabled()
$editElementOccuranceEnabled
__construct($a_title="", $a_postvar="")
Constructor.
setEditElementOrderEnabled($editElementOrderEnabled)
special template class to simplify handling of ITX/PEAR
getMaxLength()
Get Max Length.
getValidationRegexp()
Get validation regexp.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public
$GLOBALS['loaded']
Global hash that tracks already loaded includes.