Displaying 20 results from an estimated 4000 matches similar to: "Tabnav Plugin: Tabbed navigation made easy"
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
2007 Jan 31
0
London Ruby User Group - Monday, February 12th
Hi all,
Details for the London Ruby User Group February meeting are now up,
all over the internet:
* http://lrug.org/meetings/2007/01/24/february-2007-meeting/
* http://skillsmatter.com/lrug
* http://upcoming.org/event/144326/
The executive summary of all this web-chat is:
Date: February 12th,
Time: 6:30pm onwards,
Location: the Skills Matter offices at 1 Sekeford Street, EC1R 0BEL[1]
in
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 12
0
acts_as_wizard plugin: suggestions needed :-)
Hi guys, a few weeks ago I set up my first rails plugin: acts_as_wizard
This plugin will let you build wizards on top of existing controllers,
giving you the ability to chain pages and actions to provide wizard-like
behavior through web pages.
I bet there are better ways to achieve this goal than ones I discovered...
What I''m kindly asking is someone who wants to give me suggestions or
2008 Sep 30
0
Tabbed Menus - link_to_unless_current
This is more difficult than I originally anticipated. Any help in
figuring this out is most appreciated:
This is a code snippet from my header.rhtml (or erb) file that draws
tabbed menus:
<ul>
<% [["Home", "/home" ],
["Positions", "/company" ],
["Leads",
2006 Jan 19
4
DevLists :: Mailing lists made easy
I have tried various mail clients to read the Rails mailing list for the
past 12 months. As the list volume grew, it became utterly impossible to
browse through the new messages and very hard to locate the useful gems
I had previously found. After subscribing to a few more lists, I
realized that there had to be a better way. I could not find anything
to meet my needs, so I designed
2012 Jul 03
2
Plugin help Tabbed view in Rails 3
Hi,
I am trying to create a tabbed view for my RoR application where I am
trying to project the same partial by passing some local variables to it,
but I have not been successful so far.Please point to some nice rails
plugins for tabbed panels in rails 3.0 as well as some video or written
tutorials.
Thanks & Regards,
Shalini Sah
--
You received this message because you are subscribed
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''
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
2007 Feb 09
2
a series of tabbed forms
Hi,
I''ve previously described one of my wish list items,
http://kleb.tadalist.com/lists/public/427170
in
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/217068
where I basically take a hash of hashes and create
a set of tabbed dialogs for each key of the large hash
where each tab has a form to set each key-value pair
of the embedded hashes.
Toward this end I looked
2006 Jul 17
7
Ajax Tabbed Browsing
I was wondering if anyone has done this, namely make tabbed browsing
exactly like a web browser, but have it within the page.
I would like to make a search function that updates a section of the
page with the results, as well as makes a new tab that displays those
search results. Then, if a user did 5 searches, there would be 5 tabs.
Each tab would hide the other 4 results and show the
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
2008 Nov 15
1
Using n+1 instances of R to utilise n processors on one machine - something like R with tabbed browsing?
Dear R-help,
Please forgive me if any of the following sounds naieve/confused, i've
just got back from a mini-pub-crawl, slightly tipsy, and am feeling
brave to ask a possibly silly question... also, not to shiny on the
technical side of things.
Problem - I need to text mine a collection of 10,000 plain text
documents, all of which are sitting in a single folder. i don't have
any money
2006 Aug 05
2
Multi-step forms
I need to create a number of multi-step forms for creating models.
Currently i''m looking at http://www.bigbold.com/snippets/posts/show/277
As a solution. Are there any other methods you guys would recommend? Are
there any reusable (dry) methods of creating multiple multi-step forms?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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/.
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
2007 Nov 03
4
Mongrel Cluster: Rolling restart?
Hi all,
Forgive me if this has been asked before, but is there a reason
mongrel_rails cluster::restart stops all ports and then restarts them
again? Wouldn''t it be better to restart each port one-by-one in
series so that upstream proxy servers can fail over while the restart
is occurring, or am I missing something?
Thanks,
eden
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 Apr 07
1
Satellite Navigation POI files
Is it possible to output via ROR from a db to a POI file ready for inclusion
in a satellite navigation program like Tomtom?