Hi all how can i use checkbox in grocery crud in add and edit form as well as i select values form groceryy crud in the form of yes or no


Checkbox in add edit form
#1
Posted 23 February 2013 - 05:35 AM
#2
Posted 23 February 2013 - 06:32 AM
Anyone Helllllllllllllllllllllllllllllllllllllllllllllllp
#3
Posted 05 July 2013 - 01:29 PM
I know this old post but just for the reference you can check
http://www.grocerycr...ions/field_type
or if you got boolean true false you can use
$crud->field_type('my_field','true_false');
#4
Posted 24 July 2013 - 12:47 PM
$crud->callback_add_field('field_name',array($this,'add_field_callback_1'));
$crud->callback_edit_field('field_name',array($this,'add_field_callback_1'));
function add_field_callback_1()
{
return ' <input type="radio" name="sex" value="will" /> will
<input type="radio" name="sex" value="will not" /> will not';
}
Use this working..........
Also tagged with one or more of these keywords: Checkbox, Chkbox in add/edit form
Support →
I have a question →
button to select all the checkboxesStarted by paisa, 27 Jul 2015 ![]() |
|
![]() |
||
Support →
I have a question →
Category checkbox treeStarted by qwop, 03 Jul 2013 ![]() |
|
![]() |
||
Support →
I have a question →
How can i set last column to Checkbox (for multiprint)Started by Phichya Laemluang, 04 Mar 2013 ![]() |
|
![]() |
||
Support →
I have a question →
Checkboxes against each row for bulk delete optionStarted by Mrinal Rajpurohit, 10 Feb 2013 ![]() |
|
![]() |
||
Support →
I have a question →
multiple delete selectionStarted by casachit, 09 May 2012 ![]() |
|
![]() |
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users