Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
insitetemplating:slot
Creates a copy of the specified list.
Syntax
<insitetemplating:slot slotname="slot name" site="current site name" tid="current template id"/>Parameters
slotname (required)
- Name of the slot, should be unique inside the template.
site (required)
- Current site name
tid (required)
- Current template id
Description
The
insitetemplating:slot
creates a place holder inside a template for draggable slot to be used together with insite templating admin interface.slotname
andtid
are used to unique indentify a slot in template_composition table. The slot content shall be modified through the insite templating admin interfaceerrno
The possible values of
errno
include:
Value DescriptionExample
The following example create a slot named slot1 in a template.
<insitetemplating:slot slotname='slot1' tid='<%=ics.GetVar( "tid" )%>' site='<%=ics.GetVar( "site" ) %>' />
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.