i have the following lines in one of my templates:
> <qx:selectBox id="country" qxt:scope="this" qxt:row="1" qxt:column="0" qxt:colSpan="3">
> <qcl:controller id="cntrlCountry" qxt:scope="this" store="this.getApplication().countryStore" labelPath="name"/>
> </qx:selectBox>
Should this not also produce a class variable "this.cntlCountry"? I have
to assign it manually to the class variable.
Oliver
--
You received this message because you are subscribed to the Google Groups "QxTransformer" group.
To post to this group, send email to qxtran...@googlegroups.com.
To unsubscribe from this group, send email to qxtransforme...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/qxtransformer?hl=en.
Am 13.08.2010 15:13, schrieb Christian Boulanger:
> Hi Oliver,
>
> the qcl templates might not implement all the logic provided by the
> qx/qxt tags. It might be that the qcl:controller tag does not check for
> Ids, but I would have to check. Can you file a bug in the qooxdoo bugzilla:
>
> http://bugzilla.qooxdoo.org/enter_bug.cgi?product=contrib&component=QxTransformer
> <http://bugzilla.qooxdoo.org/enter_bug.cgi?product=contrib&component=QxTransformer>
>
> Thanks,
>
> Christian
>
>
> 2010/8/13 Oliver Friedrich <oli...@familie-friedrich.de
> <mailto:oli...@familie-friedrich.de>>
>
> Hi Serge and Christian,
>
> i have the following lines in one of my templates:
>
> > <qx:selectBox id="country" qxt:scope="this" qxt:row="1"
> qxt:column="0" qxt:colSpan="3">
> > <qcl:controller id="cntrlCountry" qxt:scope="this"
> store="this.getApplication().countryStore" labelPath="name"/>
> > </qx:selectBox>
>
> Should this not also produce a class variable "this.cntlCountry"? I have
> to assign it manually to the class variable.
>
>
> Oliver
>
> --
> You received this message because you are subscribed to the Google
> Groups "QxTransformer" group.
> To post to this group, send email to qxtran...@googlegroups.com
> <mailto:qxtran...@googlegroups.com>.
> To unsubscribe from this group, send email to
> qxtransforme...@googlegroups.com
> <mailto:qxtransformer%2Bunsu...@googlegroups.com>.