bannerd

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

General

Spaces Where Usedall SWEHB spaces
How usedin other macros to detect if a parameter is not zero
Visibilityonly Sys Admins  in the Macro Browser
Titleifnotzero
Description
Categories
Icon URL
Documentation URL
Definition Rendered
Output Format
StatusActive in all spaces


Rendering



Current Code 

#set($xhtml=$body) #if($xhtml.startsWith("<p>",0) && $xhtml.endsWith("</p>"))
#set($len=$xhtml.length()-$generalUtil.convertToInteger(4))
#set($xhtml=$xhtml.substring(3,$len)) #end #if($param0 != "0") ${xhtml} #end


  • No labels