Displaying 20 results from an estimated 800 matches similar to: "Sortabls onUpdate function"
2005 Jul 08
3
Problem with script.aculo.us 1.0
I just upgraded to the new version and now my storable containers are
not working. here is my code.
Sortable.create("leadstories",
{handle:''handle'',tag:''div'',containment:''leadstories'',onUpdate:
function(element) { new save_order(issueId,Sortable.serialize(element));
}});
Sortable.create("rightnav",
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an
Observable registered for it. Something like:
<a href="#" id="toggle_1929">show</a>
...
Event.observe("toggle_1929", ''click'', function(event){ Element.toggle
("group_1929"); return false; });
...
$("toggle_1929").click(); //this throws
2016 Nov 22
1
Problem with multiple ldap passdb
Hi mailing list,
I'm currently running dovecot 2.2.13 from Debian Jessie, all is running
fine. However I am attempting to merge 2 LDAP authentication sources.
I would like to attempt to authenticate against the first authentication
source, if that fails either by password fail or user not found,
then attempt the next LDAP server.
I've added the a passdb and userdb entry for the new
2007 May 10
3
[LLVMdev] T-Shirts: Last Call
To: Everyone That Ordered A T-Shirt Or Wants One
If you want a T-Shirt but haven't ordered yet, you have until the 4pm
PST tomorrow (24 hours from now) to let me know or alter your existing
order.
The T-Shirt is described this way: 437 JERZEES 50/50 Spot Shield Polo
50/50 cotton/poly blend, 5.6 oz. Treated with Spot Shield, most water
and oil based stains bead up and roll off. 2-button
2006 Jan 26
4
Question about the Builder module
Hello,
I want to use the builder modules for an admin tool I''m currently
working on but I just all the note that I cannot create td and tr tags
with it. It works fine in FF but not it IE. Can someone please
explain why this is?
Thanks..
<http://zend.com/zce.php?c=ZEND002524&r=212822110>
Jon Whitcraft
Indianapolis Motor Speedway
2006 Mar 21
3
Autocomplete and WIKI
Two Questions:
1. Is the WIKI down? I can''t access it.
2. With the auto complete is there a way to have it display
something but have a value of something else, the way a select box
works.
Thanks,
<http://zend.com/zce.php?c=ZEND002524&r=212822110>
Jon Whitcraft
Indianapolis Motor Speedway
jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org
Phone: (317) 492-8623 ::
2007 Nov 02
3
script.aculo.us: onUpdate in Sortable.create
Can''t seem to get the onUpdate to work in for a sortable list. I am
following the documentation and the included functional tests but
nothing is firing for me. Any idea why?
Sortable.create(''list1'', {
tree:true
, onUpdate:function(sortable){
alert(''onUpdate'')
}
, handle: ''handle''
, scroll:window
,
2016 Nov 30
3
Sieve script won't compile. Compiler output isn't helpful.
Hello Martin,
Wow. That was indeed the problem. I have been staring at that small
script for a week and I just couldn't see it. I even had a friend look
at it and he couldn't find it either. I feel a bit ridiculous now.
Thanks so much for your help,
Steven
On 11/30/2016 04:48 AM, Martin Wheldon wrote:
> Hi Steven,
>
> OK a on closer inspection :)
>
> You are missing
2006 Apr 27
4
effect.SlideDown question
Hello,
I want to have my box that I''m sliding down hidden when I start and then
slidedown to 100px. What is the best way to do this? I don''t see
anything on the wiki about it.
Thanks,
<http://zend.com/zce.php?c=ZEND002524&r=212822110>
Jon Whitcraft
Indianapolis Motor Speedway
jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org
Phone: (317) 492-8623 ::
2005 Aug 04
10
Rails Spin-offs WIKI.
http://rails-spinoffs.bombdiggity.net/index.php?title=Main_Page
guys here is the wiki. Once you register let me know and I''ll give you
full access to the site.
Jon
Jon Whitcraft
Online Services
(317) 492-8623
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Oct 14
6
Draggables onDragStart
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1027 bytes
Desc: image001.gif
Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051014/b3c26edf/attachment.gif
2005 Aug 12
1
Ghostly bug in sortables
When a sortable has ''ghosting'' enabled, it seems to include the dragged
element twice in the list which is submitted in the onUpdate AJAX request.
By the looks of it, it''s appended onto the end of the list when
Sortable.serialize is called.
IE in the following list:
- 1
- 2
- 3
If I drag 3 to be at the top, what we expect is:
[3, 1, 2]
What we get is:
[3, 1, 2, 3]
2005 Aug 11
3
Demo Scripts on script.aculo.us
I have a suggestion for the demo scripts on the http://script.acolo.us
site. Currently only the source for ruby on rails is shown. I think it
would be beneficial for the site to also so how do it with just basic
html also.
Let me know what you guys think about this idea.
Jon Whitcraft
Web Application Developer
Online Services - Indianapolis Motor Speedway
(317) 492-8623
2016 Nov 30
2
Sieve script won't compile. Compiler output isn't helpful.
Hey martin,
Thanks for the reply! I made the changes you suggested but I got the
same results.
According to my understanding, #header "from" "person at example.com"# is
correct for an exact match.
On 11/30/2016 04:10 AM, Martin Wheldon wrote:
> Hi Steven,
>
> I think you may be missing the :contains from the two header lines below:
>
>> if anyof (header
2005 Aug 03
2
a place to put prototype and scriptaculous documentation.
Hello,
I just got done trying to find some documentation on how to use the Ajax
functions in prototype and found no luck except for in this list. I am
wondering if anyone is willing to help me start a wiki for these
scripts. I have website that I will gladly use to host this. please
let me know if anyone else see''s the value in this. If everyone is up
for doing this I will be more
2005 Aug 02
3
Scriptaculous: Sortable (dragdrop.js) onUpdate
Hi all,
In the following code, it doesn''t look like the onUpdate() event is firing.
Am I doing something wrong?
<ul id="testSort">
<li id="item1">item 1</li>
<li id="item2">item 2</li>
<li id="item3">item 3</li>
<li id="item4">item 4</li>
<li id="item5">item
2005 Aug 03
2
Ajax in prototype.js
Can someone please explain to me what I need to do to create an Ajax
class using the prototype lib.
Thanks,
Jon Whitcraft
Web Application Developer
Online Services - Indianapolis Motor Speedway
(317) 492-8623
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/2f662bb3/attachment.html
2005 Aug 18
5
Sortable > how to know wich elementID was dropped ?
Maybe a newb question, maybe not.
It''s not well documented, and I want to know how to know the id of my
newly dropped item.
The usage, would be to attach the newly dropped id to its *new* parent in
a DB.
Thanks.
????????????????????????
http://www.samueldr.com
http://www.hostingquebec.ca
2006 Jan 24
8
scriptaculous sortable
Hi,
maybe I am using this the wrong way but I have a list as follows
<ul id="secondlist">
<li>bla bla</li>
<li> bla bla </li>
</ul>
and then I add dynamically further <li> elements and create a Sortable
but the onUpdate only fires for <li> items that have not been created
via Javascript.
Any clues?
<script
2017 Jun 07
1
Dovecot LDAP using custom field to allow users to connect
Hi Michael,
Just noticed you are using auth_bind_userdn which we don't.
I think you may need to use pass_filter rather than user_filter??
Best Regards
Martin
On 2017-06-07 10:59, Martin Wheldon wrote:
> Hi Michael,
>
> We do exactly that see example below:
>
> user_filter =
>