Displaying 13 results from an estimated 13 matches for "kv6dsssscso".
2006 Mar 08
4
Event.Observer - (was: Ajax.Autompleter not working on IE)
...eypress'', function(){ alert(''keypress'') } );
</script>
Both work in Firefox. IE 6.0.2 Win95 only the Email field shows the
alert.
I added the "Click Me!" from the exmaple, and that does work in IE.
So, what''s up?
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2006 Jan 23
1
autocomplete=off not working on Firefox
...9;'title_auto_complete'', ''http://localhost/test'', { method: ''get'', requestHeaders: [''X-Ajax-Complete'', ''complete''], minChars: 3})
-->
</script>
</body>
</html>
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2006 Jan 16
11
Preventing bubble
...;http://url?sort=foo" onclick="new Ajax.Updater(''tableTable'', ''http://url?sort=foo''} ); return false;">
sort by foo
</a>
</th>
Any suggestions how to prevent the double-request?
Thanks,
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2006 Apr 03
5
Event.observe on IE
...three events are registered. And onclick the
events are unloaded, and Ajax.Updater is called to replace the content
in "target"
And onComplete isused to reset target''s onclick events.
What am I doing wrong so that IE doesn''t see the events?
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2005 Dec 05
1
Scriptaculous conflict with TinyMCE
...ors -- yet it was the only browser where TinyMCE editor
worked on all three pages. I don''t have Windows available.
tinyMCE is distributed without any newlines, so it seems, so errors
are always reported on line 1.
[1] http://sourceforge.net/projects/tinymce/
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2006 Jan 18
6
Autocomplete related fields
...city and state fields -- including the entire option list.
But, are there any tools available that will update the option list
(change "selected") in place? That is, have the ajax request only
return the state and city code, and update selected item?
Thanks,
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2006 Mar 31
7
Reset events after ajax update
...other approaches people are using. One idea
would be to save the list of element ids that need the behavior, and
use onComplete to re-observe those elements.
The other issue, of course, is how to make this work in more than just
Firefox. Anyone see why the problem is?
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2006 Mar 07
0
Ajax.Autompleter not working on IE
...''complete''], minChars: 3})
-->
</script>
</body>
</html>
When I type three chars I don''t see any ajax request going to the
server. Again, other ajax requests do work on that same page
(effects and update a table).
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2005 Nov 29
0
Behaviour and scriptaculous
...Down(document.getElementById(''hiddentable''));
new Effect.Fade(this);
}
},
};
Behaviour.register(hide_rules);
I''m reasonably new to Behaviour/Prototype/Scriptaculous, in case you
were wondering...
--
Bill Moseley
moseley-kv6DSSSScSo@public.gmane.org
2005 Dec 14
1
[scriptaculous] scroll down to show full auto completion list (w/ possible patch)
Hi everyone,
lately I''ve implemented an auto completion textfield at the bottom of a
form. I was a bit bothered by the fact that the user would potentially
need to scroll down in order to see all the options offered by the auto
completion. I couldn''t find any information on how to auto scroll to the
auto completion list with bulit-in functionality so I modified
controls.js
2006 Apr 02
13
autocompletion: hooking ''afterUpdateElement'' in Rails
Hi everyone,
I need to trigger a Rails action after the autocompletion is completed
(when the user has selected an option).
From the scriptaculous doc, I figured out ''afterUpdateElement'' is the
place to be but I wonder if/how and where I can hook my javascript code
to this event in Rails code (I''d like to keep using the helper, if
possible)?
I tried passing many
2006 Mar 07
11
maintaining application state/urls
Hi All
Not specifically a scriptaculous question, but I was wondering how
people were going about maintaining access to their applications via
standard urls.
Say for example I''ve a shop at www.shop.com, and its pure ajax to load
in products. Now customer A wants to show a friend a product on the site
- giving him the url www.shop.com and telling him to click on a series
of links
2005 Dec 22
6
Scriptaculous and Prototype based Rich Text Editor
Hi Guys,
I'm currently using the Dojo Rich text editor on my site
https://wideword.net but am not 100% happy with it as I'm a prototype
kind of guy.
So I started writing this Rich Text Editor the other day on an
experiment. I used the In Place Editor as a template for it and have
gotten it to more or less work under IE and Gecko. Unfortunately it
still isn't working on Safari ( The