Displaying 20 results from an estimated 500 matches similar to: "SV: Re: script.aculo.us question"
2007 Mar 23
7
Lightbox-eske Dialogish Object
So, one of the things I''ve always wanted to do was expand upon the 
simplicity of the Lightbox Gone Wild! object that the coders at 
www.particletree.com put together months ago.  I used it on an 
application I wrote to organize my own picture albums on my localhost 
web server, but I had to hack it apart to get it to do the things I 
wanted it to do.  I looked at the Prototype Window
2007 Mar 14
0
SV: Re: each() and parameters and unobtrusive javascript
You could also try to go with the button element since it can wrap content like images. Something like:
<button name="delete"><img src="..."></button>
along with some styling to your liking.
-Tobias
-----Oprindelig meddelelse-----
Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af
2006 Feb 27
0
script.aculo.us/mir.aculo.us outtage
FYI:
Due to some work on the server hosting script.aculo.us (and  
mir.aculo.us),
both sites won''t be available on Friday starting about 9:00am UTC for  
about
3-4 hours.
-Thomas
2003 Jan 08
0
SV: SV: SV: ping from local to net
What is the output of your logfile when you try to ping a public ip?
Besides, you should change your internal ip addresses to private
addresses (rfc 1918):
     10.0.0.0        -   10.255.255.255  (10/8 prefix)
     172.16.0.0      -   172.31.255.255  (172.16/12 prefix)
     192.168.0.0     -   192.168.255.255 (192.168/16 prefix)
best regards,
Kenneth.
-----Opprinnelig melding-----
Fra: Marta
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
Thank you very much. For some reason "emailsubject" was not included in my example config. Well, it's working great now. 
Last question, I promise :P. Is it possible to change the date format? I want it in Norwegian.
-----Opprinnelig melding-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan
Sendt: 22.
2007 May 11
15
Simulating onmouseleave and onmouseenter with Prototype
Hello.
I spent an hour or three chasing down a desired effect that mootools
implements, namely the simulation of onmouseleave and onmouseenter
events.
Why?
Lets say you have a Menu. A ul element that contains many li elements.
If you want to have a function (maybe an effect) fire when the mouse
moves outside of the ul, you are out of luck. Observe the mouseout
function like so:
2006 Jul 26
0
SortableFloats demo in script.aculo.us
Hi,
  I tried to drag and drop the SortableFloats demo as given in the demo 
