47        $tpl = 
new ilTemplate(
"tpl.prop_multi_text_inp.html", 
true, 
true, 
"Services/Form");
 
   54                $tpl->setCurrentBlock(
"prop_text_propval");
 
   56                $tpl->parseCurrentBlock();
 
   59                $tpl->setCurrentBlock(
"move");
 
   65                include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
 
   68                $tpl->parseCurrentBlock();
 
   70            $tpl->setCurrentBlock(
"row");
 
   79                    " disabled=\"disabled\"" 
   86                include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
 
   91            $tpl->parseCurrentBlock();
 
   97            $tpl->setCurrentBlock(
'js_engine_initialisation');
 
   98            $tpl->touchBlock(
'js_engine_initialisation');
 
   99            $tpl->parseCurrentBlock();
 
  102            $globalTpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
 
  103            $globalTpl->addJavascript(
"./Services/Form/js/ServiceFormIdentifiedWizardInputExtend.js");
 
An exception for terminatinating execution or to throw for unit testing.
Class ilDclMultiTextInputGUI.
getMultiValues()
Get multi values.
setMultiValues(array $values)
Set multi values.
setValue($value)
Set Value.
static get($a_glyph, $a_text="")
Get glyph html.
isEditElementOrderEnabled()
isEditElementOccuranceEnabled()
special template class to simplify handling of ITX/PEAR
getMaxLength()
Get Max Length.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public
$GLOBALS['loaded']
Global hash that tracks already loaded includes.