Displaying 4 results from an estimated 4 matches for "sciptacul".
Did you mean:
scriptaculo
2006 May 24
2
autocompleter competing with saved form data in firefox
Hi all,
I have used the sciptaculous Ajax autocompleter a few times now. A
major problem I have at the moment is with a text field that has focus
when a page loads. The text field has an autocompleter associated with
it, but when the user starts typing, the firefox saved form data
autocompleter appears first, and the scriptaculou...
2008 May 29
4
Drag/Drop finding droppable's properties?
...,element.height,element.top,element.left,
AJAXDDtest.DBAccess.InsertField(s,element.innerHTML,0,0,0,0,
onGetDataComplete, onGetDataTimeOut);
}
Essentially, i want to get the width, height, top, and left of the
element that was dropped - is this possible? I have tried looking
around the sciptaculous wiki, but I can''t find a DOM for the
droppables, unless someone can point me in the right direction?
I am building the draggables as follows:
var aproducts = document.getElementsByClassName(''box'');
for (var i = 0; i < aproducts.length; i++) {
new Draggable(ap...
2005 Dec 29
0
scriptaculous Move Vs. Scale and empty space
I''m not sure if this is the right forum for this but the sciptaculous
wiki seems to be having some issues.
I notice that if I use Effect.Scale() to scale down a div, then content
form the parent div which, was wraping around, expands to fill in the
empty space which is great. However, If I move a div with Effect.Move()
the text does not fill the empty locati...
2006 Aug 06
0
js filesizes too bookoo?
...fore prototype) to do mostly page effects,
no drag-n-drop, no sliders, etc.
Just wondering if there''s a way, other than modifing scriptaculous.js,
to not include all of the scriptaculous libraries for my app?
Also, is there a "lite" version of prototype that you can use with
sciptaculous like there is with mooFX?
Thx,
Dave
--
Posted via http://www.ruby-forum.com/.