Sha256: 3232b176a21a1f48179fa1f4f6093d0595f9aa42728f5652068090f2050e288f
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
/* --- script: Radio.js description: A radio button, set of connected widgets that steal checkedness from each other license: Public domain (http://unlicense.org). authors: Yaroslaff Fedin requires: - LSD.Widget.Input - LSD/LSD.Widget - LSD/LSD.Mixin.Touchable - LSD/LSD.Mixin.Focusable provides: [LSD.Widget.Input.Radio] ... */ LSD.Widget.Input.Radio = new Class({ options: { tag: 'input', pseudos: Array.object('focusable', 'clickable', 'radio', 'form-associated', 'value'), shortcuts: { space: 'click' } } });
Version data entries
4 entries across 4 versions & 1 rubygems