public function setView(\Zend_View_Abstract $view) { $url = $this->getJQueryParam('submitUrl'); if ($url instanceof \MUtil_Html_HtmlInterface) { $this->setJQueryParam('submitUrl', $url->render($view)); } return parent::setView($view); }
public function __construct($elementOrId = null, $args = null) { $args = \MUtil_Ra::args(func_get_args(), array('element' => 'MUtil_Html_ElementInterface', 'attrib' => 'MUtil_Html_AttributeInterface', 'id' => 'is_string'), null, false); parent::__construct($args); }