[Gambas-user] gb.web.gui control access info

Bruce Steers bsteers4 at gmail.com
Wed Jul 20 20:24:05 CEST 2022


On Wed, 20 Jul 2022 at 18:37, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 20/07/2022 à 12:28, Bruce Steers a écrit :
> > Is there a way to find how to properly access things with js in
> gb.web.gui
> >
> > For example to get a WebTextBox text I must use
> > JS(WebTextBox1.Name) & ":entry"
> >
> > it's the ":entry" part i wish to know about.
> > and how to discover what i need to use and what's available for all
> > other controls too.
> > Is there a command/property for it?  could there be?
> > any docs ?  when i start understanding what I'm doing i'll start adding
> > to the wiki.
> >
> > Many thanks
> > BruceS
> >
>
> This was not supposed to be accessed by the user, this is why it is not
> documented. The 'lib.js' interface may change at any moment.
>

Ah i see.Okay,
I'll stick with the basics for now then.  I found it easy enough to load
the gb.web.gui into gambas and see how the name fields are set in all the
control classes.

Cheers Ben

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220720/cbabe2eb/attachment.htm>


More information about the User mailing list