OsborneReynolds
Programmer
Hey Guys,
I have been searching books and the internet for some time now attempting to find the function to display an expanded parentgroup on loading - is this even possible? Basically, when the webpage loads, I want on of the ParentGroups to appear already expanded for user convenience. There are several ParentGroups in the menu, but I want to have the "Search" one already expanded after user login. Here's the code for it:
<Menu>
<ParentGroup user-types=" All " value="...>
<ChildGroup user-types=" All " value="...>
<ChildGroup user-types=" All " value="...>
<ChildGroup user-types=" All " value="...>
</ParentGroup>
.
.
.
</menu>
I also have a *.asp file for this menu - but I dont think that the expand function gets implemented there (or does it???)
Thanks guys...
OR
I have been searching books and the internet for some time now attempting to find the function to display an expanded parentgroup on loading - is this even possible? Basically, when the webpage loads, I want on of the ParentGroups to appear already expanded for user convenience. There are several ParentGroups in the menu, but I want to have the "Search" one already expanded after user login. Here's the code for it:
<Menu>
<ParentGroup user-types=" All " value="...>
<ChildGroup user-types=" All " value="...>
<ChildGroup user-types=" All " value="...>
<ChildGroup user-types=" All " value="...>
</ParentGroup>
.
.
.
</menu>
I also have a *.asp file for this menu - but I dont think that the expand function gets implemented there (or does it???)
Thanks guys...
OR