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

This class represents a scale property in a property form. More...

+ Inheritance diagram for ilScaleInputGUI:
+ Collaboration diagram for ilScaleInputGUI:

Public Member Functions

 __construct ($a_title="", $a_postvar="")
 Constructor.
 setScaleInlineStyle ($a_value)
 Set scale inline style.
 getScaleInlineStyle ()
 Get scale inline style.
 setScaleDisabled ($a_value)
 Set scale disabled.
 getScaleDisabled ()
 Get scale disabled.
 setScale ($a_value)
 Set scale.
 getScale ()
 Get scale.
- Public Member Functions inherited from ilTextInputGUI
 setValue ($a_value)
 Set Value.
 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.
 checkInput ()
 Check input, strip slashes etc.
 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
 insert (&$a_tpl)
 Insert property html.
 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 Member Functions

 render ($a_mode="")
 Render item.

Private Attributes

 $scale
 $scale_disabled
 $scale_stylecss

Additional Inherited Members

- 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

Detailed Description

This class represents a scale property in a property form.

Author
Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
Version
Id:
class.ilScaleInputGUI.php 23103 2010-03-03 10:18:15Z hschottm

Definition at line 13 of file class.ilScaleInputGUI.php.

Constructor & Destructor Documentation

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

Constructor.

Parameters
string$a_titleTitle
string$a_postvarPost Variable

Reimplemented from ilTextInputGUI.

Definition at line 25 of file class.ilScaleInputGUI.php.

{
parent::__construct($a_title, $a_postvar);
$this->scale_disabled = true;
$this->scale_stylecss = 'text-align: right;';
}

Member Function Documentation

ilScaleInputGUI::getScale ( )

Get scale.

Returns
double scale

Definition at line 87 of file class.ilScaleInputGUI.php.

References $scale.

Referenced by render().

{
return $this->scale;
}

+ Here is the caller graph for this function:

ilScaleInputGUI::getScaleDisabled ( )

Get scale disabled.

Returns
boolean Value

Definition at line 67 of file class.ilScaleInputGUI.php.

References $scale_disabled.

Referenced by render().

{
}

+ Here is the caller graph for this function:

ilScaleInputGUI::getScaleInlineStyle ( )

Get scale inline style.

Parameters
stringValue

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

References $scale_stylecss.

Referenced by render().

{
}

+ Here is the caller graph for this function:

ilScaleInputGUI::render (   $a_mode = "")
protected

Render item.

Reimplemented from ilTextInputGUI.

Definition at line 96 of file class.ilScaleInputGUI.php.

References $tpl, ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilTextInputGUI\getInlineStyle(), ilTextInputGUI\getMaxLength(), ilFormPropertyGUI\getPostVar(), getScale(), getScaleDisabled(), getScaleInlineStyle(), ilTextInputGUI\getSize(), ilTextInputGUI\getSuffix(), ilTextInputGUI\getValue(), and ilUtil\prepareFormOutput().

{
$tpl = new ilTemplate("tpl.prop.scaleinput.html", true, true, "Modules/SurveyQuestionPool");
if (strlen($this->getValue()))
{
$tpl->setCurrentBlock("prop_text_propval");
$tpl->setVariable("PROPERTY_VALUE", ilUtil::prepareFormOutput($this->getValue()));
$tpl->parseCurrentBlock();
}
if (strlen($this->getScale()))
{
$tpl->setCurrentBlock("prop_text_scale");
$tpl->setVariable("SCALE_VALUE", ilUtil::prepareFormOutput($this->getScale()));
$tpl->parseCurrentBlock();
}
if (strlen($this->getInlineStyle()))
{
$tpl->setCurrentBlock("stylecss");
$tpl->setVariable("CSS_STYLE", ilUtil::prepareFormOutput($this->getInlineStyle()));
$tpl->parseCurrentBlock();
}
if (strlen($this->getScaleInlineStyle()))
{
$tpl->setCurrentBlock("scale_stylecss");
$tpl->setVariable("CSS_STYLE", ilUtil::prepareFormOutput($this->getScaleInlineStyle()));
$tpl->parseCurrentBlock();
}
$tpl->setVariable("ID", $this->getFieldId());
$tpl->setVariable("SIZE", $this->getSize());
$tpl->setVariable("MAXLENGTH", $this->getMaxLength());
if (strlen($this->getSuffix())) $tpl->setVariable("INPUT_SUFFIX", $this->getSuffix());
if ($this->getDisabled())
{
$tpl->setVariable("DISABLED", " disabled=\"disabled\"");
}
if ($this->getScaleDisabled())
{
$tpl->setVariable("SCALE_DISABLED", " disabled=\"disabled\"");
}
$tpl->setVariable("POST_VAR", $this->getPostVar());
return $tpl->get();
}

+ Here is the call graph for this function:

ilScaleInputGUI::setScale (   $a_value)

Set scale.

Parameters
double$a_valueValue

Definition at line 77 of file class.ilScaleInputGUI.php.

{
$this->scale = $a_value;
}
ilScaleInputGUI::setScaleDisabled (   $a_value)

Set scale disabled.

Parameters
boolean$a_valueValue

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

{
$this->scale_disabled = $a_value;
}
ilScaleInputGUI::setScaleInlineStyle (   $a_value)

Set scale inline style.

Parameters
string$a_valueValue

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

{
$this->scale_stylecss = $a_value;
}

Field Documentation

ilScaleInputGUI::$scale
private

Definition at line 15 of file class.ilScaleInputGUI.php.

Referenced by getScale().

ilScaleInputGUI::$scale_disabled
private

Definition at line 16 of file class.ilScaleInputGUI.php.

Referenced by getScaleDisabled().

ilScaleInputGUI::$scale_stylecss
private

Definition at line 17 of file class.ilScaleInputGUI.php.

Referenced by getScaleInlineStyle().


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