Matjaz Zalar
|
| Posted: 08/02/2002, 8:23 AM |
|
Could someone please explain what can I do with "SET TAG" action which is
available in events.
Matjaz
|
|
|
 |
DonB
|
| Posted: 08/02/2002, 7:25 PM |
|
It looks like they are emulating the "tag" property found in Visual Basic.
The tags are added to the "template" object that (if I read it right)
consists of the HTML elements that comprise a page.
There are "Get" and "Let" methods that allow accessing the "variables" array
which holds the tags you create. There is a GetVar to complement the SetVar
that "Set Tag" calls. Curiously, there is no "Get Tag" event in the event
list.
I suppose the idea is that you can store some values for subsequent use
during the lifetime of a page, sort of like cookies store values between
sessions.
"Matjaz Zalar" <Matjaz@anter.si> wrote in message
news:aie85l$63u$1@news.codecharge.com...
> Could someone please explain what can I do with "SET TAG" action which is
> available in events.
>
>
> Matjaz
>
>
|
|
|
 |
Matjaz Zalar
|
| Posted: 08/03/2002, 10:09 AM |
|
I have figured out. For example,I have
<title>{pagetitle}</title>
in my HTML Template.
With action "Set Tag" on Page event (server side) -> "Before Show" and
properties:
Tag = pagetitle
Expression = "Dummytitle"
I could set page title.
Matjaz
"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:aifeuc$b9c$1@news.codecharge.com...
> It looks like they are emulating the "tag" property found in Visual Basic.
> The tags are added to the "template" object that (if I read it right)
> consists of the HTML elements that comprise a page.
>
> There are "Get" and "Let" methods that allow accessing the "variables"
array
> which holds the tags you create. There is a GetVar to complement the
SetVar
> that "Set Tag" calls. Curiously, there is no "Get Tag" event in the event
> list.
>
> I suppose the idea is that you can store some values for subsequent use
> during the lifetime of a page, sort of like cookies store values between
> sessions.
>
>
> "Matjaz Zalar" <Matjaz@anter.si> wrote in message
>news:aie85l$63u$1@news.codecharge.com...
> > Could someone please explain what can I do with "SET TAG" action which
is
> > available in events.
> >
> >
> > Matjaz
> >
> >
>
>
|
|
|
 |
|