section of the site at 
http://wiki.script.aculo.us/scriptaculous/page/print/SortableFloatsDemo.
It works perfectly fine in Mozilla 1.0 and Mozilla 1.5 but fails to do 
so in IE 6. Also there seems to be some javascript error. Please advice 
me in this regard. Thanks in advance
prasad
-- 
Posted via
2006 Jun 08
0
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6
Ran across this today. Builder.js was removed *but* effects.js references Builder (~line 115, inside tagifyText I think) and will throw errors, obviously, if builder.js hasn''t been loaded. I can see the intent of removing scriptaculous.js, builder.js and slider.js, but they should be removed if one of the remaining files depends on features provided by [one of] them.
As it stands,
2006 Jun 29
1
script..aculo.us - ajax not working with NTLM on windows
Sorry if this is the wrong place to post this subject.
I''m trying to implement an autocompleter input text (in asp, for the 
moment) using the script.aculo.us / prototype library.
In IE (internetExplorer) it works fine.
But in FF (fireFox) it keeps asking for my user/password on every atempt 
to reach the server from the AJAX call.
The site is configures with integrated security and
2006 Apr 03
0
Using "in_place_editor_options" for script.aculo.us options?
I was just learning about the "in_place_editor_field" tag when  
reading thru RAILs Recipes.
What is "in_place_editor_options" for???? I was hoping after reading  
the script.aculo.us documentation that I could do something like this.
   <%= in_place_editor_field :contact, column.name, {:tag => ''div''},  
{ :cancelText  => ''Never
2006 Apr 12
0
Updating script.aculo.us scripts
Hi!
Is there a command that would update those scripts in my rails install?
Or where to copy the latest version, so if i run ''rake 
rails:update:javascripts'' it would use them?
-- 
Posted via http://www.ruby-forum.com/.
2006 May 24
0
script.aculo.us add multiple slider values together
Hy there
I''m sucessfully use the scriptaculous sliders. I''m not a programmer at 
all and managed to set up the sliders on a page. Great work guys!
I like to add diffrent slidervalues together and make an output of the 
sum. Something like
slider 1: 23.4567
Slider 2: 10.123
Output: Sum=33.5797
If ($Sum >=30) { output(''Great Score!)}
If ($Sum <30
2006 Apr 06
0
script.aculo.us V1.6.1
V1.6.1 (2006-04-06): Sortable Trees, Prototype 1.5.0_rc0 (fixes IE  
mem leaks)!
New features in V1.6.1 and V1.6.0:
* Update to Prototype 1.5.0_rc0
* Sortable trees [thx Sammi Williams, sammi-EeRYXuc1dym5PgFUrJwY1aU/zSkkHjvu@public.gmane.org]
    See the functional test (test/functional/sortable_tree_test.html)  
and the CHANGELOG for more information!
* Add Draggable object as third parameter
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
Hi everybody,
For me the most interesting of Effects is to do a visual effect will
doing an ajax request
because the user didn''t think that he is waiting for something.
So, In a timeout function, I create an Effect and an AJAX call:
    ...
    Effect.MoveBy( ... );
    ...
Then do an AJAX Call
    ...
    setTimeout(function(){
       getJsonRPC().callMyFunction();
    },30);
   
2006 Mar 01
0
Script.aculo.us: Dynamic Sortable List Problems
This is my first post to this mailing list so I hope its in the right
location.I''m trying to use a list of draggables (not sortable) which I can
drag into a droppable div.  The goal is to create a new item, not to move
from one list to the other.
 
When a new draggable is dropped, a new div is added to the droppable div and
a sortable is created. Everything is working fairly well, to
2006 Jan 10
2
WHAT IS SCRIPT.ACULO.US?
Hi,
Can anybody tell what is script.aculo.us? like whether it is an java
package, javascript package, javascript library or something else,
Pls clear my doubt.
With Regards
Rupa
**********************************************************
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or
2006 Jan 20
0
script.aculo.us Libraries Repository
Has anyone put any thought into a repository for all the "widgets" being
posted here? I''ve seen a LOT of good stuff, and it would be great if we
could keep it all in one place.
I could create a project on sourceforge or something...anyone have any
ideas/thoughts around this?
-Jerod
_______________________________________________
Rails-spinoffs mailing list
2005 Dec 02
0
script.aculo.us effects
hello everyone.
I have been implementing script.aculo.us effects into my new site design.
I really like the scrolling effect for transferring to my h2. But I was
looking at the effects and I thought of an idea that would be very cool.
If a user clicks on one of the links, it would direct them to the h2. But it
would be really cool if the user clicks on the link, it directs them, then
the whole
2005 Dec 02
1
script.aculo.us site mostly down
Any page besides the front page gives me this error:
Bad Gateway
The proxy server received an invalid response from an upstream server.
----------------------------------------------------------------------------
----
Apache/2.0.52 (Gentoo/Linux) mod_fastcgi/2.4.2 mod_ssl/2.0.52 OpenSSL/0.9.7e
DAV/2 SVN/1.1.3 PHP/4.3.10 Server at wiki.script.aculo.us Port 80
--
Dylan Greene
2005 Dec 09
0
Element.setOpacity issue in script.aculo.us effects
In the Element.setOpacity method definition in effects.js, there is a
line that sets the opacity to 0.999999 if the requested opacity is 1.
This is clearly there for a reason, but having a very slight
transparency actually makes my pages look bad - images are the worst,
but I can see the backgrounds through my supposedly opaque elements.
 
Why is 1 bad for this value? 
 
Here''s the