search for: redbox

Displaying 13 results from an estimated 13 matches for "redbox".

2009 Oct 20
2
Kernel panic w/ DAHDI 2.x/Digium TE220B
...owing: # /etc/init.d/dahdi start Loading DAHDI hardware modules: wct4xxp: [ OK ] wcte12xp: [ OK ] wct1xxp: [ OK ] Running dahdi_cfg: VPM400: Not Present VPM450: Not Present [ OK ] Syslog output: Oct 20 15:20:54 redbox-ast16 kernel: dahdi: Telephony Interface Registered on major 196 Oct 20 15:20:54 redbox-ast16 kernel: dahdi: Version: 2.2.0.2 Oct 20 15:20:54 redbox-ast16 kernel: ACPI: PCI Interrupt 0000:03:08.0[A] -> GSI 16 (level, low) -> IRQ 169 Oct 20 15:20:54 redbox-ast16 kernel: Found TE2X...
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, f...
2006 Aug 23
2
new plugin: "redbox", a lightbox/thickbox clone with nice rails integration
Hi folks, I''ve written a little plugin to use for displaying a block of html over a page while fading out the background. This is like the lightbox.js library, and all it''s related offshoots (thickbox, greybox, etc.). My plugin, Redbox, is not really any better than these others (in fact, it''s less mature, and less tested), but it builds on prototype and scriptaculous, is available as a rails plugin, provides easy to use helpers, and unlike the other libraries, works very well with rails'' ajax functionality. If...
2008 Mar 03
4
To use JS in RedBox Plugin
Hi All, I''m using redbox plugin in my app. Redbox plugin is working properly.But when i try to change text box values using js its not working. The Code is <input type="text" name="playlist" id="playlist_name"> <input type="radio" name="playlist" onclick="$...
2008 Apr 17
1
redbox + will_paginate
Hiya, I''m trying to use Will_paginate with the RedBox plugin but having problems making it go to the next page of the collection. http://blog.craigambrose.com/articles/2006/09/22/redbox-release-2 as far as i can see will_paginate does not support any kind of :remote ajax call so each page click can update the div element. has anyone managed to get...
2007 Aug 05
0
placement of redbox popups
Hi, I''ve got Redbox working -- very cool -- but I can''t find anything in any documentation that says how to control where the popup is placed. As of now, it is placed at the top of the page -- but my page scrolls down considerably, and if I scroll down, then pop up a redbox, it''s up at the top of th...
2008 Jun 21
0
RedBox and Rails 2.1 ???
Anyone else tried this? Looks like there are some issues using the redbox plugin with rails 2.1 but maybe I''m just doing something wrong... Thought I would post a question here to see if I''m the only one... (Was going to us it for forms with lightbox effects.... ) --~--~---------~--~----~------------~-------~--~----~ You received this message because...
2007 Feb 25
5
Dynamically uploading a list that's already in a form
I have the classic case of: Posts, and Categories. When the user submits a post, he has a drop-down list of categories. I want to put a "Add category" link next to the list of categories. This is already inside a form, so a "link_to_remote" that creates a small AJAX form inside the "submit post" form will not work because that will mean to embed a form in another
2008 Nov 18
5
What is the preferred "lightbox" plugin?
Hi all - I need to do an overlay with something that supports ajax/remote html. There''s lots of options and quite a few rails plugins. Some seem out of date however. Any suggestions on which one is "best" where "best" is defined as easy to implement, works in all browsers, supports ajax or remote html. Thanks! -philip
2006 Oct 23
0
Invoking a remote (AJAX) action via double click
I have a list of images on one of my pages, and I would like for the act of double-clicking on any of them to do a remote request to an action. In this case, I''d like to pop up a redbox that is a dialog about the item I clicked on. I found some example code like this: <%= image_tag "image.jpg", :class => "image", :ondblclick => "window.location.href = \"#{url_for(:controller => ''foo'', :action => ...
2009 Aug 21
1
lightbox or slimbox with ruby on rails
Hello guys I want to use lightbox or slimbox any one having idea about it please give me Thanks -- Posted via http://www.ruby-forum.com/.
2006 Nov 04
0
Prototype observe issues
...event.keyCode == 97 to event.keyCode == Event.KEY_TAB firefox works. I tried using UJS at one point and had the events working in Safari again by assigning body:keypress the above action but firefox hated that completely. I also need to be able to remove the observer when I make a call to RedBox plugin which opens up a form. I can do this in safari no problem when using the following code: <%= link_to_remote_redbox ''Click Here'', {:url => my_url_path (@object), :method => :get, :loading => "Event.stopObserving (document,''keypress'', M...
2007 Jun 04
10
ActiveBudget - Track your money and learn Rails
...* REST design with integrated API * Test Driven Development * Using Flash to create graphs * Deploying with Capistrano And some technical pain points: * Handling time zones * User authentication with an API * Securing ActiveRecord associations * ActiveRecord migrations * Using the RedBox lightbox * Rendering calendars So check it out and let me know what you think. I have a hosted version up at http://activebudget.org or you can check out the project on Google code. http://code.google.com/p/activebudget/ Getting the source is easy: svn checkout http://activebudget.googlecod...