Displaying 20 results from an estimated 700 matches similar to: "Prototype Window Class 0.6"
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 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 04
1
Prototype Window Class 0.65
Hi
I just want to say that I have done a new release of my Prototype
Window Class ( http://blogus.xilinus.com/pages/javawin )
I added few things according to a lot of emails I got.
Not sure if it''s the correct mailing list to use. If not let me know
where I can post this announce.
Thanks
Seb
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 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 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 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
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
2007 May 29
1
Modal Window Stealing Elements from Form. Need Elegant Solution.
I''m using Prototype.js with Control.modal to create a modal window on
my IPB Forum which takes all the various topic posting/replying/
editing options and places them into a Modal window.
The inherent nature of this action is to take the contents of whatever
DIV I told Control.Modal to make a modal window out of and place the
entire innerHTML of that DIV into a separate DIV outside the
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
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 28
2
webcal url
Hi
I''d like to create a webcal link to share a calendar with iCal like
it''s done in Basecamp for example.
I know how to create the file using icalendar ruby library and iCal
can open it, but if I send this file using an url like webcal://
localhost:3000/ical/1151495837
iCal says that data are not valid.
Any ideas?
Thanks.
PS here is my rb code
def ical_data
cal
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 Mar 30
2
Functional test confusion
I have been reading about testing in RoR for what seems like hours now
in search of the answer to what is probably a simple problem. Where is
the best place to test the second action explained below?
I have a controller (NetworkingController) with a method
(create_network_segment) that makes use of two models (NetworkSegment
and NetworkIpaddress). This particular method does two actions:
1.
2005 Dec 29
3
What does ''h'' do?
I''m sure a real newbie question, but try searching for ''h'' in any search
engine and you don''t get far.
I am wondering what the h does in Ruby as in the code below:
<%= h(truncate(product.description, 80)) %>
--
Posted via http://www.ruby-forum.com/.
2006 Jun 21
4
Searching messages
Is there some way (using Google for example) to search all the prior
messages? The search function in devlist is not very useful.
Richard
RogueWaveMarine.com
--
Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Apr 26
10
save new model with child model
Hi,
I am having a problem saving a new model that has an associated child
model. If a new ticket is being created and will have one comment to
go with it then I tried this in my action
@ticket = Ticket.new(params[:ticket])
@comment = Comment.new(params[:comment])
@ticket.comments << @comment
if @ticket.save
@notice = "Ticket added. Thanks for