Hi,
ziepf schrieb:
> Hi,
>
> here is my next problem ;-)
> How can I select a item from a selectbox ?
>
> For example I use a selectbox (qx.ui.form.SelectBox) with the following
> items:
>
> Heinz
> Herbert
> Helga
>
> I want select Herbert - How can I do that ?
first you need to click the box so the menu opens. You may need to wait
for a second or so after that to give the menu time to render. Then you
click the item with the label you're looking for:
qxClick("qxh=qx.ui.form.SelectBox");
//wait...
qxClick("qxh=qx.ui.form.SelectBox/[...@label='Herbert']");
Regards,
Daniel
>
> regards
>
> ziepf
>
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel