_DC.Button🔗 Dyalog Button widget

Constructor: [content [name [value [attrs]]]]

content – the content of the button (what shows up on the button's face)

name – the id/name for the button

value – the value for the button, this is what's returned to the server

attr – attribute(s) for the button

Public Fields: None

Notes:

The default type for this button is 'button', not 'submit' which is the default for the native HTML5 button

Relevant Sample Pages:

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