$crud->add_action('Revert', base_url().'assets/img/revert.png', 'action/revert');
How can i add a Javascript prompt for this action so when the user clicks he will have an option to continue or cancel?
⚠ 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. ⚠
Posted 16 January 2013 - 12:23 PM
$crud->add_action('Revert', base_url().'assets/img/revert.png', 'action/revert');
Posted 16 January 2013 - 13:00 PM
Posted 16 January 2013 - 13:04 PM
<div id="tabsjqui-4">
<?php echo $output->output;?>
</div>
Posted 16 January 2013 - 15:39 PM
Posted 21 January 2013 - 22:29 PM
Posted 10 April 2015 - 07:28 AM