Displaying 20 results from an estimated 100000 matches similar to: "navigation"
2008 Apr 01
1
Navigation Problems
Hi,
I am having problems with my page. I have a banner and navigation bar in
controller_name.rhtml in app/views/layout. Can someone please help?
Thanks
In the navigation bar, I have the following links:
Category1
  Sub-Category1
  Sub-Category2
  Sub-Category3
  Sub-Category4
  Sub-Category5
  Sub-Category6
In the main content, I have the following links:
  Sub-Category1      edit   delete
 
2005 Oct 10
3
ADS auth when primary AD server fails
Im having some trouble getting, or even finding out if this works.  I
have read through the samba by example and all the docs i can get my
hands on and i cant get this to work.  Maybe it isn't supposed too....
I have setup samba under RHEL4 QU1 to authenticate to AD.  I am just
using samba to authenticate users for login purposes.  It works fine and
dandy until my primary AD box goes down.
 
I
2013 Jul 04
1
simple-navigation items from database
Hello, i would like to ask how can i generate menu items from database
using simple-navigation ? i was looking in documentation
https://github.com/andi/simple-navigation/wiki/Dynamic-Navigation-Items
but i dont get it.
i have default config/navigation.rb
SimpleNavigation::Configuration.run do |navigation|
    ...
end
and i have database
categories
 id
 category_id
 name
how can i generate a
2006 Apr 20
8
2 layouts per .rb page
Hi,
Is this possible
ive got layout "loggedout_layout", :only => [:login, :logout]
but I also want to do somthing like
layout "loggedin_layout", :except => [:login, :logout]
When the second one is introduced it seems to cancel out the first 
request, any suggestions how to get around this?
Scott
-- 
Posted via http://www.ruby-forum.com/.
2015 Nov 05
0
navigation mode(s) in rgl
On 04/11/2015 6:56 PM, Michael Sumner wrote:
> Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to
> hear from the broader community of any insights.
> 
> In rgl my understanding is that there's only one rotation-navigation mode,
> where you left-click hold and the view pivots abound the centre of the
> scene.
That's not quite true: 
2015 Nov 04
2
navigation mode(s) in rgl
Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to
hear from the broader community of any insights.
In rgl my understanding is that there's only one rotation-navigation mode,
where you left-click hold and the view pivots abound the centre of the
scene.
In other tools, including Google Earth, that is the default behaviour but
there's also a
2006 Jan 04
2
Navigation Helper
I am attempting to integrate a main navigation section into my web
application. Naturally the easiest and DRY way to do this would be to
either include it in a layout, or as a partial. The only problem is
that I want the link for the current page 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
2006 Jul 24
1
Tabnav Plugin: Tabbed navigation made easy
Hi guys, this is just to let you know I''ve just released a rails plugin 
that lets you build tabbed navigation very easily and quickly.
you can check it out here:
http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app
I''m posting this via ruby-forum so if you have questions or suggestion 
please drop me an email at staff@seesaw.it
2007 Aug 22
1
Tabbed Navigation
Went back and forth a bit trying to find out the easiest way to do this.
Found a plugin but it didn''t seem very stable/well written.
This is what I have going right now:
  - if @content_for_recipe_editor_tabs
    = yield :recipe_editor_tabs
  - else
    = tabbed_navigator(RecipesController.send "edit_tabs")
If any templates/sub-templates/partials used in this render have
2006 Mar 30
0
Page navigation using named routes (need your help)
Hello,
I want to use named routes to create page navigation.
For instance I have these named routes:
map.homepage ''/'', ...
map.links ''/links'', ...
map.catalog ''/products/catalog/'', ...
map.catalog2 ''/catalog/:year/'', ...
And then have a map which defines navigation on the basis of the named
routes (just for imagination):
2012 Jan 01
0
an advice for menu navigation.
I''m using simple-navigation but I want try other solutions, for
example with jquery.
What do you use for navigation menus with one or more levels?
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from
2006 Jul 18
3
Navigation techniques, everyone?
I''m rewriting the code to my first app.  I want to reuse a lot of it, 
but tidy it up a lot.  The first thing I will tackle is my nav-bar. 
Throughout a user''s experience on my app, I want it to reload as little 
as possible (I''ll have about 7 or 8 controllers with about 70 actions).
So, I''ve thought of a few ways of doing it, and was wondering if you 
guys
2003 Dec 03
1
RAqua line-editor navigation keys
this is a suggestion for a feature in future releases
of RAqua for mac OS X:
It would be very nice if the gui conformed to the
navigation keys that most other os x apps do (with the
exception of ms word and mozilla).  i am referring to
the use of ctrl- f, b, n, p, e, and a for navigating
forward one character, backwards one character, up one
line, down one line, to the end of a line, and to the
2011 Nov 15
3
create e menu for navigation.
Do you know if there is a gem for creating menu navigations?
I''ve tried simple_navigation but it''s too simple.
I like menu navigation of active_admin gem but I don''t know how to create it.
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Jun 06
2
Toggle css for display on page load?
In my layout I have a navigation bar with a few elements in it.  The 
elements can be toggled on or off and thereby reveal or conceal some 
subtopics.  I store the state of the toggle for the navigation elements 
in the session.
When the page is reloaded, the navigation items are collapsed because 
the css for display: none is set by default in the html for the 
navigation elements.  Is there a
2005 May 18
0
All works except MS Office 2003 Pro navigation of win . shortcuts to shares
Hi,
That 4. a.m. periodicity is logrotate restarting your samba in order to
rotate it's logs...
The "Processing section..." appears everytime a new smdb starts (  every new
client connection to server, samba restarting, etc).
If you want to force it, just restart your samba. Remember that windows
caching may get in the way. So if you really want to be sure, restart also
the Win
2006 Apr 20
2
previous|next navigation question
When creating "< previous|next >"-type navigation to browse through 
records from a list of search results, what is the most efficient (best 
practices-) way to determine what the previous and next records are for 
a given record?
Should I store the search results array and the position (index) of the 
current record in the session?
Or restore the results array each time (running
2006 Mar 22
2
Nice breadcrumb navigation component?
Anyone aware of a Rails-based component/framework to allow for easy 
"breadcrumb" navigation links?
Thanks,
Wes
-- 
Posted via http://www.ruby-forum.com/.
2006 Jul 07
1
question about routes and using flash for navigation
I have a flash movie that I''m using for site navigation.. I have links such as:
''/site/signup'', ''/site/login'' and ''/site/faq'' where site is my
controller and signup, login or faq are my actions.. I also have the
following routes defined in routes.rb:
  map.connect "/", :controller => "site", :action =>
2006 May 15
1
handling navigation tabs - use sessions?
I think this is a fairly easy question done several times in several 
languages, but on a traditional ''tab'' based navigation webpage, what''s 
the best way to handle the active state?
I am using this in my view:
<% for category in @categories %>
   <% if the condition is met to make this the active tab %>
      <li><a id=''active''