Displaying 20 results from an estimated 1000 matches similar to: "how to create a simple DHTML dialog"
2006 Sep 05
1
Prototype-Carousel 0.1
Hi
I have done a light implementation of the YUI Carousel
Feel free to try or use it
http://prototype-carousel.xilinus.com/
Seb
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2007 Sep 04
2
backgroundrb install issue
I installed backgroundrb v0.2.1 via svn external per the README. But
when I go to start ''er up I get:
$ ./script/backgroundrb start
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': no such file to load -- daemons (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
from
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
2007 Sep 22
2
How to fire an event when the page completes loading?
I''m looking for an event handler in Prototype (or plain old
JavaScript) similar to onContentReady() in the YUI library: (see
http://developer.yahoo.com/yui/examples/event/event-timing.html)
How can I implement this? If I''m not mistaken, my testings showed the
document.onLoad() happens too early (as soon as the page loads it
fires, even before some dom elements are on the page
2010 Nov 18
1
Facing problems with YUI 2 grids, nesting does not work as expected (example markup inside)
Hey,
thank you for reading this post, maybe you can help me. I am trying to
nest grids, but it does not work, see my lines (extracted and
shorten):
Just copy, save as html, and then you''ll see what I mean: the orange
solid bordered list items should be in the red dotted list container,
but that''s not the case.
Can you help me with this?
<html>
<head>
2006 Jan 08
10
Resource Bundle Roundup
I''ve recently made a first release of what I''m calling
"bundled_resource" which is a plugin that makes our lives *much*
easier when we need to use javascripts, stylesheets and images in
conjunction with one another to deliver a special effect or tool on
the client (browser) side. If you missed the release, read about it
on my blog at
2006 Jun 15
10
RE: Yahoo!-like Event object emulation/abstractioninPrototype?
If that doesn''t work, then you''ve done something wrong somewhere.
''Cause it works for IE for me and everyone else.
The only advantage I see with the YUI toolkit is that it''ll defer
attaching events to elements that do not yet exist in the DOM. Big
whoop, only a sloppy programmer would try to attach an event to a
non-existant element. With Prototype, you can
2006 May 28
14
Lightbox and RJS
Hi,
I am trying to include lightbox functionality in my app, but there is
a slight complication. Apparently lightbox initializes all the links
to lightbox events on page load. However, in my case, some new links
to lightbox events will be rendered to the page through ajax events
(obviously this means after the page loads). So I figure I need to
find a way to call lightbox''s
2006 Jul 28
5
RoR & Lightbox
Has anybody else had a problem with using Lightbox in their RoR apps? I
include all the necessary files in application.rhtml and then attempt to use
the Lightbox functionality in pages and such. Nothing happens except that a
new page opens up with the link to the image I was attempting to show with
Lightbox. I''ve even gone so far as to strip out everything except the
necessary
2006 Jun 23
5
Ajax zooming pictures
Hi,
I was wondering if anyone has an idea of the code that I can write to
achieve the follow effect.
http://www.istockphoto.com/file_search.php?action=file&userID=938503
When you move your mouse over an image, it shows a bigger picture.
Thanks
--
Posted via http://www.ruby-forum.com/.
2008 May 31
4
drbd strategy
I have an existing in-production LAMP server running Centos 5.1. It uses
physical partitions on top of hardware RAID1, having / /home /var and /boot
on separate partitions.
We have a near-identical system I am thinking of bringing in as a
DRBD/Heartbeat companion. One solution may be to use csync2
[http://oss.linbit.com/csync2/] on /etc and /usr/local (the only areas that
will differ from
2006 May 11
1
Yahoo Container Library
Just a note that Yahoo came out with some more widgets Check out
http://com1.devnet.scd.yahoo.com/yui/container/index.html.
Maybe we can adopt some of their ideas.
* I like the Module library and its subclasses
* you can do unobtrusive html and use this when you instantiate the
javascript objects
dom
_______________________________________________
Rails-spinoffs mailing list
2008 Feb 11
1
Rich Text Editor and link_to_remote
Hi
How can I get link_to_remote to call a new page and respect the
javascript within that page.
I do have an edit page for datarecords, that have a textarea which is
enhanced with the YUI Rich Text Editor. If I call that edit page
through link_to_remote, the editor isn''t displayed. If i call it
without the AJAX, it works fine.
What can I do?
2006 Apr 06
4
Using RJS to call custom JavaScript class/method
The announcement for RoR 1.1 shows some nice examples of RJS calls. In
particular I am interested in this one:
# Call the custom JavaScript class/method AddressBook.cancel()
page.address_book.cancel
In trying to develop a "lightbox" style modal form, I have been
successful in saving the form data via AJAX but I can''t seem to close
the "lightbox". I am using the
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 Feb 14
5
Yahoo! User Interface Libraries
Yahoo! recently unveiled their UI Libraries which appear to provide a
lot of the functionality that script.aculo.us and prototype does.
I''ve tried some of the demos and the effects run quite smooth/fast.
Could be an opportunity for us to adapt some ideas/approaches to
improve.
http://developer.yahoo.net/yui/
2006 Jan 06
1
DHTML on WEBrick
I have some simple dhtml code in my rails app that hides fields I do not
need displayed. This worked great as soon as I click on the item that
initiates the hide, but within one second it pops back up. My assumption
is WEBrick is refreshing to a previous state and I wondered what y''all
thought was the appropriate way to handle. I thought maybe the default
environment in production would
2012 Oct 10
4
How do we get the End of Line date for the gems which we are using Ruby on Rails?
Hi All,
I want to know the EOL date for the below gems for ROR. Can anyone help me
how to find the EOL dates
- authlogic
- will paginate
- oauth-plugin 0.3.14
- statistics 0.1.1
- YUI
- cucumber 0.6.4
- cucumber-rails 0.3.0
- rspec 1.3.0
- rspec-rails 1.3.2
- webrat 0.7.0
- factory-girl 1.2.4
- database_cleaner 0.5.0
- SSL requirement
- calender_select
2006 Jan 17
3
DHTML Drop Menu Helpers with Rails?
Does RoR ship with, or have any add-in helpers used to construct a "drop
menu" typically done with DHTML trickery and some libraries? I am
referring to menus like the "File Edit View ... Help" menus with
cascading drop-down navigation that you find at the top of most GUI
applications.
Allen
2006 Jul 06
1
Laszlo DHTML on Rails?
Hi,
I''m trying to get a big picture about what can be done with the mix of
these two technologies.
My idea would be to use the power of Rails to provide the model and
controller functionalities, and use Open Laszlo for the view design.
This would provide a better abstraction level for the development of the
GUI.
Can someone provide me an idea if this is possible what are the