stefal
Junior Member
Posts: 3
Registered: 1/31/2003
Member Is Offline
|
| posted on 3/8/2003 at 01:49 PM |
|
|
Disappearing Combo Boxes
Hi there
I've come across a probelm which only occurs when I add a form to a page with a menu on.
When I add a form to the page all (and only) combo boxes within the form disappear when the menu is displayed.
Am I not doing something I should be?
Many thanks
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 3/11/2003 at 09:19 AM |
|
|
Combo Boxes disappear only if you mention containing them form in corresponding array - menu constructor parameter. It's done to expand menu over
Combo Boxes. So if you don't want them disappear just remove form name from this parameter. For details, please, see Hiding forms section (http://www.softcomplex.com/products/tigra_menu_gold/docs/)
|
|
|
stefal
Junior Member
Posts: 3
Registered: 1/31/2003
Member Is Offline
|
| posted on 3/11/2003 at 08:25 PM |
|
|
Thanks for your help :)
|
|
|
stefal
Junior Member
Posts: 3
Registered: 1/31/2003
Member Is Offline
|
| posted on 3/12/2003 at 01:09 AM |
|
|
Nik
If I understand your reply and the docs correctly a form is only hidden if the 5th arg of the new menu declaration is set to the id of the form.
I haven't specified forms to hide so shouldn't the combos stay visible when the menu is displayed?
No doubt I'm missing something obvious but I appreciate your assistance.
cheers
steve
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/12/2003 at 01:10 PM |
|
|
Yes, form elements are not hided if you don't request that explicitly. Contact us providing your code if you believe everything is fine with your
configuration.
|
|
|