_DC.Ul🔗 Enhanced HTML ul

Constructor: [items [links]]

items – vector of texts for the list

links – optional anchor links

Public Fields:

Items – vector of texts for the list

Links – optional anchor links

Examples:

Ul (⊂'Item 1' 'Item 2' 'Item 3') ⍝ needs to be enclosed if vector

Ul (('One' 'Two')('http:/one.com' 'http://two.com'))

Ul (('One' 'Two')(('http:/one.com' 'target=_blank') 'http://two.com')) ⍝ Link can have attributes

Relevant Sample Pages:

Controls used on this page: Dyalog: Tabs Base HTML: style