References
Name WebRootEx() Short Description references static content within ISML templates, returns an absolute URL Table of Contents Introduction Syntax Example Parameters protocol host, port servergroup locale Product Version 6.5 Product To Version Status New Labels Introduction The WebRootEx() function complements
References
Table of Contents Introduction ISML Tags ISML Tags (standard) ISML Modules Defined in modules.isml Files ISML Custom Tags Defined in modules.properties Files ISML Expressions ISML Template Variables ISML Constants ISML Operators ISML Functions Guide - ISML Template Style Guide Introduction This reference
References
Table of Contents Introduction Expression Example Expression Conventions Expression Syntax ISML Formatting Expression Results General Using Styles StaticMoneyFormat DecimalFormat StaticQuantityFormat SimpleDateFormat MessageFormat Using the Default Style of a Formatter Class Specifying User-defined
References
Table of Contents Introduction Numerical Constants String Constants SQL-like Encoding (recommended) Java-like Encoding Special Intershop 7 Encoding Introduction Constants are used within ISML Expressions. There are two different types of constants:Numerical Constants String Constants ISML expressions
References
Name hasElements() Short Description checks whether an iterator stored in the pipeline dictionary contains any elements Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction The ISML function hasElements() allows you to check whether an iterator
References
Name hasLoopElements() Short Description checks whether an iterator stored in the pipeline dictionary contains any elements Table of Contents Introduction Product Version 6.5 Product To Version Status New Labels Introduction Note The functions hasElements()and hasLoopElements() are synonyms. Reference
References
Name hasNext() Short Description checks whether the iterator instance currently used in a loop contains any elements Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction The ISML function hasNext() allows you to check whether the iterator
References
Name action() Short Description generates parts of a URL string (requested pipeline, server group, domain, locale, currency, application type) Table of Contents Introduction Syntax Example Parameters action server domain locale currency appID Product Version 6.5 Product To Version Status New Labels
References
Name isDefined() Short Description checks if an ISML expression results in a valid existing value Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction This function checks if an ISML expression results in a valid existing value. Usually
References
Name ContentURL() Short Description reference static content in the static content directory of the current unit Table of Contents Introduction Syntax Example Parameters content reference locale servergroup Product Version 6.5 Product To Version Status New Labels Introduction The ContentURL() function
References
Name ContentURLEx() Short Description returns an absolute URL to reference static content Table of Contents Introduction Syntax Example Parameters protocol host, port server group locale content reference Product Version 6.5 Product To Version Status New Labels Introduction The ContentURLEx() function
References
Name existsTemplate() Short Description checks whether a template exists in the context of the current site or not Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction This function can be used to check whether a template exists in the context
References
Name getValue() Short Description formats the result of an ISML expression Table of Contents Introduction Syntax Example Parameters value style formatter Product Version 6.5 Product To Version Status New Labels Introduction This function can be used to format the result of an ISML expression. The value
References
Name getHeader() Short Description returns the value of a request header field of the current request Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction Every time the client sends a request to the server, the HTTP protocol is used. The
References
Name getCookie() Short Description returns the value of a cookie containing a request's path data Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction Every time the client sends a request to the server and a cookie is defined for the requested
References
Name lcase() Short Description returns a string converted to lowercase Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction Returns a string that is converted to lowercase. Syntax lcase( <source string> ) Example The following example returns
References
Name isSSSenabled() Short Description checks whether or not server-side scripting is enabled for the current store Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction With isSSSenabled() , you can check whether or not server-side scripting
References
Name trim() Short Description strips white space from the beginning and end of a string Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction Strips white space from the beginning and end of a string. Syntax trim( <source string> ) Example
References
Name len() Short Description returns the number of characters in a string Table of Contents Introduction Syntax Example Product Version 6.5 Product To Version Status New Labels Introduction Returns the number of characters in a string. If the source string is empty, len() returns 0 . Syntax len( <source
References
Name pad() Short Description allows to align text left-justified or right-justified in a field Table of Contents Introduction Syntax Example Parameters source string padding value Product Version 6.5 Product To Version Status New Labels Introduction Justifies text to the left or right side of a field