Re: [Gambas-user] Passing arguments between WebPages

2017-05-18 Thread Tobias Boege
On Thu, 18 May 2017, Tobias Boege wrote: > Hi Benoit (or gb.web experts), > > I have two questions about argument passing with WebPages (gb.web), > when I include one webpage into another with the <> syntax. > > (1) The first situation is that I have a small widget encapsulated in a > WebPage,

Re: [Gambas-user] Passing arguments between WebPages

2017-05-18 Thread Tobias Boege
On Thu, 18 May 2017, Tobias Boege wrote: > (2) The other question is about receiving arguments. If I'm a child page > and the parent included me by setting the "text" argument (like in (1)), > then I can print the "text" value via the special syntax > > <%!text> > > But I want to use this

[Gambas-user] Passing arguments between WebPages

2017-05-18 Thread Tobias Boege
Hi Benoit (or gb.web experts), I have two questions about argument passing with WebPages (gb.web), when I include one webpage into another with the <> syntax. (1) The first situation is that I have a small widget encapsulated in a WebPage, let's say it is a specially formatted button