Displaying 2 results from an estimated 2 matches for "new_topic".
2006 Feb 18
0
Move element into view
Hello,
I am in fly-by mode as I am still more than busy, so I just dumb this
one out for anyone interested. Adapt it for your needs if you like it.
This effect is similar to ScrollTo, but scrolls the viewport
vertically the minimal amount necessary to bring the element into
view.
Usage: new Effect.ScrollToFullView(element, {duration: 0.6, offset: 10});
Offset is the distance in pixel to the
2006 Apr 11
2
Noobish URI Question
...posted but the search terms (like URI) are
so generic I get tons of useless results.
I have a controller (in this case "forum_controller") so if I want to
read a forum topic the URI is "/forum/topic/1". As of right now for
adding a new topic my URI is setup as "/forum/new_topic".
I''d really like it to be something like "/forum/topic/new". Is there
some method naming convention in the controller to allow for this?
--
Posted via http://www.ruby-forum.com/.