Last term I implemented a slider facet for exhibit, if anyone's interested.
Usage example: <div ex:role="facet" ex:facetLabel="foo" ex:expression=".mp" ex:facetClass="Slider" ex:horizontal="true"ex:precision="100" ex:histogram="true" ></div> Horizontal can be true or false and refers to the position of the slider. (default true) Precision sets how the slider rounds (if precision is 10, it will round to nearest 10, etc.). Decimals are valid (e.g. a small range might have precision = .1). (default 1) If true, the slider will be displayed as a small histogram representing the data under the current filters. If false, the slider's just a line. (default true) Skye Wanderman-Milne [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" 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/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
