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