示例#1
0
 /**
  * Helper function to reveive on row click url
  *
  * @param Flagbit_Faq_Model_Faq $row Current rows dataset
  * @return string URL for current row's onclick event
  */
 public function getRowUrl($row)
 {
     return $this->getUrl('*/*/edit', array('category_id' => $row->getCategoryId()));
 }
示例#2
0
 /**
  * Helper function to reveive on row click url
  *
  * @param Flagbit_Faq_Model_Faq $row Current rows dataset
  * @return string URL for current row's onclick event
  */
 public function getRowUrl($row)
 {
     return $this->getUrl('adminhtml/faq/edit', array('faq_id' => $row->getFaqId()));
 }