Displaying 3 results from an estimated 3 matches for "raibledesigns".
2006 Aug 04
4
Tabs
I''m new to Ruby/Rails
I want to create Tabs similar to these...
http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People
Can someone outline the best method?
Specifically,
Is creating a tabs.html in \..apps\views\layouts and using
class PhotoController < ApplicationController
layout "tabs"
....in my co...
2005 Aug 12
8
Sortable Tables
I''ve put together a little library to provide sortable tables. It is
heavily copied from http://www.kryogenix.org/code/browser/sorttable/
(mentioned in the Wish List) but has been modified to match the same
form as the prototype.js library and add some new features. I still need
to clean up some of the comments, but everything is pretty much working
at this point.
I posted an
2005 Aug 10
1
Issues with Canoo WebTest
I''m trying to use Canoo WebTest (based on HtmlUnit) to test my webapp
after integrating scriptaculous. While my test passed, I get a nice
long exception message which barely makes any sense (see below).
I found I could get rid of this message by commenting out line 114 of
effects.js:
114 this.timeout = setTimeout(this.loop.bind(this), 10);
Any idea of what might be causing