Like in play tutorial for the Tags Set (customize crud field); i want to add a new functionality when user selects a tag then javascript should get current user (models.user) and call a method user.doSomething(). is this possible to do in a CRUD custom field ? (like in tutorial for yabe tags?).
is there a way I can make a custom CRUD field as a list of checkboxes and when user check some checkboxes then i should write code (maybe javascript) that gets current logged in user and then call a method on that user Model?
thanks.