Merge command: [strnews-introsubtitleh1 ]
Merge variable/item: strIntroSubTitleH1
Comments:
This retrieves the introSubTitle as stored on the intro(duction) section of the n-th news document. It wraps [strnews-introsubtitle ] in an h1. If [strnews-introsubtitle ] is empty no h1 is generated !
Formula:
strIntroSubTitle:=@Eval("@GetDocField(\""+@Text(queueList)+"\";\"introSubTitle\");"); strIntroSubTitleH1:=@If(@Trim(strIntroSubTitle)="";"";"< h1 >"+strIntroSubTitle+"< /h1 >");
Merge variable/item: strIntroSubTitleH1
Comments:
This retrieves the introSubTitle as stored on the intro(duction) section of the n-th news document. It wraps [strnews-introsubtitle ] in an h1. If [strnews-introsubtitle ] is empty no h1 is generated !
Formula:
strIntroSubTitle:=@Eval("@GetDocField(\""+@Text(queueList)+"\";\"introSubTitle\");"); strIntroSubTitleH1:=@If(@Trim(strIntroSubTitle)="";"";"< h1 >"+strIntroSubTitle+"< /h1 >");