Displaying 20 results from an estimated 3000 matches similar to: "accept on Sortable"
2005 Sep 21
2
Tutorials, Howtos
Are there any tutorials or howtos on scriptaculous or Prototype?
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
2005 Sep 27
8
prototype.js
Hi *,
We don''t know if you guys are the right audience, but we got a problem
with prototype.js we need to solve.
Essentially, it is a compatibility bug with the IE.
We wrote a component so it updates itself periodically using AJAX. we used the
prototype.js to accomplish this (using the periodicalUpdater object).
now the component works fine using firefox or opera, but NOT with IE.
the
2005 Sep 21
2
Result Documents XML or JSON?
My Java servlets can generate both JavaScript objects, like
JSON, and XML. I can generate both pretty easily.
What''s best practice for AJAX responses? Return scripts to be
evaled by the Ajax control, or return XML documents and iterate
them using XML DOM?
Thanks.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
-
2005 Oct 01
3
storing state in cookies using scriptaculous
Hi All,
So I''m using scriptaculous in rails to allow opening and closing of
messages in a threaded forum without the need for reloading the entire page.
What I was wondering was if there was some way to store the state (which
messages are open and which are closed) in a cookie or something, so
that when the user does reload the page the messages won''t all be reset
to their
2005 Sep 21
9
Ajax.Updater
Hi all,
I was wondering if one could pull a completely separate web site into a
div, e.g.
<a href="#" onclick="new Ajax.Updater(''artifact'',
''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true,
onLoading:function(request){Toggle.display(''message2body'')}}); return
false;">»</a>
it fails
2005 Oct 27
3
String.protoype.toQueryParams
Hi, I am trying to play with all the methods in the Array Object.
Just wanted to check with you guys if this is the correct explanation of toQueryParams().
If yes, then I''ll add it to the documentation as well.
Works for me (but I am not sure if it''s the correct way to use it).
/* String.prototype.toQueryParams takes a query string, i.e, string with
name value pairs
2005 Sep 19
9
Rails compatible JS datepicker -- beta
hi all,
I''ve built a simple javascript datepicker for use with Rails. I''m sure
others exist, but think this one is quite decent without being
overengineered.
http://projects.exactlyoneturtle.com/date_picker/
At present there''s no Rails HTML generator method for it; later I will
package it in a script/generator, but for now it is quite easy to use with
Rails and
2005 Oct 01
7
minimal browser requirements for scriptaculous
Hi,
I noticed that the scriptaculous shopping cart demo doesn''t work in
safari 1.03.
I was wondering if there was documentation somewhere that would tell me
what my minimal browser requirements were for running scriptaculous?
I found this comparative analysis on the web:
http://wiki.osafoundation.org/bin/view/Projects/AjaxLibraries
but I think it might be a bit out of date.
I did
2005 Oct 27
5
Problem passing event object
Hi all,
I''m having a problem with an Ajax.Request. I can''t figure out how I
can pass an event (an onclick on a checkbox) which causes the Ajax
Request, to be recognized in an onSuccess function. Here''s my
simplified code:
var RequiredField = Class.create();
RequiredField.prototype = {
initialize: function(chkbox) {
this.chkbox = chkbox;
this.chkbox.onclick =
2005 Sep 28
0
Prototype / script.aculo.us / XSLT 2.0
Here''s an blog on how I''m using Prototype and script.aculo.us...
http://engrm.com/blogometer/2005/09/28/relay-and-javascript-generators/
If anyone is interested in generating views and models for
script.aculo.us controllers in XSLT 2.0 please let me know.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
-
2004 Apr 14
3
Morrowind sees wine as a debugger and refuses to start.
Hello list,
I successfully installed Morrowind. Unfortunately, the game won't start. It
issues a small popup saying a debugger has been detected, and that the
debugger needs to be closed for the game to run.
Is there any way I can avoid programs to see Wine as a debugger?
Thanks!
_________________________________________________________________
MSN Messenger : discutez en direct avec vos
2005 Sep 21
0
Other JavaScript Forums
Are their other forms for Prototype and script.aculo.us
developers? Know I''ve asked before, but I''ll ask again. Make
sure I''m not missing anything.
Thanks.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
2005 Sep 26
0
Expando? Bubble?
The last time I worked with DHTML I found myself using a lot of
expando properties. I''d set properties and event handlers on an
element, and I''d handle events in one place.
I see that there are a lot of JavaScript objects created in
scriptaculous, and I''m not seeing expandos yet.
I found it much easier to treat the document as a data
structure
2005 Sep 28
1
script.aculo.us Design Patterns
What makes script.aculo.us and Prototype so darn special?
I was using some of the facilities of Prototype, and came around
to understanding that it was different somehow, but I couldn''t
figure out how exactly.
I was using static methods for a while, but when I wrapped my
functions into and object the library suddenly started to do
some serious lifting.
2006 Mar 07
2
grep page source
hi all, any one know how to grep page source by rails?
i.e.
i wanna grep html source from http://www.ruby-forum.com/ by ruby code.
regards
--
Posted via http://www.ruby-forum.com/.
2006 May 29
1
Re-orderable column DataGrid + Patches for Sortable.delay and Sortable.ignorePositionXY
I would love to get some feedback and test a patch to rev. 4380.
First, the money shot - check out this demo of a scriptaculous DataGrid:
http://development.finetooth.com/?p=13
I''m using the <tr> as a sortable with the <th>''s as the sortable elements.
The Patch file:
http://www.commoner.com/~lsimon/scriptaculous/delay_and_ignorePosition_forSortables.diff
The patch
2005 Aug 24
1
Strange Bug - Dragging a sortable filled with sortable - the bigger one "stays"...
*** don''t know if i''ll be clear... if not, tell me
Hi.
http://favoris.lichenmedia.com/untitled.htm
I don''t know why, but when I drag those sortables (tagged with the handle
handle) filled with the sortables (the lists with lorem ipsum) The
handled-one "stays" where you dropped them.
When you drag the li between the uls that are the big containers, no
2006 Jun 24
0
Sortable with sortables? this.destroy not a function O_o
Hi all
I am creating sortable list with the builder. Now i want these sortables to
be a sortable aswell. So i wrap a div around them and run sortable create on
the main-container.
I have it like so (simplified):
var myLists = new Array(); // start a empty array for push
var mainDiv = ''main''; // some already present div to carry all stuff.
function newList() {
var sortlist
2006 Mar 07
1
Sortable trouble
Hi everybody,
Could somebody have a look at a little sortable example at
http://www.weisshuhn.de/diagnose/sortable.html
It implements two Sortables and a Draggable. You can drag elements
from the "source" Sortable to the main Sortable, sort them (surprise)
and drag them to a trash. Whenever you drag from the "source", a new
element is created (by cloning an invisible
2005 Jul 07
2
Allowing drops on "empty" sortable
Hey folks,
On the Drag and Drop demo page in the Sortable Lists Demo section:
http://script.aculo.us/drag-and-drop
If you drag all of the items from the first list into the second list,
it appears that you cannot drag a list item back into the first (now
empty) list.
Is there a way to allow a Sortable that is empty of draggable items to
accept dropped items?
Danilo