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