четверг, 30 июля 2009 г.

Dojo. How to leaf over data, dojox grid.

Of course, Dojo - a great visual web framework that allows to do different things on your web page and at the same time does not require to spend tons of time to write this. Dojo has a lot, but ... certainly not all. For example, I looked once an opportunity to leaf over a long list of data in a component dojox.Grid like this:

<< < 1 2 3 4 5 6 > >>

Thus, I decided to write a component to list the dojo grid, i.e. dojox.Grid. Additionally, I set myself the following task list:
  1. Loading data from server with portions that appear at this time on the grid.
  2. Messages on the need for waiting for the user.
  3. The ability to use links and buttons as the variants of interface.
  4. The possibility to use the usual URL-query either DWR (Direct Web Remoting Framework) for receiving data from the server.
Now, I introduce for your attention, what I created - a component dojox.grid.GridPaginator, performing all of what I just said
Click to download
I hope it will help you.

4 комментария:

  1. Is an example available, that would be great.

    Thanks

    Tony

    ОтветитьУдалить
  2. Yes, the reference "Click to download" allows you to get that component. This article is incomplete and don't explain how to use it, but it's pretty simple.

    ОтветитьУдалить
  3. Could you repost the example? The download is no longer available. Thanks!

    ОтветитьУдалить