Displaying 2 results from an estimated 2 matches for "headingtag".
2006 Mar 03
6
[PATCH] Effect.Accordion (not from the wiki)
Hello boys and girls
In the ever-loving spirit of OSS, here''s another feature for s.a.u.
In particular it''s called Effect.Accordion, and is a scriptaculified
version of openrico''s Accordion.
Work in progress, I''ll submit further modifications as the come in, but
this is 90% of what needs to be done. I anticipate some bugs when I
start using it more.
Tested
2006 Mar 09
0
[FEATURE] Effect.Accordion
...t.BlindUp on an
element with overflow:auto and a fixed height.
It''s also pretty resilient to applying the effect more than once.
There are still some outstanding bugs - the smaller flicker, and you
can''t use <div> within your <h3>. The h3 can be modifier by using the
headingtag option:
new Effect.Accoridon("accordion", { headingtag: "h2" });
There are also similar paneltag and bodytag options - I would leave them
alone though.
One more option: "initdisplay" decides the panel to initially display,
starting from 0.
My application required t...