JQuery Accordion

No need to download jquery scripts or css. They are already embedded in Spotifre

html
<div id="accordion" >

  <h3>Education level</h3>
  <div>
  <SpotfireControl id="3606defe5..." />
  </div>

  <h3>Smoker</h3>
  <div>
  <SpotfireControl id="d49b2b14729a4..." />
  </div>

  <h3>Smoke Status</h3>
  <div>
This is an example of an Action Control changing a Property Control. It also contains some filters<hr/>
<SpotfireControl id="d9f614bf651c4fd..." />
<SpotfireControl id="a397f90f2d9643f5..." />
<hr/>Checkbox Filter: </br><SpotfireControl id="45e93582260644cc..." />
<hr/>Range filter: </br><SpotfireControl id="b74b3048794d40e3..." />
  </div>

</div>


jscript
//more accordion configuration options here
 $( "#accordion" ).accordion({
   heightStyle: 'content'}
);


Previous
Next Post »