Update 3.5.18

New: Function on business objects "ToHTML(HTMLToMerge)" which will merge HTML passed as parameter to the object to output HTML.

New: Function on business collections "ToHTMLArray(ItemHTMLToMerge, TopCount, Randomise, Page)" which will merge HTML passed as parameter to the items in the collect to output an array of HTML.

  • TopCount: is the number of items to output. -1 for all.
  • Randomise: if true will shuffle the items in the collection before outputing the TopCount.
  • Page: the first item to output will be (Page - 1) x TopCount + 1.