Displaying 20 results from an estimated 2000 matches similar to: "Prototype Window Class 0.65"
2006 May 23
4
Version 0.80 of Prototype Window Class
Hi
I have just posted a new release of my Prototype Window Class
(http://blogus.xilinus.com/pages/javawin)
Seb
2006 Mar 25
1
Prototype Window Class v0.5
Hi,
I have developed a Window class in Javascript based on prototype
library. It allows you to have resizable window in your web page. You
can change easily the look and feel and use script.aculo.us effects
to show and hide windows.
Download, documentation and samples are here: http://
blogus.xilinus.com/pages/javawin
Feel free to use it.
Thanks
Seb
2006 Mar 29
6
Prototype Window Class 0.6
Hi
I have just released a new version of my Prototype Window Class
included modal windows and a lot of stuff that some people send me,
thanks to all of you guys for your support.
Seb
2006 Apr 03
2
popup forms?
I searched a bit, but have come up short. Are there any libraries for creating popup forms w/ rails? These would not be displayed in a separate browser window, but rather made visible over an open page and adjacent to a clicked link -- similar to the google maps baloons, or the gmail popups. Lots of other examples out there...
Thanks
---------------------------------
Talk is cheap. Use
2006 Apr 16
0
Prototype Window Class v0.70
I have released a new version of my Prototype Window Class (http://
blogus.xilinus.com/pages/javawin)
- Add autoposition in setContent. The window will be at the exact
element location
- Add draggable/closable parameter if you need to specify is the
window is draggable/closable or not
- Add parent parameter if you need a specific parent element of the
window instead of body (useful for
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
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All.
I''ve developed the small javascript library to make the widgets
"resizable". Please try attached file or following URL
URL: http://221.112.61.214/~kzk/others/mixi/resizer.html
Now I wish script.aculo.us developers to merge this into the
"script.aculo.us". Is there any chance of merge? Is this a right
place to ask this question?
Thanks in advance.
Kazuki
2006 Jun 30
6
using rjs
Hi
I am relatively new to ruby on rails. I want to use this javascript
bundle:
http://prototype-window.xilinus.com/index.html
How would I call those functions in an rjs file?
example:
win = new Window(''window_id'', {title: "Sample", top:100, left:350})
win.getContent().innerHTML = "<h1>Hello world !!</h1>";
win.setDestroyOnClose();
2006 Jul 17
0
Is there an example of using "Prototype Window Class'' with rails?
I feel like a bit of an idiot asking this but does anyone have an
example of http://prototype-window.xilinus.com/index.html being used
in rails. Should I try and feed it through page.call using rjh.
Like this:
page.call (''win = new Window("window_id", {className: "mac_os_x",
title: "Sample", width:200, height:150});win.getContent().innerHTML =
2006 Jun 30
0
Prototype Window Class v0.95
Hi
I have posted an new releases of my Prototype Window Class (v0.95):
http://prototype-window.xilinus.com . This version allows you to set
window/dialog contents by using an Ajax requests. This is cool
because you can create content in a partial having all the power of
Rails to do it.
Seb
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
2006 Jun 12
6
Prototype Window Class v0.85
Hi
I just want to annouce a new release of my Prototype Window Class
with a new website with full documentation and new samples (I hope
it''s easier to understand now :)).
http://prototype-window.xilinus.com/
Thanks again to all of you guys for your help.
Seb
PS Dj T, have you finished your Rails plugin?
2007 May 30
3
how to create a simple DHTML dialog
I am looking to create a simple dialog window like this on a page:
http://developer.yahoo.com/yui/examples/container/simpledialog/2.html
I know scriptaculous comes with Rails, not YUI, but I can''t find
anything similar there. Is there any shortcut to doing this with
existing plugins or core stuff?, or must I download another toolkit?
thanks
Sam
2008 Jun 20
0
Slider as Scrollbar in a window
Hi,
I ran into deep problems using scrollbar features shown at
http://www.aldenta.com/examples/script.aculo.us/.
The scripts work as expected, but if i use the separate window effect
(based on prototype and script aculo us, too)
shown at
http://prototype-window.xilinus.com
the scrollbar doesn''t work anymore.
I tried and studied the source code for both subprojects but i have
really no
2006 Jan 20
3
text_field_with_auto_complete
Hi,
I am trying to use text_field_with_auto_complete, it works fine but
when I click on an item (even if I use the up and down key and then
type enter) th search panel disappears but the selected results is
not shown in the text field. Even more, the text field becomes empty.
Any idea?
Thanks
S?bastien
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 15
2
session_id
Hi
I would like to set my own session_id instead of a md5 value.
Any ideas?
Thanks
Seb
2006 Mar 25
11
Firefox ''Rails Mailing List'' search engine plugin
Hi all,
If you''re like me you probably spend a lot of time search the Rails
mailing list. To make life a little bit easier I''ve created a nice
little plugin for firefox ( A whopping 15 lines of markup ). The plugin
uses nabble.com to search the mailing list.
Anyways, I thought I''d share.
If you want to install it the manual way, here''s the code.
<search
2006 Jul 25
7
Problem running rake db:migrate
I''m having a great deal of trouble getting rake to run migrations on our
staging server. Everything works fine on my dev box, but trying to run the
following on staging results in errors.
-----
> rake db:migrate
(in /var/www/apps/acadtech2/app)
rake aborted!
Don''t know how to build task ''db:migrate''
(See full trace by running task with --trace)
----
The
2006 Apr 20
8
2 layouts per .rb page
Hi,
Is this possible
ive got layout "loggedout_layout", :only => [:login, :logout]
but I also want to do somthing like
layout "loggedin_layout", :except => [:login, :logout]
When the second one is introduced it seems to cancel out the first
request, any suggestions how to get around this?
Scott
--
Posted via http://www.ruby-forum.com/.
2006 May 18
3
"About your application’s environment" Effect
I was wondering if there is a Rails method that does something similar
to the "About your application?s environment" link on the "Welcome
Aboard" page you get when you first install Rails.
What the link does is make and AJAX call, then blind down and up using
AJAX.
Thanks.
--
Posted via http://www.ruby-forum.com/.