hello again,
I have done some changes to the breadCrumbs function, which is now using the page settings when 'highlighting' menuitems (the image s are also taken care)
//var mm_breadCrumbAnchor = -1;
var currentItem = 0; // "Geral"
function myPageMatch()
{
var selectedItem = _itemRef;
var i ...
Search found 20 matches
- Sun Sep 23, 2007 9:01 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: submenus hidden by Java Applet (form hiding ?)
- Replies: 12
- Views: 15404
- Sun Sep 23, 2007 4:06 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: setting item property as reference
- Replies: 1
- Views: 1911
setting item property as reference
hi,
I am trying to set a specific menu item property according to a general one
(the idea is to have an option "selected" on startup)
the options below (or combination with javascript )do not work..
. aI("text=Geral;bgimage=`javascript:_m[getMenuByName('main_menu')][6].pagebgimage`;")
. aI("text ...
I am trying to set a specific menu item property according to a general one
(the idea is to have an option "selected" on startup)
the options below (or combination with javascript )do not work..
. aI("text=Geral;bgimage=`javascript:_m[getMenuByName('main_menu')][6].pagebgimage`;")
. aI("text ...
- Sun Sep 23, 2007 3:53 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: finding or setting a menu item's id
- Replies: 1
- Views: 1905
Re: finding or setting a menu item's id
hi,
check http://milonic.com/menu_methods.php
luis
check http://milonic.com/menu_methods.php
Code: Select all
integer getMenuByName ( string Menu_Name )
- Sun Sep 23, 2007 1:41 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: submenus hidden by Java Applet (form hiding ?)
- Replies: 12
- Views: 15404
Re: submenus hidden by Java Applet (form hiding ?)
hum.. I see now.. what highlightme() does..
the indexes are no more than the CodeRef s from http://www.milonic.com/itemproperties.php
I should have looked better.. :oops:
now, the only thing missing is to figure out how to " un- "highlight the menuitems..
a couple of sleeping hours will do magic ...
the indexes are no more than the CodeRef s from http://www.milonic.com/itemproperties.php
I should have looked better.. :oops:
now, the only thing missing is to figure out how to " un- "highlight the menuitems..
a couple of sleeping hours will do magic ...
- Sat Sep 22, 2007 11:08 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: submenus hidden by Java Applet (form hiding ?)
- Replies: 12
- Views: 15404
Re: submenus hidden by Java Applet (form hiding ?)
hello,
here go my findings:
- the main menu option only remains 'selected' if the submenus are on the same menu-data file
(thus making the divhider.js module working as expected)
- to have the main (horizontal) menu and sub-menus (drop-down) working on the same file (see above) I had to change ...
here go my findings:
- the main menu option only remains 'selected' if the submenus are on the same menu-data file
(thus making the divhider.js module working as expected)
- to have the main (horizontal) menu and sub-menus (drop-down) working on the same file (see above) I had to change ...
- Tue Sep 18, 2007 11:33 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: submenus hidden by Java Applet (form hiding ?)
- Replies: 12
- Views: 15404
Re: submenus hidden by Java Applet (form hiding ?)
hello,
I'm one step closer to happiness :D
the divhider.js module now works across frames, independent of frame name
and the DIV is made visible or not depending on the menu selection
M_hideMenus = "cracker->PI_DISPLAY;poliolefinas->PI_DISPLAY;"
function M_hideLayer(_mnu,_show){
//if(op7 ...
I'm one step closer to happiness :D
the divhider.js module now works across frames, independent of frame name
and the DIV is made visible or not depending on the menu selection
M_hideMenus = "cracker->PI_DISPLAY;poliolefinas->PI_DISPLAY;"
function M_hideLayer(_mnu,_show){
//if(op7 ...
- Mon Sep 17, 2007 9:47 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: submenus hidden by Java Applet (form hiding ?)
- Replies: 12
- Views: 15404
Re: submenus hidden by Java Applet (form hiding ?)
Ruth/lunagraphica,
thanks for keeping up with this, :)
I dared myself to a bit of coding on the divhider.js
M_hideMenus = "cracker->PI_DISPLAY;"
function M_hideLayer(_mnu,_show){
//if(op7||ie55||ns6||ns7)return
M_hdar=M_hideMenus.split(";");
for(_Ma=0;_Ma<M_hdar.length;_Ma++){
M_hdarI=M ...
thanks for keeping up with this, :)
I dared myself to a bit of coding on the divhider.js
M_hideMenus = "cracker->PI_DISPLAY;"
function M_hideLayer(_mnu,_show){
//if(op7||ie55||ns6||ns7)return
M_hdar=M_hideMenus.split(";");
for(_Ma=0;_Ma<M_hdar.length;_Ma++){
M_hdarI=M ...
- Sun Sep 16, 2007 8:35 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: submenus hidden by Java Applet (form hiding ?)
- Replies: 12
- Views: 15404
Re: submenus hidden by Java Applet (form hiding ?)
hello,
I am trying to do the same with an ActiveX object, which is taking a whole 'contents' frame.
As I can't get it to work with the (sub-)menus, since it flickers too much (fixMozzila & zIndex didn't do the trick), I am now moving to the "hide" solution..
- I am calling the "divhider.js" script ...
I am trying to do the same with an ActiveX object, which is taking a whole 'contents' frame.
As I can't get it to work with the (sub-)menus, since it flickers too much (fixMozzila & zIndex didn't do the trick), I am now moving to the "hide" solution..
- I am calling the "divhider.js" script ...
- Sun Sep 16, 2007 12:13 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
Re: bread crumbs (page matching) over (regular) frames
hi Ruth,
Bad excuse, I don't think anyone gets old in California's sunshine
Don't worry, I was just wondering, since I am still working on this..
Thanks for your help, and for pushing the iframes issue to the development team.
kind regards,
luis
Bad excuse, I don't think anyone gets old in California's sunshine

Don't worry, I was just wondering, since I am still working on this..
Thanks for your help, and for pushing the iframes issue to the development team.
kind regards,
luis
- Sat Sep 15, 2007 7:17 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
Re: bread crumbs (page matching) over (regular) frames
hello there,
any news on this subject?
thanks,
luis
any news on this subject?
thanks,
luis
- Thu Sep 06, 2007 6:03 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
- Thu Sep 06, 2007 10:03 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: 'pagecolor' ignored on highlightme() and mmpagehighlight
- Replies: 4
- Views: 3906
- Fri Aug 31, 2007 3:11 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: 'pagecolor' ignored on highlightme() and mmpagehighlight
- Replies: 4
- Views: 3906
- Thu Aug 30, 2007 8:27 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: 'pagecolor' ignored on highlightme() and mmpagehighlight
- Replies: 4
- Views: 3906
'pagecolor' ignored on highlightme() and mmpagehighlight
hello,
while pagecolor works fine with breadCrumbs ( http://support.milonic.com/demos/breadcrumb/index.htm ), it is ignored, replaced by offcolor , both on highlightme ( http://www.milonic.com/menufaq.php#linkHighlight ) and mmpageHighlighter ( http://support.milonic.com/demos/mmpagehighlighter ...
while pagecolor works fine with breadCrumbs ( http://support.milonic.com/demos/breadcrumb/index.htm ), it is ignored, replaced by offcolor , both on highlightme ( http://www.milonic.com/menufaq.php#linkHighlight ) and mmpageHighlighter ( http://support.milonic.com/demos/mmpagehighlighter ...
- Thu Aug 30, 2007 8:15 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
- Thu Aug 30, 2007 6:22 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: mm_navframe.js with different versions within Milonic site
- Replies: 2
- Views: 3374
- Wed Aug 29, 2007 8:09 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: mm_navframe.js with different versions within Milonic site
- Replies: 2
- Views: 3374
mm_navframe.js with different versions within Milonic site
hi there,
http://support.milonic.com/demos/frames/index.htm and http://www.milonic.com/frames/ have similar contents, but at the bottom, the links for the script files point to two different versions:
on the first case "version 1.0 - March 22 2005",
on the second link "version 1.7 - October 19 ...
http://support.milonic.com/demos/frames/index.htm and http://www.milonic.com/frames/ have similar contents, but at the bottom, the links for the script files point to two different versions:
on the first case "version 1.0 - March 22 2005",
on the second link "version 1.7 - October 19 ...
- Wed Aug 29, 2007 7:51 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
- Wed Aug 29, 2007 7:11 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
- Wed Aug 29, 2007 3:13 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bread crumbs (page matching) over (regular) frames
- Replies: 10
- Views: 7456
bread crumbs (page matching) over (regular) frames
hi,
I have two frames, one for the main menu, other for contents and sub-menus: followed guidelines from http://www.milonic.com/frames/ , and split the menus in two files.
To highlight menu items I'm following the advise on http://support.milonic.com/demos/breadcrumb/index.htm .
I added the same ...
I have two frames, one for the main menu, other for contents and sub-menus: followed guidelines from http://www.milonic.com/frames/ , and split the menus in two files.
To highlight menu items I'm following the advise on http://support.milonic.com/demos/breadcrumb/index.htm .
I added the same ...