 |
|
 |
menudata.xml path is incorrect! on the html of default page you can change this path... use an exact path.
--
andreflip
|
|
|
|
 |
|
 |
Do not forget to put this in between the head tags so that the js scripts are found.
<head id="head1" runat="server">
<script src="menu.js" type="text/javascript"></script>
<script src="menu_tpl.js" type="text/javascript"></script>
</head>
thanks...
|
|
|
|
 |
|
 |
Just want to clarify...the most important part of this article is where he says that this control "uses triga (free script) JavaScript menu internally". The name is mispelled. The product is "Tigra Menu". The web page for this free component is:
http://www.softcomplex.com/products/tigra_menu
So the above article is more about extending this free component than actually building the menu. You will want to look at the documentation for the product before implementing the above. The free component does not support some features (several of which are asked about in the questions below - placing the menu in a table, frame problems, etc.). There is a more advanced component that you can purchase that will support these features. It's pretty inexpensive.
Hopefully most picked up on this, but from the questions below, it sounded like a lot of people were in the same boat I was in!
Mike
|
|
|
|
 |
|
 |
Hi, I am using web menu on ASP.Net page and on a button submit to the same page, the menu item disappears with error - Line 160 ;char 4; error: Object required.
Same page on loading, menu works fine. Pls help.
thanks,
Rajesh
Jeff_He hba6262.tw@yahoo.com.tw
-- modified at 22:39 Tuesday 13th February, 2007
|
|
|
|
 |
|
 |
tanx good work
guill@n
|
|
|
|
 |
|
 |
I've also followed all the instructions and don't see anything either...
I guess you get what you pay for...
|
|
|
|
 |
|
 |
I follow all steps like what you mention in the page. But I cant display anything oh...
If can, can you apply me as soon as possible?
Thanks alot.
From : Nicole
|
|
|
|
 |
|
 |
This is an excellent control but i was wondering if it was possible to make it vertical i.e, multiple categories up and down the screen and on mouse over sub categoris appear to the left hand side. Any help on this appreciated.
CG
|
|
|
|
 |
|
 |
just want to said thank you
Tarek El-Mallah
.net web application Developer
|
|
|
|
 |
|
 |
Is there any way to use different images for each menu, say if i want to use images for root elements instead of text, where can i define image property. If i use ImageArrow property then all the menu have same image, can any one help me in this regard.....
|
|
|
|
 |
|
 |
For me it always shows up on the top of the page , I'd like to put it in a table cell? where in java script fle ,I should change stuff?
Thanks
|
|
|
|
 |
|
 |
Look at the menu_tpl.js file. This is at least a start from the menu always showing at the top of the page
|
|
|
|
 |
|
 |
Can not see any menu when we diployee our application in IIS 7 server .......
|
|
|
|
 |
|
 |
Can not see any menu when we diployee our application in IIS 7 server .......
|
|
|
|
 |
|
 |
I want to have the menu items show on the other frame as overlapping.
How can tis be achieved.
|
|
|
|
 |
|
 |
I am not sure where to change the img source for onestep.gif. Any help would be appreciated.
Thanks in advance.
|
|
|
|
 |
|
 |
Got the answer ImgArrow attribute should be used.
|
|
|
|
 |
|
 |
good work,and i want to use it in my application.
but when i displayed the datas in a GridView,and also a DetailsView to insert new datas,i came across a problem.
in the application,i set the data type of "root" by "Int32",but in the xml file the first root was set by the author as ""(a null?).so the problem appeared when i insert( by DetailsView ) a new menu item which is to be the first root,how can i write the root TextBox?
thanks for everyone!
|
|
|
|
 |
|
 |
Hey
first great work. I really like your controls and would like to use them in my application. But it is not possible to overlap items such as listbox/dropdowns with the menu. I am aware that this is a MS internetexplorer issue(I have to admit browser problem, btw firefox renders is correctly).
Do you have any suggestion how to solve that issue?
cheers
|
|
|
|
 |
|
 |
Hi,
set Z-INDEX property to controls properly to solve this issue
|
|
|
|
 |
|
 |
Z-index doesnt work for listboxes
|
|
|
|
 |
|
 |
This is a very common issue with menus.
Please try using the following code to hide all <select> elements on the screen when the menu is shown.
onmouseover -
function selects(visibilityMode){
if(document.forms.length>0) {
if(document.forms[0].elements.length > 0){
for(var i=0; i < document.forms[0].elements.length; i++) {
if(document.forms[0].elements[i].type=='select-one' || document.forms[0].elements[i].type=='select-multiple') {
document.forms[0].elements[i].style.visibility = visibilityMode;
}
}
}
}
}
Paras Shah
|
|
|
|
 |
|
 |
I am facing the same problem as raised here..can you plz explain me on how to go ahead with this....
i am using the above fuction in the js file and calling it in onmouseover fucntion as
selects(false);
still its not coming...:suss
Thanks In Advance
Spped_Up
|
|
|
|
 |
|
 |
I have change the targetting of the link by replacing the following line
document.write (
'+ (this.a_config[2] && this.a_config[2]['tw'] ? ' target="'
....
)
by
document.write (
+ this.n_id +'o" class="' + this.getstyle(0, 0) + '" href="' + this.a_config[1] + '"' + (this.a_config[2] && this.a_config[2]['tw'] ? ' target="' + 'main' + '"' : '') + ' style="position: absolute; top: '
...
)
in Menu.js file
Question
1] But it doesn't targetting to the "main", I did add a Iframe to the page. Is there any error?
2]I found that this menu doesn't crossover the frame page. The menu was embedded, so how can make the menu overlapping the frame page?
Calvin
****
|
|
|
|
 |
|
 |
its a useless control damit
|
|
|
|
 |