This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Slider_view
A slider view creates a slider into the page.
Syntax:
<%= slider_view :slider_id, :step => 10, :minimum => 0, :maximum => 100, :bind => { :value => ‘MyApp.ObjectController.property’ } %>Where:
- :step :: The interval of which the slider will slide
- :minimum :: The minimum value of the slider
- :maximum :: The maximum value of the slider
- :bind :: Bind the value of the slider to a property of an object controller






