Re: [qooxdoo-devel] Export vars

2006-02-24 Thread Sebastian Werner
gmcms schrieb: A value entered in a field managed by qooxdoo can't be used outside qooxdoo ? The field is just a typical input field. You can get it, as explained using getValue of the field instance, or for example you can also do: myField.setHtmlProperty("id", "myFieldId"); later you can

Re: [qooxdoo-devel] Export vars

2006-02-24 Thread gmcms
A value entered in a field managed by qooxdoo can't be used outside qooxdoo ? -- View this message in context: http://www.nabble.com/Export-vars-t1180710.html#a3108890 Sent from the qooxdoo-devel forum at Nabble.com. --- This SF.Net email is

Re: [qooxdoo-devel] Export vars

2006-02-24 Thread Sebastian Werner
gmcms schrieb: Hi all, Is it possible to export vars from qooxdoo. I take an exemple : If I use qooxdoo to build a login interface with a login and password fields and whant to take the fields contents and compute them with php to look at a sqlite database, is there any functions to cleanly expor

[qooxdoo-devel] Export vars

2006-02-24 Thread gmcms
Hi all, Is it possible to export vars from qooxdoo. I take an exemple : If I use qooxdoo to build a login interface with a login and password fields and whant to take the fields contents and compute them with php to look at a sqlite database, is there any functions to cleanly export the fields ? T