Hi,
I have just browsed your documentation and samples and
I am enthusiastic about the rich features and
possiblities this script offers.
I have to create menus dynamically (from database), and
because of this, I have two problems:
1.) As far as I understood, I have to list the form
items by ID which have to be hidden, when the menu opens.
I cannot name the IDs of form items to hide, because I
do not know which form items will be affected as the
menu size is not really known to me - as I said it's
created dynamically and the menu structure & size is
dependend on many constraints.
Of course I could hide all form items, but this would
be extremly confusing for all users of the site ... so
the ideal way for me would be that the menu finds out,
which option menus are "below" it ... if this is possible.
2.) As it is dynamic I cannot have a file where the
menu is stored, to minimized network and database
traffic I have the menu in a separate frame ... it
currently does not work with frames in the way that the
menu script is in frame A and the menu itself opens in
frame B, does it?
Or is there another way to "hold" the menu and not
build it in every page again? Please remember, it's
built dynamic and different from user to user ...