_DC.Style🔗 Dyalog Style widget

makes for easier programatic setting of CSS styles–

Constructor: [styles]

styles – pairs of Selector [Style] pairs, where Selector is the CSS selector to which to apply styling, and Styles is one or more pairs of CSS attributes and values in one of the following formats: - single pair ('font' 'APL') - vector of pairs (('background-color' 'blue')('font' 'APL')) - matrix of [;1] attributes [;2] values (2 2⍴'background-color' 'blue' 'font' 'APL')

Public Fields:

Styles – pairs of Selector [Style] pairs, where Selector is the CSS selector to which to apply styling, and Styles is one or more pairs of CSS attributes and values in one of the following formats: - single pair ('font' 'APL') - vector of pairs (('background-color' 'blue')('font' 'APL')) - matrix of [;1] attributes [;2] values (2 2⍴'background-color' 'blue' 'font' 'APL')

Notes:

For more information on CSS Selectors see http://www.w3schools.com/cssref/css_selectors.asp

Relevant Sample Pages:

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