⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

add action create new tab



redhen_07

redhen_07
  • profile picture
  • Member

Posted 13 June 2013 - 02:00 AM

hi to all, im new to Grocery crud how can i create a new tab when i click my add action button

 

my code

 

    $crud->add_action('View', '', '','ui-icon-plus',array($this,'just_a_test'));

 

 

 

            function just_a_test($primary_key , $row)
        {
            return site_url('admin/main/check_edit/edit/'.$row->id );
        }

 

 


victor

victor
  • profile picture
  • Member

Posted 13 June 2013 - 07:46 AM

Hi redhen_07 and welcome to the forum. you can create a JavaScript function which will be open this link in new tab