NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 53 Next »

The list data macro generates a selectable list of options. One or more may be selected in the Edit Contents view. The last option selected appears on the page. By default, the first item is selected.

The general form is

{list-data:Name|type=[select, check]|multiple=[true, false]}
{xxx-options}
{list-data}

Two examples of the list data and list options macros are provided on this page as follows:

The list data macro is also used with the attachments, content options and user options macros. Refer to Selectable Lists Created with Scaffolding Macros - Attachments, Content Options, User Options.

More information on the list data macro

Plain List

The following example generates a list of numbers from which to select. The general form is

{list-data:List}
{list-option}One{list-option}
{list-option}Two{list-option}
{list-option}Three{list-option}
{list-data}

The list data macro generates a list from which to select. The list option macro generates a list of numbers. The output shows the last item selected.Three

Wikified List

The following generates a list of emoticons from which to select.

{list-data:Emoticon}
{list-option:Star}(*){list-option}
{list-option:Plus}(+){list-option}
{list-option:Minus}(-){list-option}
{list-data}

The output shows the last item selected.

(star)

  • No labels