_JQ.jqButtonset🔗 jQueryUI Sortable widget/interaction

Constructor: [items [type]|selector]

items – vector of input elements to create

type – the input types (default 'button') of the created elements

selector – the jQuery/CSS selector to which to convert and manage as buttons

Public Fields:

Items – vector of input elements to create

Type – the input types (default 'button') of the created elements

Selector – the jQuery/CSS selector to which to convert and manage as buttons

Legend – the legend of the containing Fieldset-to-be

Examples:

Add _.jqButtonset '#myul' ⍝ jqButtonset will use the already existing element #myul

Add _.jqButtonset ('One' 'Two' 'Three') ⍝ jqButtonset will build a <div> / <input><label> structure

Add _.jqButtonset (('One' 'Two' 'Three') 'radio') ⍝ only one button can be selected

Add _.jqButtonset (('One' 'Two' 'Three') 'checkbox') ⍝ the buttons stay "pushed in

Relevant Sample Pages:

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