Fetches an object that was persisted with persist()
Class Details
[line 28]
Slider Form Field Class.
NOTE: for descriptions of all slider-specific class vars (settings) see the javascript class and its documentation: javascript/components/slider/Bs_Slider.class.js
see core/html/form/examples/slider.php for an example.
dependencies: javascript slider and everything it needs
param $skin: can be just a string; the skin name. example: 'default' can be a hash with the keys 'name' and 'greedy'. example: array('name'=>'default', 'greedy'=>FALSE)
if greedy is set to TRUE (it is not by default) then a class var will be overwritten even if it is already set.
available skins: 'default' => as used for sportsmaxx
Tags:
todo:
use ini-files instead of hardcoded php code. makes it much easier to extend.