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

Benoit Minisini benoit.minisini at gambas-basic.org
Wed Jul 20 19:36:30 CEST 2022


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.

-- 
Benoît Minisini.


More information about the User mailing list