• Register
  • Log In
  • Home
  • Quick Start
    • Configurator
    • Download YUI 3
  • Documentation
    • User Guides
    • Examples
    • API Docs
    • Environments
    • Tutorials
  • Community
    • Gallery
    • Blog
    • Forums
    • YUI Theater
    • Calendar
  • Contribute
    • YUI on GitHub »
    • File a Ticket
    • View Tickets
    • Dashboard
  • Other Projects
    • Shifter »
    • Yogi »
    • YUI 2
    • YUI Doc »
    • YUI Test
    • YUI Website
    • YUI Compressor »
    • YUI Builder »
    • YUI PHP Loader
    • Grid Builder »
    • Skin Builder »
  • YUI
  • >
  • Community
  • >
  • Gallery

Gallery

Modules

  • Home
  • Featured
  • Popular
  • New
  • All

Documentation

  • Yogi Documentation
  • Shifter Documentation
  • Developer Guide
  • Module Setup

Tag Cloud

Context Navigation

    YUI Library is not responsible for bugs or support with this module. It is available as a free service. For support please contact the module owner with the provided links.

    Multiselect (gallery-multiselect)

    Last Updated: 03/8/11
    + 0 -

    Jeff Craig

    YUI Contributor

    See 8 more by this user.

    Created: 01/20/11
    Project: YUI 3
    License: YUI BSD
    YUI Version: 3.3.0
    Free for use.

    For the thoughts that led to the creation of this module, please read [| this blog post]. This implemenation is a bit rough, though I do have a derivative of this code in production on the [| Washington State University Schedules of Classes].

    This was hacked together to meet a very specific need very quickly, and should be considered very Beta.

    There are several things I would like to improve:

    • ARIA support. Despite all of Multiselect's usability issues, I don't think this is any better for the un-sighted.
    • Keyboard support. This goes along with ARIA, but the existing implementation is not usable with the keyboard

    • Tags:
    • foxxtrot widget beta
    • Download
    • Docs
    • Homepage
    • Bugs
    • Source
    • Example
    • Forum
    • History

    The current implementation expects the srcNode option to be the parent of the select box. This was to allow for grabbing the text in the label element for the select box. This is one thing that is very likely to change.

    Code Sample

    YUI().use('gallery-multiselect', function(Y) {
     
        var multiselect = Y.Multiselect({srcNode: '#selector'}).render();
     
    });

    Forum Posts

    No forum posts for this module.

    © 2006-2013 Yahoo! Inc. All rights reserved.
    All code on this site is licensed under the BSD License unless stated otherwise.
    About This Site · Security Contact Info