Displaying 20 results from an estimated 20000 matches similar to: "script.aculo.us Libraries Repository"
2006 Feb 03
6
Rich Text Editor
I know I saw something a while back about a simple Rich Text Editor; did
that go anywhere? I''d love to see something as simple as the one google uses
in gmail. If not, I''ll get started on it :-D.
-Jerod
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2008 Apr 07
2
iGoogle-style Widgets with Script.aculo.us?
I''d like to create an iGoogle-style page with a library of draggable
layout widgets. Is such a thing using script.aculo.us already
available? (Would hate to re-invent it.) Also, has anyone had success
with nested draggables? For example, rearranging <div>s within an
already draggable <div>?
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2006 Feb 13
8
Netvibes.com / Scriptaculous
Hi list,
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
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 Feb 28
0
Question abour Draggables & Droppables - my code example
hi i think my example is very simple and straightforward so i''m not sure if
it meets your needs (change revert:true to revert:false from a draggable
after I drop it on a droppable so it doesn''t return to its original place.)
i did this
# 2 divs created here
<script language="javascript">
new Draggable(''drag'', {revert: false});
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
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 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
2005 Dec 16
0
Bug in script.aculo.us Draggable in 1.5
I have a Draggable object that contains a SELECT with some OPTION tags.
When I select one of the OPTION tags, the entire Draggable acts as
though it is being dragged.
There is code in the Draggable object to stop this for Firefox:
initDrag: function(event) {
if(Event.isLeftClick(event)) {
// abort on form elements, fixes a Firefox issue
var src =
2006 Mar 16
1
script.aculo.us in xsl
Hello, first of all, sorry for my English, I´m a Spanish student and I´m
having some problems with script.aculo.us. These are the following:
I have a XML file like this:
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="barraNav.xsl"?>
<barraNav>
<boton>
2006 Jan 30
0
Adding a handler for a pre-existing draggable
Is it possible to add a handler for an event to a draggable that already
exists? That is, if I have in a Widget class:
var Widget = Class.create();
Widget.prototype = {
...
this.draggable = new Draggable(this.element);
...
}
and I create several Widgets, then later, I want to add a handler for the
draggable.onDrag function, what''s the appropriate method to do so?
Thanks in advance!
2006 Feb 17
7
Released: window dialog script
Hello,
First, please let me thank you to Ryan Gahl and Jerod Venema for their
patient help - really appreciated their input - I couldn''t have done this
script without their support.
Today I released a dialog script based on scriptaculous and prototype. A
demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please
see the readme and changelog file for details. Your
2006 Mar 21
9
IE flakiness?
I set up a simple BlindUp and BlindDown div that works seamlessy in Firefox
but doesn''t work as smoothly in IE. When blinding down, the whole div
flashes and then Blinds down. The same thing when blinding up. Is this
something that is fixable?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jan 18
7
script.aculo.us killing IE
Hi, i am new to ajax and new to script.aculo.us. I created a blog,
http://www.zorpal.com/blog/, using some of the script.aculo.us features and
commands. My sites works great in firefox, which everyone should be using,
but if you open it in IE it kills it. It only kills it after a
script.aculo.us motion has been called and finishs it''s execution. i really
like the layout and the visual
2006 Jul 17
2
RE: scriptaculous appear effect and tiny_mce bug onopera 9
I seem to recall the Effect.Appear setting the final opacity to 0.99 to
avoid some bug on some browser; anyone remember the specifics? Seems
like we should probably just conditionally check for the broken browser
and set to 0.99 for only that one, otherwise leave it at 1.0, but I know
I don''t have the full picture of why it was necessary or whether it
still is.
Greg
2005 Dec 21
3
IE/CSS issue using Sortables....but only on the first drag
OK, I''m in need of help :)
I''ve got a bug in IE (whoa!) that I can''t figure out. I think its
CSS-related, but I sure can''t figure out what the problem is.
Go here: http://jerod.ontasksoftware.com/demo/index.php
and drag one of the items in the center listbox. In FF, it works
beautifully. In IE6, it shoots off to the left...but ONLY once. After
2006 Feb 18
10
Updated: window dialog script
Dialog script has been update. A demo can be seen here:
http://net4visions.com/dev/dialog/dialog.htm .
Please see changelog for changes.
The dialog script can be downloaded from here:
http://www.net4visions.com/dev/downloads/dialog.zip .
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Dec 08
3
Choppiness in FF v1.5
Hey all,
I''ve got an interesting one for anyone who''s up for a challenge.
Essentially, I have a very choppy effect, that almost looks like
timeouts are overloaded or interfering or something, that only occurs
when sortables are on the same page as "standard" effects. Here''s what
I''m doing:
I have a menu that slides in and out on the right side of
2006 Jan 04
9
Resizeable
Has anyone done any work on a "Resizeable" class they''d be willing to share?
I''m looking to do some stuff that''ll need resizable divs, but I didn''t want
to re-invent the wheel if I can avoid it.
-Jerod
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Dec 23
0
script.aculo.us some tests
hi everybody!
first, i speak spanish, so, my english is not very clean...
i''m developing two ''controls'' or ''widgets'' based in prototype.js
library and script.aculo.us effect collection.
a flickr slideshow (not finished):
http://hector.piloto.cl/flickr/(PUT YOUR FLICKR USER HERE)
an example: http://hector.piloto.cl/flickr/cechegoyen
and a treeview