Document Properties
Kbid
2473A0
Last Modified
04-Feb-2020
Added to KB
20-Jun-2013
Public Access
Everyone
Status
Online
Doc Type
References
Product
  • ICM 7.10
  • ICM 11
ISML Tag - ISPLACEMENT

Name

ISPLACEMENT

Short Description

marks content within an ISML template that will be aggregated and moved to the spots by the Web Adapter post-processing

Table of Contents

Product Version

6.5

Product To Version

 

StatusNew Labels

Introduction

<ISPLACEMENT> is used to mark content within an ISML template that will be aggregated and moved to the according <ISPLACEHOLDER> spots by the Web Adapter post-processing.

Syntax

<ISPLACEMENT
  placeholderid = "( <String> | <ISML expression> )"
>
  <String, HTML, ISML subset>
</ISPLACEMENT>

Note

As ISML subset within <ISPLACEMENT>, the following ISML tags are allowed exclusively:
<isprint>, <isif>, <isset>, <isloop>, <isnext> and <isbreak>.

Example

Use the <ISPLACEMENT> tag to define a CSS reference that will be aggregated at the matching <ISPLACEHOLDER> tag.

<ISPLACEMENT placeholderid="CSS">
  <link rel="stylesheet" type="text/css" href="/css/shop.css" />
</ISPLACEMENT>
<ISPLACEMENT placeholderid="CSS">
  <link rel="stylesheet" type="text/css" href="/css/slider.css" />
</ISPLACEMENT>

Use the <ISPLACEMENT> tag to define content for the meta tag for keywords that will
be aggregated at the matching <ISPLACEHOLDER> tag.

<ISPLACEMENT name="keywords">Shirts</ISPLACEMENT>
<ISPLACEMENT name="keywords">
  <isprint value="#Product:Name#">
</ISPLACEMENT>

Attribute: placeholderid

placeholderid = string | ISML expression

Specifies the ID of the placeholder this entry belongs to. The Web Adapters post-processing will insert the aggregated content of all <ISPLACEMENT> tags with that placeholderid at the matching <ISPLACEHOLDER> spot.

Reference - ISML Tags

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.