Displaying 4 results from an estimated 4 matches for "navlist".
2006 Jan 04
2
Navigation Helper
...to have its own css id
("current"). The only way I can think to accomplish this is to just
include the navigation in every page, but this is certianly not clean.
Any ideas?
Here is the navigation div (varied from List-O-Matic):
<div id="navcontainer">
<ul id="navlist">
<li><%= link_to ''desktop'',
{:action => ''index'', :controller =>''desktop''},
:id => ''current'' %></li>
<li><%= link_to ''events'',
{:action...
2006 Apr 03
5
Event.observe on IE
...o show when the
events are registered.
The idea of the code is to look for any elements with a "ajaxtarget"
class, and then adds events for all children that have a class of
"ajax".
<div id="target" class="ajaxtarget">
<ul class="navlist">
<li><a href="future3" class="ajax">future</a></li>
<li><a href="recent3" class="ajax">recent</a></li>
<li><a href="past3" class="ajax"&g...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...:id=>"help-link", :popup => true, :title => "Help" %>
</div>
- <div id="nav">
- <ul class="toolbar">
+ </div>
+ <div id="navcontainer">
+ <ul class="navlist">
<li>
<%=
link_to_unless(controller.controller_name == 'dashboard', "Dashboard", { :controller => 'cloud/dashboard' }) do |name|
@@ -47,9 +50,9 @@
</li>-->
</ul>
</di...
2010 Jan 31
6
Action path - syntax error, unexpected tIDENTIFIER, expecting ')'
...-%>
</head>
<body id="test">
<div id="banner">
<%= image_tag("rails.png") %>
<%= @page_title || "Test App" %>
</div>
<div id="topbar">
<div id="nav_main">
<ul id="navlist">
<li id="current"> /home Home </li>
<li> /home/aboutus About us </li>
<li> /home/privacy Privacy </li>
</ul>
</div>
</div>
<div id="columns">
<div id="side">
<h1&...