I've actually done things like this for queries and adding a query to a list of items to process. I have a checkbox to select all on the screen, which is just pure Prototype javascript. I then have a link called "add entire query" that re-runs the query and adds the results to the queue. Works well and the users find it intuitive.

Norman Franke
Answering Service for Directors, Inc.
www.myasd.com



On Apr 15, 2010, at 9:43 AM, Thiago H. de Paula Figueiredo wrote:

On Thu, 15 Apr 2010 10:38:19 -0300, Yury Luneff <[email protected]> wrote:

yes, sure, but you can't select elements by class that are physically
not on this page now (another page of grid, both inline=true or false)

Why would you want to select something that is not shown? It seems quite error-prone and not intuitive to me. I can't recall any website that does that. In your case, you "select all" button must also use AJAX to send a notification to the page so it can consider all objects selected.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to