_DC.Input🔗 Dyalog input widget

Constructor: [type [value [label [labelpos]]]]

type – type of input field (text, date, etc) (default is 'text')

value – initial value for the input (empty if none)

label – string of text to appear next to the button

labelpos – position of label relative to the input ('left' (default) or 'right')

Public Fields:

Label – string of text to appear next to the input field

LabelPos – position of label relative to the input field ('left' (default) or 'right')

Relevant Sample Pages:

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