Hi,
thank you. sometimes im real blind:)
> Hi,
>
> after reading your code (which is not that easy to read), I found your
> problem...
>
> this.toolbarbuttons["Zugriffsrechte"]["userauswahl"].getSelection()[0].getUserData["name"]
>
> getUserData is a method and not any kind of map where you can ac
Hi,
after reading your code (which is not that easy to read), I found your
problem...
this.toolbarbuttons["Zugriffsrechte"]["userauswahl"].getSelection()[0].getUserData["name"]
getUserData is a method and not any kind of map where you can access the
data like in an array.
Regards,
Martin
--
Hello,
how can i access the Userdata on a selectbox?
i use he following code and get the Label but the 2 Userdata values are
empty or undefined
item = new qx.ui.form.ListItem("Bitte
auswählen");
item.setUserData("name", "Auswählen");