| Article: |
A Custom JSP Tag Library for Dynamic Menus | |
| Subject: | doubt regd. jdbcmenutag | |
| Date: | 2004-12-20 21:27:30 | |
| From: | zeesunil | |
|
Response to: doubt regd. jdbcmenutag
|
||
|
JDBCMenuTag is working fine in horizontal as well as vertical format. Just you have to type vertical instead of horizontal. that's all but one more doubt is how to make it work in frames. i.e., all root items should come in one frame and rest of the menu items should come in another frame. someone help me out this way. thanks bye |
||
Showing messages 1 through 2 of 2.
-
doubt regd. jdbcmenutag
2005-01-29 06:33:52 vilpesh [Reply | View]
-
doubt regd. jdbcmenutag
2006-03-13 13:36:54 jayens [Reply | View]
Hi VilPesh,
Your solution looks good. but how to change the position of the menu display itself.
For ex: I'm trying to display a banned and below that would like the menu to be displayed.
I'm not sure where to change the settings.I tried lot of things but still the menu is getting displayed at the top left corner of the page.
Any help in this regard is really appreciated.
Thanks,
Jay





please goto this url as that may help u
http://www.softcomplex.com/products/tigra_menu/
as the code in dynamicmenu.js has been derived from above site.
My Problem:
I read "Custom JSP Tag Library for Dynamic Menus" and used menu.zip, menu-example.war.But on using it & clicking on the Menu items i got the result page in the same frame, but i was using html frames and wanted to load the new page in another frame so after referring to website above & looking i just added target = "main" (main is the name of the target frame where the new page must get displayed), i just added that line in the function
function mitem_init()
{
'<a id="mi_' + this.container.id + '_'
+ this.id +'" class="m' + this.container.id + 'l' + this.depth
+'o" href="' + this.fields[1] + '" target="main" style="position: absolute; top: '
hope some help to u
thanks