Example #1
0
 public function __construct($renderer)
 {
     parent::__construct($renderer);
     $this->_component = 'org.openpsa.user';
     midcom::get('head')->add_jsfile(MIDCOM_STATIC_URL . '/org.openpsa.user/password.js');
 }
Example #2
0
 /**
  * Unfreeze the confirmation widget as well as the main widget.
  */
 function freeze()
 {
     parent::freeze();
     $confirm = $this->_form->getElement("{$this->name}_confirm");
     $confirm->unfreeze();
 }