On Wed, Nov 25, 2009 at 8:33 PM, hsfrey <[email protected]> wrote: > I downloaded the "colorpicker" demo from > http://jqueryui.com/demos/slider/colorpicker.html > so I could experiment with it. > > At first it showed no bars. I determined that was because the css file > imported files local to the jquery site. > > I located and downloaded ui.theme.css and ui.base.css. >
You're missing ui.slider.css > > Now there were bars, but no slider handle, and no colors to the left > of the handle. > > Can anyone tell me what files I need to run the colorpicker demo > locally? > You need a complete jQuery UI theme. This is true for all plugins. It's as simple as linking to a single css file when you download a pre-built or custom theme using jqueryui.com/download. The individual file route you've done so far works as well, but is a bit more work, and only needed in advanced use cases. > And, wouldn't it be a good practice to include all necessary files > with demos so that they would work properly when downloaded? > How did you download the demo? When you download jQuery UI via jqueryui.com/download you get all demos and all theme files needed to run all demos. - Richard -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
