B
BoatPerson
I am new to FP (using v2003) and am having trouble locating the "Initially
Collapsed" CheckBox that's referred to in the FP Collapsible List Help dialog
-- I did find the "Enable Collapsible Outlines" CheckBox, as described and
checked it, but can't find this other one. Regardless, after a bit of
research, I think I've got the attributes (onmouseover initcollapsed... which
I just pasted in there) that I need to do what I want, as in the following
code fragment (but it does not seem to work in preview):
<body onclick="dynOutline()" language="Javascript1.2">
<h4><font face="Arial" size="2">Fundraisers</font></h4>
<ul>
<li><i><font size="2" face="Arial">Products</li>
</font></i>
<ul dynamicoutline onmouseover initcollapsed>
<li><font size="1" face="Arial">Key Chains</font></li>
<li><font size="1" face="Arial">Mouse Pads</font></li>
<li><font size="1" face="Arial">Luggage Tags</font></li>
<li><font size="1" face="Arial">2006 Calendars</font></li>
<li><font size="1" face="Arial">Magnetic Stickers</font></li>
</ul>
NOTE: I did read the entire 20 responses to the 8-8-2005 post here that
seems to have delt "A-to-Z" with the configuring of collapsible lists -- but
was kiind of hoping that there was more of a "point and click" solutioin
available at this point... rather than canibalizing all of that JS code.
Thanks for your time.
Harry
Collapsed" CheckBox that's referred to in the FP Collapsible List Help dialog
-- I did find the "Enable Collapsible Outlines" CheckBox, as described and
checked it, but can't find this other one. Regardless, after a bit of
research, I think I've got the attributes (onmouseover initcollapsed... which
I just pasted in there) that I need to do what I want, as in the following
code fragment (but it does not seem to work in preview):
<body onclick="dynOutline()" language="Javascript1.2">
<h4><font face="Arial" size="2">Fundraisers</font></h4>
<ul>
<li><i><font size="2" face="Arial">Products</li>
</font></i>
<ul dynamicoutline onmouseover initcollapsed>
<li><font size="1" face="Arial">Key Chains</font></li>
<li><font size="1" face="Arial">Mouse Pads</font></li>
<li><font size="1" face="Arial">Luggage Tags</font></li>
<li><font size="1" face="Arial">2006 Calendars</font></li>
<li><font size="1" face="Arial">Magnetic Stickers</font></li>
</ul>
NOTE: I did read the entire 20 responses to the 8-8-2005 post here that
seems to have delt "A-to-Z" with the configuring of collapsible lists -- but
was kiind of hoping that there was more of a "point and click" solutioin
available at this point... rather than canibalizing all of that JS code.
Thanks for your time.
Harry