Jquery Accordion does not fill height of container if container is rendered invisible -
i have accordion within div , heightstyle set fill , div 100% in height. it's side panel help page inside.
when render page side panel visible, accordion fills entire space, top bottom , that's great. when render panel invisible, , allow user create visible, accordion squished @ top , doesn't fill entire space.
$('#helpaccordion').accordion({ collapsible: true, header: 'h4', heightstyle: 'fill', active: parseint(helpactivegroup), activate: function( event, ui ) {setactivegroup()} });
is there way refresh accordion after it's been made visible? or other way ensure fills entire space?
accordion have refresh method : jquery ui accordion api
jquery jquery-ui jquery-ui-accordion
No comments:
Post a Comment