Re: [Gambas-user] WebPage support in Gambas (2)

2012-03-24 Thread tobi
hi, On Sat, 24 Mar 2012, Benoît Minisini wrote: > Hi, > > I have added two syntaxes in WebPage. > > The first one is: > > <%:OtherWebPage%> > > This includes the OtherWebPage contents inside the current WebPage. > > That syntax can take attributes, like an HTML markup. > > <%:OtherWebPage na

[Gambas-user] WebPage support in Gambas (2)

2012-03-24 Thread Benoît Minisini
Hi, I have added two syntaxes in WebPage. The first one is: <%:OtherWebPage%> This includes the OtherWebPage contents inside the current WebPage. That syntax can take attributes, like an HTML markup. <%:OtherWebPage name="value" name2="value2"%> Beware the the contents of an attribute does n