Toggle On/off Checkbox directly in list

nettemor

Member
I have a checkbox element. What i need to do is to show the checkbox in the viewing of the list so that the user can click on/off directly. And of course the value should be updated in the database based on the clicked state.

I have checked the "inline edit list plugin" but it dont show a checkbox in the list, i get a popup with the checkbox and thats not what my client wants.

Is there a way to achieve the functionallity i am looking for, and how ?
 
No, not out-of-box. You could probably script something up with a custom template, and some JavaScript that fires an AJAX call, and some PHP in a user_ajax.php on the server side, but it would not be trivial if you don't have at least basic working knowledge of PHP and JavaScript.

-- hugh
 
Back
Top