search for: danielelmor

Displaying 18 results from an estimated 18 matches for "danielelmor".

Did you mean: danielelmore
2005 Dec 06
9
script.aculo.us AutoComplete Woes
I was wondering if someone could help me with an autocomplete problem. I have the autocomplete div receiving a <UL> that looks like: <ul> <li>Name<br>Email</li> </ul> When the user hits enter and the value is filled into the text field it''s putting both the name and email in the field. I just want the name. Funny this works in Firefox but not IE. I
2006 Mar 15
3
slider control for touch screens?
I was wooed here by this demo page for the script.aculo.us slider control: http://wiki.script.aculo.us/scriptaculous/show/SliderDemo ... but I''m looking for a slider control well adapted for use in a touch-screen kiosk application (an unusual place to put a web application, perhaps, but bear with me...) I''ve posted an example (screencast and downloadable program) here:
2006 May 23
6
Autocompleter - up arrow moves cursor to start of input box
When using the autocompleter and scrolling through options, if you press the up arrow key the input field cursor moves backward. Some of my users have reported that they find this very distracting. Does anyone know why this happens, or where in the code I could fix it? Steps to recreate: 1. Go to http://demo.script.aculo.us/ajax/autocompleter 2. Type in a letter (or two or three) 3. Arrow down
2006 May 17
3
Autocomplete GetToken??
Hi, I needing to modify the control.js file and am confused about what the purpose of the getToken function is. I read the docs section below and still don''t understand why it doesn''t just access the form.value directly. Docs say: This method should get the text for which to provide autocompletion by invoking this.getToken(), NOT by directly accessing this.element.value. This is
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
...__________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs ------------------------------ Message: 4 Date: Wed, 17 May 2006 17:31:27 -0500 From: "Daniel Elmore" <danielelmore-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Subject: [Rails-spinoffs] Autocomplete GetToken?? To: <rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> Message-ID: <003301c67a01$a3d5eda0$9af60b47@DanielWork> Content-Type: text/plain; charset="us-ascii" Hi, I nee...
2006 May 26
6
test
test just testing please ignore... -- "I have learned that you should''nt compare yourself to others - they are more screwed up than you think." ...unknown "In the 60''s, people took acid to make the world weird. Now the world is weird and people take Prozac to make it normal." ..unknown _____________________________ Terry Remsik stripe-man.dyndns.org
2006 Apr 15
11
evalScripts in IE
My Ajax.Updater is set for evalScripts and it receives this: <script language="JavaScript">complete();</script> It works in FF but not IE. Is the above code the proper way to return scripts? Thanks!
2006 Apr 14
1
Too Much Recursion
Anyone know why I''d get a JS error "too much recursion" when issuing a stop() on periodicalupdater? Thanks
2006 Apr 17
2
Problem w/ IE & Autocomplete
Anyone run into the problem where the autocomplete results div disappears when you click or click/drag on the scroll bars for the div? -- David Fitzhenry - http://fitzhenrys.blogspot.com http://www.gone2far.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Dec 08
6
What does mean $(element) ?
Hi All, In scriptaculous scripts, I don''t understand this syntaxe : $(element) --8<--------------------------------- Effect.Highlight = Class.create(); Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { initialize: function(element) { this.element = $(element); ... --8<--------------------------------- I had never seen this syntaxe, I
2006 Apr 09
4
Set Speed of Combinational Effects
How can I slow/speed up the combo effects? Thanks
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails... my big problem is about printing web Reports, well I could not found a good thing to help me with this... Does Ror or some other ruby project have some thing to help about make/print database reports? tks
2007 Mar 19
0
Firefox Input Fields with Autocomplete=off
In FF 2.x if you turn off autocomplete on an input field it triggers an undesired side effect. Pressing UP and DOWN now move the cursor to the left and right. This only happens in FF and only with autocomplete off. This does not play well with script.aculo.us AutoCompleters. I need a way to force the cursor to the end of the input string whenever UP or DOWN is pressed. Is this possible? Thanks,
2006 May 09
0
Autocompleter quirk and my proposed fix.
Under heavy server load, my autocompleter was doing something strange. The ajax requests were coming back out of order. For example in a contact name search if I typed: dan I would get responses like so: Result set for: d Result set for: dan Result set for: da So once the typing stopped I would be looking at the "da" query results not the "dan" results. I modified the
2006 Apr 14
0
Ajax Requests and Server Ports
When I run a few PeriodicalUpdaters and look at a netstat dump on my server, it shows 10 to 20 connections have been opened for one user (me). Are these requests incapable of reusing open connections? I realize this is not a proto/scripto question but I figured you guys have researched this kind of thing before. Thanks in advance Daniel
2007 Apr 04
2
Is Element in Viewing Range
How could I tell if an element is visible? Not visible as in the css display property, but visible in the browser''s clipping area. So if I had a long list of columns and wanted to know if the user has to scroll horizontally to see the last one. Thanks! Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2006 Jan 02
4
Autocompleter with a scroll bar
Has anyone been able to make scrollable results for an autocompleter? Thanks!
2005 Dec 08
4
AutoCompleter afterUpdateElement
Any ideas how I can submit say, a person ID instead of the person''s name on an autocompleter input field? Surely this is a common need. Thanks! Daniel