⚠ 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. ⚠

  •     

profile picture

Is there any easy way to do that?



xxaxxo
  • profile picture
  • Member

Posted 31 January 2012 - 05:36 AM

Hi,
I need my crud (i'm using it for backend of an e-shop) to have custom buttons (i know how to do that) that can "custom edit" a table(that's what i'm asking if it's possible). For example - I have many fields and the tables are related i would like it to have a calendar icon that edits only the date and another icon that edits only few other fields... So is there a way to have multiple edit rules that are triggered or ...

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 31 January 2012 - 20:46 PM

There are only callbacks for now and custom_action method that I thing you can do the custom edits as you want. You can see an example at: http://www.grocerycrud.com/crud/example/add_action If you want something more automated you can change the core and if you have any problem, just post it here.