Hi,
If I have this:
$crud->callback_field('function_time_selector',array($this,'functime_callback'));
/* some code to display the dropdown list*/
.
.
}
Question is: Can I pass the value of function_time to the functime_callback ? I need the value from function_time to reproduce two dropdown list for function_time_selector field.