Esempio n. 1
0
 protected function onComponentTag(ComponentTag $tag)
 {
     parent::onComponentTag($tag);
     $this->checkComponentTag($tag, 'form');
     $tag->put('action', $this->urlForListener($this));
     $tag->put('method', 'post');
 }
 protected function onComponentTag(ComponentTag $tag)
 {
     parent::onComponentTag($tag);
     $tag->setTagType(new XmlTagType(XmlTagType::OPEN));
 }