ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilErrorTextWizardInputGUI Class Reference

This class represents a key value pair wizard property in a property form. More...

+ Inheritance diagram for ilErrorTextWizardInputGUI:
+ Collaboration diagram for ilErrorTextWizardInputGUI:

Public Member Functions

 __construct ($a_title="", $a_postvar="")
 Constructor.
 setValue ($a_value)
 Set Value.
 setKeySize ($a_size)
 Set key size.
 getKeySize ()
 Get key size.
 setValueSize ($a_size)
 Set value size.
 getValueSize ()
 Get value size.
 setKeyMaxlength ($a_maxlength)
 Set key maxlength.
 getKeyMaxlength ()
 Get key maxlength.
 setValueMaxlength ($a_maxlength)
 Set value maxlength.
 getValueMaxlength ()
 Get value maxlength.
 setValueName ($a_name)
 Set value name.
 getValueName ()
 Get value name.
 setKeyName ($a_name)
 Set key name.
 getKeyName ()
 Get key name.
 setValues ($a_values)
 Set Values.
 getValues ()
 Get Values.
 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.
 setCssClass ($a_class)
 getCssClass ()
 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()
 $key_size = 20
 $value_size = 20
 $key_maxlength = 255
 $value_maxlength = 255
 $key_name = ""
 $value_name = ""
- Protected Attributes inherited from ilTextInputGUI
 $value
 $maxlength = 200
 $size = 40
 $validationRegexp
 $validationFailureMessage = ''
 $suffix
 $style_css
 $css_class
 $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
 $hidden_title = ""

Additional Inherited Members

- Protected Member Functions inherited from ilTextInputGUI
 render ($a_mode="")
 Render item.

Detailed Description

This class represents a key value pair wizard property in a property form.

Author
Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
Version
Id:
class.ilErrorTextWizardInputGUI.php 22736 2010-01-17 23:18:36Z hschottm

Definition at line 31 of file class.ilErrorTextWizardInputGUI.php.

Constructor & Destructor Documentation

ilErrorTextWizardInputGUI::__construct (   $a_title = "",
  $a_postvar = "" 
)

Constructor.

Parameters
string$a_titleTitle
string$a_postvarPost Variable

Reimplemented from ilTextInputGUI.

Definition at line 47 of file class.ilErrorTextWizardInputGUI.php.

{
parent::__construct($a_title, $a_postvar);
}

Member Function Documentation

ilErrorTextWizardInputGUI::checkInput ( )

Check input, strip slashes etc.

set alert, if input is not ok.

Returns
boolean Input ok, true/false

Reimplemented from ilTextInputGUI.

Definition at line 218 of file class.ilErrorTextWizardInputGUI.php.

References $_POST, $lng, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashesRecursive().

{
global $lng;
if (is_array($_POST[$this->getPostVar()])) $_POST[$this->getPostVar()] = ilUtil::stripSlashesRecursive($_POST[$this->getPostVar()]);
$foundvalues = $_POST[$this->getPostVar()];
if (is_array($foundvalues))
{
// check answers
if (is_array($foundvalues['key']) && is_array($foundvalues['value']))
{
foreach ($foundvalues['key'] as $val)
{
if ($this->getRequired() && (strlen($val)) == 0)
{
$this->setAlert($lng->txt("msg_input_is_required"));
return FALSE;
}
}
foreach ($foundvalues['value'] as $val)
{
if ($this->getRequired() && (strlen($val)) == 0)
{
$this->setAlert($lng->txt("msg_input_is_required"));
return FALSE;
}
}
foreach ($foundvalues['points'] as $val)
{
if ($this->getRequired() && (strlen($val)) == 0)
{
$this->setAlert($lng->txt("msg_input_is_required"));
return FALSE;
}
if (!is_numeric(str_replace(",", ".", $val)))
{
$this->setAlert($lng->txt("form_msg_numeric_value_required"));
return FALSE;
}
}
}
else
{
if ($this->getRequired())
{
$this->setAlert($lng->txt("msg_input_is_required"));
return FALSE;
}
}
}
else
{
if ($this->getRequired())
{
$this->setAlert($lng->txt("msg_input_is_required"));
return FALSE;
}
}
return $this->checkSubItemsInput();
}

