fuel_helper - fuel_edit markers
Hello there,
I was wondering, would it be possible to specify a list of fields after the | marker when calling the fuel_edit() function from a view?
So instead of just passing
fuel_edit($id.'|field_to_edit')
why not have
fuel_edit($id.'|field1, field2, field3')
no?
that would rock! sometimes you want to just exclude one field, rather than only edit one...
is that planned? Or if I wanted to hack this out myself, could you give some insight?
thanks a lot!
UPDATE: also, is it possible to control the 'delete' button? Sometimes it's safer to disallow that!
Comments
in /modules/fuel/controllers/module.php around line 1098
replace with: Now from the views you can call and only these fields will show up inside the inline editor form!
Hope this helps others too!