Greetings,

I'm running several home-developed admin applications and I'm trying to
change my frontend from ExtJS to QooxDoo. The - NetKernel - backend delivers
the data in any representation I can imagine, for example JSON :
{
    "results": {"row": [
        {"fieldname": "assetname"},
        {"fieldname": "assetdescription"},
        {"fieldname": "assettypename"},
        {"fieldname": "loadername"}
    ]},
    "totalcount": 4
}
Reading through the documentation I can find several ways to call my
backend, qx.io.remote.Request seems to cover my need for flexibly passing
parameters. I also find this data - store - model - controller - view
explanation which seems to point to something completely different.

What I actually want to accomplish is a dynamic search form where fields can
be added based on a selection from a dropdown. So lets start with the
dropdown list. How can I make such a list with the above data from my
backend ? What would be the best method ? Any - non confusing but still
detailed, I'm new at QooxDoo  - HOWTO's available to accomplish this ?

Thanks in advance,
Tom Geudens


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/store-to-gui-preferred-method-HOWTO-tp6482321p6482321.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to