+ Here is the call graph for this function:

ilErrorTextWizardInputGUI::getKeyMaxlength ( )

Get key maxlength.

Returns
integer Key maxlength

Definition at line 128 of file class.ilErrorTextWizardInputGUI.php.

References $key_maxlength.

Referenced by insert().

{
}

+ Here is the caller graph for this function:

ilErrorTextWizardInputGUI::getKeyName ( )

Get key name.

Returns
string value name

Definition at line 188 of file class.ilErrorTextWizardInputGUI.php.

References $key_name.

Referenced by insert().

{
}

+ Here is the caller graph for this function:

ilErrorTextWizardInputGUI::getKeySize ( )

Get key size.

Returns
integer Key size

Definition at line 88 of file class.ilErrorTextWizardInputGUI.php.

References $key_size.

Referenced by insert().

{
}

+ Here is the caller graph for this function:

ilErrorTextWizardInputGUI::getValueMaxlength ( )

Get value maxlength.

Returns
integer value maxlength

Definition at line 148 of file class.ilErrorTextWizardInputGUI.php.

References $value_maxlength.

Referenced by insert().

+ Here is the caller graph for this function:

ilErrorTextWizardInputGUI::getValueName ( )

Get value name.

Returns
string value name

Definition at line 168 of file class.ilErrorTextWizardInputGUI.php.

References $value_name.

Referenced by insert().

{
}

+ Here is the caller graph for this function:

ilErrorTextWizardInputGUI::getValues ( )

Get Values.

Returns
array Values

Definition at line 208 of file class.ilErrorTextWizardInputGUI.php.

References $values.

{
return $this->values;
}
ilErrorTextWizardInputGUI::getValueSize ( )

Get value size.

Returns
integer value size

Definition at line 108 of file class.ilErrorTextWizardInputGUI.php.

References $value_size.

Referenced by insert().

{
}

+ Here is the caller graph for this function:

ilErrorTextWizardInputGUI::insert ( $a_tpl)

Insert property html.

Returns
int Size

Reimplemented from ilTextInputGUI.

Definition at line 284 of file class.ilErrorTextWizardInputGUI.php.

References $lng, $tpl, ilTextInputGUI\$value, getKeyMaxlength(), getKeyName(), getKeySize(), ilFormPropertyGUI\getPostVar(), getValueMaxlength(), getValueName(), getValueSize(), and ilUtil\prepareFormOutput().

{
global $lng;
$tpl = new ilTemplate("tpl.prop_errortextwizardinput.html", true, true, "Modules/TestQuestionPool");
$i = 0;
foreach ($this->values as $value)
{
if (is_object($value))
{
if (strlen($value->text_wrong))
{
$tpl->setCurrentBlock("prop_key_propval");
$tpl->setVariable("PROPERTY_VALUE", ilUtil::prepareFormOutput($value->text_wrong));
$tpl->parseCurrentBlock();
}
if (strlen($value->text_correct))
{
$tpl->setCurrentBlock("prop_value_propval");
$tpl->setVariable("PROPERTY_VALUE", ilUtil::prepareFormOutput($value->text_correct));
$tpl->parseCurrentBlock();
}
if (strlen($value->points))
{
$tpl->setCurrentBlock("prop_points_propval");
$tpl->setVariable("PROPERTY_VALUE", ilUtil::prepareFormOutput($value->points));
$tpl->parseCurrentBlock();
}
}
$tpl->setCurrentBlock("row");
$class = ($i % 2 == 0) ? "even" : "odd";
if ($i == 0) $class .= " first";
if ($i == count($this->values)-1) $class .= " last";
$tpl->setVariable("ROW_CLASS", $class);
$tpl->setVariable("ROW_NUMBER", $i);
$tpl->setVariable("KEY_SIZE", $this->getKeySize());
$tpl->setVariable("KEY_ID", $this->getPostVar() . "[key][$i]");
$tpl->setVariable("KEY_MAXLENGTH", $this->getKeyMaxlength());
$tpl->setVariable("VALUE_SIZE", $this->getValueSize());
$tpl->setVariable("VALUE_ID", $this->getPostVar() . "[value][$i]");
$tpl->setVariable("VALUE_MAXLENGTH", $this->getValueMaxlength());
$tpl->setVariable("POST_VAR", $this->getPostVar());
$tpl->parseCurrentBlock();
$i++;
}
$tpl->setVariable("ELEMENT_ID", $this->getPostVar());
$tpl->setVariable("KEY_TEXT", $this->getKeyName());
$tpl->setVariable("VALUE_TEXT", $this->getValueName());
$tpl->setVariable("POINTS_TEXT", $lng->txt('points'));
$a_tpl->setCurrentBlock("prop_generic");
$a_tpl->setVariable("PROP_GENERIC", $tpl->get());
$a_tpl->parseCurrentBlock();
}

+ Here is the call graph for this function:

ilErrorTextWizardInputGUI::setKeyMaxlength (   $a_maxlength)

Set key maxlength.

Parameters
integer$a_sizeKey maxlength

Definition at line 118 of file class.ilErrorTextWizardInputGUI.php.

{
$this->key_maxlength = $a_maxlength;
}
ilErrorTextWizardInputGUI::setKeyName (   $a_name)

Set key name.

Parameters
string$a_namevalue name

Definition at line 178 of file class.ilErrorTextWizardInputGUI.php.

{
$this->key_name = $a_name;
}
ilErrorTextWizardInputGUI::setKeySize (   $a_size)

Set key size.

Parameters
integer$a_sizeKey size

Definition at line 78 of file class.ilErrorTextWizardInputGUI.php.

{
$this->key_size = $a_size;
}
ilErrorTextWizardInputGUI::setValue (   $a_value)

Set Value.

Parameters
string$a_valueValue

Reimplemented from ilTextInputGUI.

Definition at line 57 of file class.ilErrorTextWizardInputGUI.php.

{
$this->values = array();
if (is_array($a_value))
{
include_once "./Modules/TestQuestionPool/classes/class.assAnswerErrorText.php";
if (is_array($a_value['key']))
{
foreach ($a_value['key'] as $idx => $key)
{
array_push($this->values, new assAnswerErrorText($key, $a_value['value'][$idx], str_replace(",", ".", $a_value['points'][$idx])));
}
}
}
}
ilErrorTextWizardInputGUI::setValueMaxlength (   $a_maxlength)

Set value maxlength.

Parameters
integer$a_sizevalue maxlength

Definition at line 138 of file class.ilErrorTextWizardInputGUI.php.

{
$this->value_maxlength = $a_maxlength;
}
ilErrorTextWizardInputGUI::setValueName (   $a_name)

Set value name.

Parameters
string$a_namevalue name

Definition at line 158 of file class.ilErrorTextWizardInputGUI.php.

{
$this->value_name = $a_name;
}
ilErrorTextWizardInputGUI::setValues (   $a_values)

Set Values.

Parameters
array$a_valueValue

Definition at line 198 of file class.ilErrorTextWizardInputGUI.php.

{
$this->values = $a_values;
}
ilErrorTextWizardInputGUI::setValueSize (   $a_size)

Set value size.

Parameters
integer$a_sizevalue size

Definition at line 98 of file class.ilErrorTextWizardInputGUI.php.

{
$this->value_size = $a_size;
}

Field Documentation

ilErrorTextWizardInputGUI::$key_maxlength = 255
protected

Definition at line 36 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getKeyMaxlength().

ilErrorTextWizardInputGUI::$key_name = ""
protected

Definition at line 38 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getKeyName().

ilErrorTextWizardInputGUI::$key_size = 20
protected

Definition at line 34 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getKeySize().

ilErrorTextWizardInputGUI::$value_maxlength = 255
protected

Definition at line 37 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getValueMaxlength().

ilErrorTextWizardInputGUI::$value_name = ""
protected

Definition at line 39 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getValueName().

ilErrorTextWizardInputGUI::$value_size = 20
protected

Definition at line 35 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getValueSize().

ilErrorTextWizardInputGUI::$values = array()
protected

Definition at line 33 of file class.ilErrorTextWizardInputGUI.php.

Referenced by getValues().


The documentation for this class was generated from the following file: