Re: [qooxdoo-devel] Get generated form parameters hash

2007-01-10 Thread frederic
Hi Agustin, I agree with you, Qooxdoo doesn't provide natively easy way to manipulate form entries (combox, textarea,...). You have only setters and getters for each widget (x.getValue, x.setValue, x.getSelected(),...) but not global function to get all entries in a window,... I have developped se

[qooxdoo-devel] Get generated form parameters hash

2007-01-08 Thread Agustin Almonte F.
Hi, is there a way to recover all form entries. I want to make a generic function to manage an autogenerated form, but i can't fin the way to recover all form entries like parameter hash (name, value). Any help? Thanks in advance -- Agustín Almonte ---