redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 16 forks source link

RCUE: Multiselect Component added #14

Closed joshuakim closed 10 years ago

joshuakim commented 10 years ago

Hi Robb,

This is the multi-select component for RCUE using bootstrap-multiselect plugin: http://davidstutz.github.io/bootstrap-multiselect/

Couple of issues I've noticed:

~ JK ~

Commit Squashed Comments:

  1. Adding multiselect dependency to bower.json
  2. Initial setup multiselect-dropdown HTML, CSS and JS Setup multiselect HTML; Included ../components/bootstrap/dist/js/bootstrap.min.js. Copied bootstrap-multiselect.less into working /less folder. Updated JavaScript initialization to setup multiselect's width, container CSS and button CSS.
  3. Multiselect: move javascript to rcue-util.js and HTML to dropdowns.html
rhamilto commented 10 years ago

Removing btn-block from the container div fixes bug #2. I'm guessing we should probably kill that on all the examples?

rhamilto commented 10 years ago

I just noticed the addition to rcue-util.js is throwing an error on pages that do not include a multiselect (e.g., infotip). Can you please clean that up?