Sha256: 383d67da63ddf265b12e12be024f4d1b12d6f0ba4aa492eabb9015a4347a4c68
Contents?: true
Size: 610 Bytes
Versions: 5
Compression:
Stored size: 610 Bytes
Contents
para { text_node 'AppExpress uses select2 dropdown to style select inputs.' a(href: 'https://select2.github.io/examples.html', title: 'select2 documentation') { 'See documentation' } text_node 'and usage guidelines.' } table { thead { th { "Class" } th { "Notes" } } tbody { tr { td { code { ".ae-select" } } td { "Required. This div class inserts the select2 dropdown." } } tr { td { code { "<select><option></option> </select>" } } td { "Required. Select2 transforms this select into a dropdown list." } } } }
Version data entries
5 entries across 5 versions & 1 rubygems