search for: tabnav

Displaying 5 results from an estimated 5 matches for "tabnav".

Did you mean: tabna
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 Jan 31
0
London Ruby User Group - Monday, February 12th
...te: February 12th, Time: 6:30pm onwards, Location: the Skills Matter offices at 1 Sekeford Street, EC1R 0BEL[1] in London''s swinging Clerkenwell. Talk 1: Our Italian friend Paolo DonĂ  asking us "Do we really need a plugin for tabbed navigation?" He''ll be showing off his TabNav[2] plugin and asking if ready-to-use widgets are ok? Talk 2: London''s own Richard Livsey telling us tales of RESTful apps, rails plugins and liquid gas spills; a typical day when you are "Saving The World With Rails". Talk 3: A re-run of the classic presentation from previous L...
2006 Nov 22
0
Handle specification in draggable item doesnt work in IE
...The code works fine in FF but in IE if I don''t indicate any handle, it works fine but When i specify the handle, the item itself cant be dragged. I am using Script.aculo.us lib 1.6.4. Kindly help for the fix! Sample Code: .create("leftCol", {dropOnEmpty:true, handle:''tabNav'', hoverclass:''colhover'', tag:''div'', containment:["leftCol"], overlap:''horizontal'', constraint:false, ghosting:false}); Thanking you. pls hlp me --~--~---------~--~----~------------~-------~--~----~ You received this mess...
2011 Oct 07
0
will_paginate + RJS error
...ch]).paginate(:all,:conditions => {:professor => true},:page => params[:page], :per_page => 8) rescue => e flash[:error] = e.to_s @professors= User.search_for ''*'' end respond_to do |format| format.html format.js end end The view: <% tabnav :user do%> <% form_remote_tag :url => ''search_professors'' do %> <%= text_field_tag :search, params[:search], :value => nil %> <%= submit_tag "Go", :name => nil , :disable_with => "Please wait..."%> <%end%>...
2009 Aug 04
2
Passenger, switching from development to production
...he database server or the Ferret search engine server) may not have been started. Please start that service. Further information about the error may have been written to the application''s log file. Please check it in order to analyse the problem. Error message: uninitialized constant Tabnav Exception class: NameError Application root: /home/craig/railserp Backtrace: # File Line Location I''ll leave off the backtrace for now. Was there somewhere inside the rails root that I was supposed to tell Rails to use production instead of development? The weird thing i...