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