/**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->setSuffixes(array("jpg", "jpeg", "png", "gif"));
     $this->setSize('25');
     $this->validationRegexp = "";
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  * 
  * @return \ilMatchingWizardInputGUI
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     global $lng;
     parent::__construct($a_title, $a_postvar);
     $this->setSuffixes(array("jpg", "jpeg", "png", "gif"));
     $this->setSize('50');
     $this->text_name = $lng->txt('answer_text');
     $this->image_name = $lng->txt('answer_image');
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     global $lng;
     $this->show_wizard = false;
     $this->show_save_phrase = false;
     $this->categorytext = $lng->txt('row_text');
     $this->use_other_answer = false;
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title, $a_postvar, $a_class, $a_autocomplete_cmd)
 {
     global $ilCtrl;
     if (is_object($a_class)) {
         $a_class = get_class($a_class);
     }
     $a_class = strtolower($a_class);
     parent::__construct($a_title, $a_postvar);
     $this->setInputType("raci");
     $this->setMaxLength(70);
     $this->setSize(30);
     $this->setDataSource($ilCtrl->getLinkTargetByClass($a_class, $a_autocomplete_cmd, "", true));
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->setSize('25');
     $this->validationRegexp = "";
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->setType("feedurl");
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 public function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->setType("color");
     $this->setDefaultColor("04427e");
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->scale_disabled = true;
     $this->scale_stylecss = 'text-align: right;';
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
 }
 /**
  * Constructor
  *
  * @param	string	$a_title	Title
  * @param	string	$a_postvar	Post Variable
  */
 public function __construct($a_title = "", $a_postvar = "")
 {
     parent::__construct($a_title, $a_postvar);
     $this->setType("trbl_color");
     $this->dirs = array("all", "top", "bottom", "left", "right");
 }
 /**
  * Constructor
  */
 public function __construct($a_title, $a_postvar)
 {
     parent::__construct($a_title, $a_postvar);
 }