.on() has access to the form's actions -- create, edit, and remove.
.on()
Is there a way to gain access to the action in other events/APIs like .dependent() ?
.dependent()
Hi @raydlevel5 ,
You can call mode() to find the mode within the dependent() callback function,
mode()
dependent()
Cheers,
Colin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Hi @raydlevel5 ,
You can call
mode()
to find the mode within thedependent()
callback function,Cheers,
Colin