| Page 1 of 1 | [ 3 posts ] |
|
I am working with a widget, a menunav without any submenu, but I have errors: "null" is null or not an object.
help me. Here is my code: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>YUI Library Examples: MenuNav Node Plugin</title> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.3.0/build/cssgrids/grids-min.css"> </head> <body class="yui3-skin-sam"> <script type="text/javascript" src="http://yui.yahooapis.com/3.3.0/build/yui/yui.js"></script> <script type="text/javascript"> YUI({ filter: 'raw' }).use("node-menunav", function(Y) { var oMenuNode = Y.one("#menu-1"); oMenuNode.plug(Y.Plugin.NodeMenuNav); }); </script> <div id="menu-1" class="yui3-menu-horizontal"> <!-- Root menu bounding box --> <div class="yui3-menu-content"> <!-- Root menu content box --> <ul> <li class="yui3-menuitem"> <a class="yui3-menuitem-content" href="http://www.yahoo.com"> Yahoo!</a> </li> <li class="yui3-menuitem"> <a class="yui3-menuitem-content" href="http://mail.yahoo.com">Yahoo! Mail</a> </li> </ul> </div> </div> </body> </html> |
|
Could you be a little more descriptive in what is wrong and when? Do you get "null" error on startup or on mouseover or click? What browser(s) are you seeing the error in?
This would help alot |
Alberto SantiniYUI Contributor
|
Hello Sandy.
I think you forgot to add class "yui3-menu" in your snippet. For instance, <div id="menu-1" class="yui3-menu yui3-menu-horizontal"> See also MenuNav Node Plugin: Basic Top Nav example [1]. Regards, IceBox [1] http://developer.yahoo.com/yui/3/exampl ... nav-2.html |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group