PHP Classes

Good work.

Recommend this page to a friend!

      Auto form  >  All threads  >  Good work.  >  (Un) Subscribe thread alerts  
Subject:Good work.
Summary:Package rating comment
Messages:3
Author:richard
Date:2015-11-14 22:59:56
 

richard rated this package as follows:

Utility: Good
Consistency: Sufficient
Examples: Good

  1. Good work.   Reply   Report abuse  
Picture of richard richard - 2015-11-14 22:59:56
Good work. Im looking for some CRUD but using multiple tables and live update onclick width jquery. Any Idea?

  2. Re: Good work.   Reply   Report abuse  
Picture of richard richard - 2015-11-14 22:59:56
Good work. Im looking for some CRUD but using multiple tables and live update onclick width jquery. Any Idea?

  3. Re: Good work.   Reply   Report abuse  
Picture of Arturs Sosins Arturs Sosins - 2015-11-15 07:51:15 - In reply to message 2 from richard
This is not available out of the box, but you could implement it.

For multiple tables, usually using another table as a lookup, you can achieve that by providing custom HTML inputs and loading values from that table yourself and creating select input for example

And of course attaching jquery events for HTML should also not be a problem. So you can add an event handler to each input, that it submits ajax request on each change with same field names as used by the auto_form