Displaying 20 results from an estimated 100000 matches similar to: "Rails Popup Window Not Passing Session Data"
2007 Apr 24
0
how to capture text from a popup window..in watir
Hi all,
I got the answer how to click on ''ok'' button.
But still i have two problems
---
that code is not working when im trying to run that code through the exe
file of that ruby file which is using that code.
and second one is i want to capure the text of that popup..
i tried this with no success
#----- js_dialog.rb -----
require ''win32ole''
require
2007 Oct 02
0
showing popup window without showing any status on taskbar
Hi friends,
I am new to ROR , I want to show the popup window instead of using the
title attribute of the link_to tag so that I can reseize it, Is there
any way to do that
Please Help Me..........................
Kiran Polawar,
PolwarKiranD-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received
2011 Sep 21
0
Popup window in Rails 3.1
Hi,
I need to open a popup window with a form and submit button, while the
background will be gray and disabled the parent window.
I found the Facebox and the FaceboxRender solutions, but they didn''t
work for me.
I get a routing Error: uninitialized constant
ApplicationController::FaceboxRender
I also found a pure java script solutions, but I prefer a solution in
rails 3.1 (with or
2007 Jul 24
1
Popup Content Without Application Layout
I am building a page that uses ThickBox
(http://jquery.com/demo/thickbox/) to display details about a record. A
user clicks a link on the page and a ThickBox pops up showing the record
as HTML. Unfortunately since I have an overall layout setup in my
application layout, that HTML is showing in the small popup box and it
doesn''t match.
How do I remove the added layout for just this
2007 Mar 26
1
how to close a popup?
hey all,
I open a popup from a firefox extension with window.open(myurl).
The content of the popup is a regular form with a text_field to fill.
Is there a way to automatically close the popup after the user click
the form''s submit button?
thanx in advance
Pat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 Apr 27
0
Prototype Popup Error
I am using the prototype ''new Ajax.Request'' object for a simple data
retrieval operation. Works fine. To tell the user what is going on
(the retrieval takes a second or 2), i stuck a simple window popup
(that says ''wait..'') right before the request and then just closed it
when the request completes.
I have tried a few different ways to generate the popup -
1
2006 Nov 20
2
getting form content for print popup
I''m trying to open a new window for printing a form from a link. I want
to display the contents of the form for printing. I can get the popup
to work, but am wondering how to get the contents of the form from the
parent window, using RJS.
I can use a submit option to get the form parameters in a
link_to_remote, but the popup doesn''t work.
<%= link_to_remote
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in
another scaffold.
I''ve done this by using a popup window
<%= link_to("Add new Person", "/person/new", :popup => [''window_name'',
''width=600,height=600'']) %>
It all works great - but when the save is done I want to kill the popup
window.
2009 Mar 26
1
Lightbox popup on ajax pages....
Hi,
I''m using lightbox.js for displaying chromeless popup windows.
I have a main page on which I have javascript_include_tag and
stylesheet_link_tag to include lightbox.
Calls to the lightbox popups from this main page work perfectly...
But....calls to the lightbox popups from pages which are called by
ajax(using link_to_remote) from the main page do not work... :(
They work like
2006 Mar 14
0
Hyperlink "pop-back" from popup window
Hello all,
I have a popup window (via link_to :popup=>true) that contains a link to an
external page. How can I get navigation of that link to go back to the
original calling browser -or- launch a new browser window in the background?
Thank you!
--
------------------------------
Forget the icing. Bake the Cake!
- the epi-centered developer
------------------------------
Peter
2013 Jan 26
0
google APi or java popup or slide window information
How can I do with R an APi or java popup or slide window information ?
I would like to generate a html or php files raster map colors, with a
numerical values, and with information popup window over each data. Do
you know any Java or gogle APi examples?
2006 Mar 10
0
link_to(... :popup => true) problem
I have a file_column that points to a pdf. I want that pdf to open in a
new window, thus wrote the code:
<%= link_to(''PDF version'', url_for_file_column(''floor_plan'',
''pdf_file''), :popup => true) %>
which generates the code:
<a href="/floor_plan/pdf_file/12/first_floor.pdf"
onclick="window.open(this.href);return
2011 May 13
2
Popup window
How can I insert (:popup => true) into code below?
<%= link_to "Source_#{i}", link.url , :style => "color:#0096FF;font-
family:''LucidaGrande'',''Lucida Grande'',''Lucida Sans Unicode'',sans-
serif; font-size: 11px; text-decoration: none; margin-right: 10px;" if
link.show? %>
--
You received this message because you
2004 Sep 03
0
Internet Explorer, popup windows
Hi all,
I have just installed Internet Explorer SP1 on wine (without any native
windows partition). It runs quite good, but I have a problem; when I access
to a page where a popup window appears (the window.open javascript function
is invoked), it launches the following error on a IE window: "Could not
complete operation due to error 8003001e".
I have looking for a solution but
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
Hi,
I have this bitta code that is supposed to open a new window and allow
the user to create a new Organisation on the fly whilst editing a new
Person i.e. if the Organisation exists they can select it from the drop
down select. Otherwise they can click on the cute button and enter a
skeleton Organisation record. What I need to do next is refresh the drop
down select on returno the new
2009 Nov 30
0
AJax form + jquery + popup window
Hello Friend,
I am a popup window when I am write down a invitation functionality.
So is that any good reference available online using Jquery that will be
great.
Thanks
Abhis
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2007 Dec 10
3
Popup Window
Hey!
I would need a popup window like this (not necessarily associated to a
taskbaricon):
http://www.venraiker.com/wp-content/uploads/2006/03/libnotifyvx.png
I should be possible to show such a window for a certain time,
displaying a certain message.
Is a similar thing possible with wx? Are there oder options?
thx ck
--
Posted via http://www.ruby-forum.com/.
2008 Jan 19
5
Open a (redbox) modal popup from inside a controller?
Hi,
I''m trying to open a modal popup window using redbox to display a
styled notification/alert to the user. The helpers in the redbox
documentation only describe how to open a redbox when the user clicks
on a link, e.g., link_to_redbox() or link_to_remote_redbox().
Is there any way to open a redbox, or a different type rails-
compatible modal popup, from inside a controller action?
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello,
Can anybody point me to a sample of popup/tooltip using Prototype?
I saw examples for windows and also for tool tip but what I want is a little bit different.
I want the same fuctionality which exists at yahoo mail login.
https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip.
Now the good think in this solution is that
2008 May 20
1
Selecting an option from another window
User needs to pick a single asset from a list of assets shown via a
popup window. ATM the popup view is just a simple index/list view of
asset resources. Right now the user can manually enter an asset
identifier after finding the desired asset in the popup.
I''m interested in allowing the user to select the requested option by
double clicking it. I would appreciate any suggestions on