On Mon, 1 Feb 2010, [email protected] wrote: > Id do > > I read this all > > http://qooxdoo.org/documentation/1.0/widget/textfield
> http://demo.qooxdoo.org/1.0.x/apiviewer/#qx.ui.form.TextField Switch on "Inherited" in the toolbar and then use the browser search/find function and search for value. Cheers, Fritz > http://qooxdoo.org/documentation/1.0/ui_widgets > >> Read the manual. >> >> -- >> Fritz Zaucker >> Oetiker+Partner AG >> Aarweg 15 >> CH-4600 Olten >> +41 62 755 9903 >> >> On 31.01.2010, at 20:49, Stefan Meyer<[email protected]> wrote: >> >> >>> Hello, >>> i add in a methof of a class some textfields >>> >>> /* Text fields */ >>> var username = new qx.ui.form.TextField(); >>> var password = new qx.ui.form.PasswordField(); >>> >>> this.__container.add(username.set({ >>> allowShrinkX: false, >>> paddingTop: 3 >>> }), {row: 0, column : 1}); >>> username.focus(); >>> >>> /* Check input on click */ >>> button1.addListener("execute", this.checkInput, this); >>> >>> >>> in the event above i want to access the value of the username >>> textfile >>> >>> i try this: >>> >>> alert(this.__container.username.value); >>> >>> but is not avaiable >>> How can i access it? >>> >>> --- >>> --- >>> --- >>> --------------------------------------------------------------------- >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term >>> contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >>> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
