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, le

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 value

Re: [Gambas-user] Passing arguments between WebPages

2017-05-18 Thread PICCORO McKAY Lenz
2017-05-18 11:14 GMT-04:00 Tobias Boege : > Hi Benoit (or gb.web experts), > well, we are all like bruce lee with Jeet Kune Do! still starting so still ther are not xperts yet! that behaviour u described its similar to those used to parse in codeigniter! i have very interest in -

[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 MyButton.web