Derrell,
When our _loadRowData method calls _onRowDataLoaded, it is looking for a
map file. Do you know if that file has to be in JSON format or can it take a
standard JavaScript array? Currently, I am loading all my tables with
JavaScript arrays and it works great. I would hope that it will continue to
work as I really don't want to modify the server code if I don't have to.
Thanks,
Jim
On Wed, Sep 17, 2008 at 6:12 AM, Derrell Lipman <
[EMAIL PROTECTED]> wrote:
> On Wed, Sep 17, 2008 at 7:05 AM, odumbe Myrla <[EMAIL PROTECTED]> wrote:
>
>> dear all,
>>
>> I have a simple table running on my pc and would like to have a remote
>> table instead. could anyone out there just help me. I guess there isn't much
>> info abt this topic.
>>
>
> The remote table model is an abstract class. In your class that extends
> qx.ui.table.model.Remote, you implement the methods that do the actual
> communication with the backend. Those methods are _loadRowCount() and
> _loadRowData(). Once you've implemented your remote model class, you
> attach your data model to the table as you would if you were using
> qx.ui.table.model.Simple, by passing it to the constructor of Table or by
> calling table.setTableModel().
>
> Look at the API documentation for qx.ui.table.model.Remote for details on
> implementing those two communication methods.
>
> Cheers,
>
> Derrell
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
--
Jim Hunter
DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel