Creating recordset displays
Hi all, In many applications I create I find myself doing just one thing - create CRUD interfaces in the admin panel. So far I have been writing code to generate the list of items and everything. Is it possible to create a recordset form using any API in drupal? Here is what I want to do: I want to generate a list for my entities [for example products]. It should be very similar to the Gmail inbox - with a checkbox next to each entry and the ability to sort according to any field. Users should be able to check a set of items and select a drop down menu to perform some action. This should be a form of course. If this isn't possible with the Drupal API out of the box I'd be happy if you can give me a brief outline of how this can be achieved. Thanks in advance. Raj Sekharan -- “Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.”
I'd suggest looking at the Views Bulk Operation module: http://drupal.org/project/views_bulk_operations On Wed, Sep 23, 2009 at 8:12 AM, Raja Sekharan <websweetweb@gmail.com> wrote:
Hi all,
In many applications I create I find myself doing just one thing - create CRUD interfaces in the admin panel. So far I have been writing code to generate the list of items and everything.
Is it possible to create a recordset form using any API in drupal? Here is what I want to do:
I want to generate a list for my entities [for example products]. It should be very similar to the Gmail inbox - with a checkbox next to each entry and the ability to sort according to any field. Users should be able to check a set of items and select a drop down menu to perform some action. This should be a form of course.
If this isn't possible with the Drupal API out of the box I'd be happy if you can give me a brief outline of how this can be achieved.
Thanks in advance.
Raj Sekharan
-- “Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.”
There's also the "scaffolding" template module here, courtesy Jeff Eaton: http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/examples... Stupid long CVS URLs... --Larry Garfield andrew morton wrote:
I'd suggest looking at the Views Bulk Operation module: http://drupal.org/project/views_bulk_operations
On Wed, Sep 23, 2009 at 8:12 AM, Raja Sekharan <websweetweb@gmail.com> wrote:
Hi all,
In many applications I create I find myself doing just one thing - create CRUD interfaces in the admin panel. So far I have been writing code to generate the list of items and everything.
Is it possible to create a recordset form using any API in drupal? Here is what I want to do:
I want to generate a list for my entities [for example products]. It should be very similar to the Gmail inbox - with a checkbox next to each entry and the ability to sort according to any field. Users should be able to check a set of items and select a drop down menu to perform some action. This should be a form of course.
If this isn't possible with the Drupal API out of the box I'd be happy if you can give me a brief outline of how this can be achieved.
Thanks in advance.
Raj Sekharan
-- “Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.”
participants (3)
-
andrew morton -
larry@garfieldtech.com -
Raja Sekharan