RenderListFromSimpleList - Solution Sites Routine

This function prepares the HTML that will render a sequence of formatted text items, each followed by the BR element.

Definition

Function RenderListFromSimpleList(
  listItems,
  style)

Parameters

  • listItems
    A SimpleList object containing strings to be rendered using the FONT element attributes specified by the style parameter, and each followed by a BR element.
  • style
    A string containing a space-separated list of "attribute=value" pairs to be passed to the RenderText function as its sAttList parameter, and used as attributes to the FONT element. This string, if non-empty, must begin with a space character.

Return Value

A string containing the HTML that will render the specified list of formatted text items, where each item is followed by a BR element so that it will render on its own line.

Defined in File

include\html_lib.asp

Routines Called

RenderText

Called By

None.

Copyright © 2005 Microsoft Corporation.
All rights reserved.