Questions tagged [current-page]
51 questions
0
votes
2 answers
contact form inside colorbox request current page
I am using rails 3.2.8 and I have created a contact form from this tutorial:
http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/
Now I have this form inside a colorbox using
# Colorbox
gem 'colorbox-rails', '~> 0.0.9'
If I have this…

gmaniac
- 940
- 1
- 17
- 33
0
votes
1 answer
How to get current page from paging toolbar
I have a paging toolbar implemented in my grid using extjs 4.1 I get 20 sets of record of first page. "but" when I click next, it does not show the next page. I figure the problem is here
proxy: {
type: 'ajax',
scope: this,
…

EagleFox
- 1,367
- 10
- 34
- 58
0
votes
1 answer
Rails Routing current_page issue in Application Layout
I feel like this should be simple but for some reason I can't figure this out. I just want to add the edit and delete actions to the navbar when a user is on the show page.
I'm getting a route error saying the edit action doesn't exist on the…

sacshu
- 397
- 9
- 20
0
votes
2 answers
Creating hover and current page states with sibling elements
I have animated nav buttons and can actually set everything with css with the exception of one element. An arrow. Here's the actual live page.
http://sclarkstudio.com/testing/mm/index.htm
I'm trying to make the arrow visible and static on the…

Scott
- 1
- 4
0
votes
2 answers
How can I highlight current page in MVC 3 using RenderAction inside another view
I have tried these:
http://developerstyle.posterous.com/highlighting-current-page-in-mvc-3-slick-tric
ASP.NET MVC - Current Page highlighting in navigation
ASP.net MVC - Navigation and highlighting the "current" link
none of the above solutions work…

n3tx
- 429
- 2
- 10
- 23
-1
votes
1 answer
Verify webelement using "@current_page" in watir
Step1 and Step2 take me back on "LandingPage". I want to verify the element using @current_page.
This is element is defined in "LandingPage.rb".
I have tried this, but no luck. Whats missing?
Step1
Step2
1. fail if not…

paul
- 4,333
- 16
- 71
- 144