Search found 10 matches

by sumathys
Tue Sep 04, 2007 6:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: how to link the tab key press to my horizontal menu
Replies: 0
Views: 3149

how to link the tab key press to my horizontal menu

I have downloaded the keypress.js.

How should i link the tab key for accessing my menu items.Should i call any function in my menu_data.js



Now , when i press tab my menu items are moving left ,out of the screen .

Please someone help me on this.

Thank you
by sumathys
Sat Sep 01, 2007 7:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Display submenus on left as well right frame - desparate
Replies: 1
Views: 2123

Display submenus on left as well right frame - desparate

I have implemented milonic dhtml menus cross frames. I have a top,left and right frames. ------------------- top ------------------- left | right | My top menu has the menu items . My submneus are not showing in my left frame.It is offsetting to my right frame. Thank you,
by sumathys
Wed Aug 29, 2007 1:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: closeonclick
Replies: 0
Views: 3463

closeonclick

i have implemented the milonic dhtml menus cross frames. I have my main menu in a top frame, and my submenu in my content frame. In my main menu some items have submenus and few do not have.(they are linked directly to the url). when i move my mouse over from a menu item that has got submneus to a m...
by sumathys
Tue Aug 21, 2007 9:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: positioning of dynamically fetched menu items horidhtml menu
Replies: 3
Views: 3723

This on_menu.xsl fetches the menu_header items using xsl tag.I have a list of 6 items which is assigned to a variable 'c'.This value ,i am using in the aI(). My sub menu items are in menu_data_body.js <xsl:for-each select="faml/subMenu/menuitem"> <script type="text/javascript"> _...
by sumathys
Tue Aug 21, 2007 6:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: positioning of dynamically fetched menu items horidhtml menu
Replies: 3
Views: 3723

positioning of dynamically fetched menu items horidhtml menu

i have my main menu items ( displays horizontally)in a separate file and my submneus (displays vertically)in a separate file. Currently, i am fetching the main menu items dynamically.The positioning of these items overlaps each other. How could i set the position such that every item follows one aft...
by sumathys
Mon Aug 20, 2007 7:55 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: which downloaded file has the drawMenus() method
Replies: 1
Views: 2798

which downloaded file has the drawMenus() method

i have downloaded the milonic dhtml menus.

i find a method drawMenus() in the end of all .js files.
But i don't find code for that method in any of those files.

Thank you,
Sumathy
by sumathys
Mon Aug 20, 2007 5:44 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: SYNTAX for assigning [b]text[/b] values in aI() dynamicall
Replies: 2
Views: 3429

I have an xsl file which i use for displaying my form.The values that are to be displayed here are fetched from a java file that creates an xml doc. The xml elements are used by the xsl file for display. I have included the milonic dhtml menu_data_header.js in the xsl file. I hav to assign an xsl va...
by sumathys
Sat Aug 18, 2007 8:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: placing xsl value in menu item
Replies: 0
Views: 3652

placing xsl value in menu item

I hav to assign an xsl value to my text in aI(). this value comes from the database and is in the form of an xml element aI("text= <xsl:value-of select="@menudesc"/> ; url=theUrlToOpen.htm;target=frame_BuySell;"); What is wrong with the above code,it gives a blank output. Please,...
by sumathys
Fri Aug 17, 2007 1:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SYNTAX for assigning [b]text[/b] values in aI() dynamicall
Replies: 2
Views: 3429

SYNTAX for assigning [b]text[/b] values in aI() dynamicall

Someone help me with

SYNTAX for assigning text values in aI() dynamically

Thank you,
Sumathy
by sumathys
Fri Aug 17, 2007 12:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: can i pass values as variables thru aI( )
Replies: 1
Views: 2969

can i pass values as variables thru aI( )

can i pass values as variables thru aI( ) of the current page in to the new page which is going to open by cliking on Menu.