search for: scrollto

Displaying 19 results from an estimated 19 matches for "scrollto".

Did you mean: scrolltop
2006 Mar 28
5
Effect.ScrollTo IE issue
Hi All, I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page. We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page scroll to the newly opened section. Now this works fine in Mozilla and for most everything in IE. Problem is on the last one of the four DIV sections IE will not scroll the whole way down the page. Now there is a page footer after the closing &l...
2006 Apr 25
12
RE: Element.scrollTo duration isn''t working
...qR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joe Hudson > Sent: Tuesday, April 25, 2006 8:37 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails-spinoffs] Element.scrollTo duration isn''t working > > Does anybody have any ideas what I am doing wrong? The duration parameter > seems to have no effect on the scrollTo function. > > Element.scrollTo(divId, {duration: 5.0}); > > Am I using this correctly? Thanks. > > Joe > >...
2006 Jun 16
0
Element.scrollTo
Is it posable to use Element.scrollTo(''id_target_object'') to scroll to a spot in a DIV tag with overflow set to scroll??? I am unable to get this to work at all in my tests. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontro...
2008 Mar 13
3
scrolling in a <select multiple="multiple"> list
...opt.selected = payorOptions[opt.index]; // payorOptions is the array }); An unintended consequence is that the select list is scrolled to the bottom as I iterate through each one, forcing the user to manually scroll back up to select another option. I''ve tried using Element.scrollTo(), but it scrolls the whole page, and I''m doing a rotten job of figuring out how to use scroll offsets and wondering if they''re applicable to a <select>. I''m hoping someone can suggest a strategy to either update the <option> elements without scrolling the &l...
2006 Jun 08
1
built-in dropdown jumps?
Hey everybody! I was just wondering if Rails'' javascript library includes something as simple as making a dropdown that jumps to the link when selected without needing a "submit" button. I see a bunch of AJAX effects and draggable-element stuff, but all i need is a simple dropdown... should I code it myself? -- Posted via http://www.ruby-forum.com/.
2007 Oct 03
2
Scroll to anchor from RJS
Is there an way to tell the browser to scroll to a certain anchor from an RJS template? I''m doing a page update, adding stuff at the bottom and want to browser to go there after it''s been added. Thanks, Helzer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2006 Apr 25
1
asynchronous False and Ajax.Responders object (bug)
Hi all. In my apps I''m using Ajax Call synchronous, (both Ajax Request and Ajax Updater). There is bug in prototype (discused in mailing - list: here http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-April/003488.html and here http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-April/003497.html). trying to put data from server to my html properly, I need call
2006 Mar 08
0
question about auto-updating div with overflow:auto and maintaining position
...me javascript to do it. Here''s what I have so far (yes, I''m creating an online chat interface) http://edge.scriptkitchen.com:81/~kitchen/chat.html I tried putting a <a name="bottom" id="bottom" /> at the bottom of the div, and an oncomplete with effect.scrollto(''bottom'') but that didn''t do anything, presumably because effect.scrollto is checking the scroll position of the overall window (which should theoretically never scroll) rather than the scroll position of the div itself. Any help would be greatly appreciated :) Thank...
2006 Feb 18
0
Move element into view
Hello, I am in fly-by mode as I am still more than busy, so I just dumb this one out for anyone interested. Adapt it for your needs if you like it. This effect is similar to ScrollTo, but scrolls the viewport vertically the minimal amount necessary to bring the element into view. Usage: new Effect.ScrollToFullView(element, {duration: 0.6, offset: 10}); Offset is the distance in pixel to the upper/lower viewport border. You need to define window.isIE as true/false somewhere p...
2005 Jul 20
0
script.aculo.us 1.1 beta 1 ready
Get it here: http://script.aculo.us/downloads Short take on what''s new: -> Autocompletion took a notch up with incremental and local (js array) functionality -> Capability to remove draggables/droppables and redeclare sortables -> Effect.ScrollTo -> Fix memory leaks in IE and Gecko -> Make some 3rd-party js libraries comaptible, namely IE7.js -> Various tweaks and fixes The final 1.1 should also contain various features that are in the "pipeline" now. Big thanks to the contributors! From the CHANGELOG: *1.1beta1*...
2006 Mar 08
2
RE: question about auto-updating div withoverflow:auto and maintaining position
You should be able to do this by changing the div''s .scrollTop value via javascript (maybe just pick a very large number to ensure bottom is hit, like 10,000). -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf...
2005 Sep 15
4
Scrolling Tables/Divs?
Is anyone working on a scrolling table or div such as the openrico livegrid demo? I''m looking to develop (much like smashbox''s scrolling images) a collection of thumbnails that you can scroll horizontally. I''ve got a non-prototype.js example but I wanted to check to see if anyone was closer than I to this. BTW, I will be finishing up my slider code shortly and
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"
2007 Apr 04
0
SV: toggle.appear focus on div problem / question
Is this what you want: http://prototypejs.org/api/element/scrollto -Tobias -----Oprindelig meddelelse----- Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af natquick Sendt: 4. april 2007 12:53 Til: Ruby on Rails: Spinoffs Emne: [Rails-spinoffs] toggle.appear focus on div problem / questio...
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
2009 Aug 28
2
TreeCtrl Scrolling
...e ScrolledWindow virtual size to the treectrl client size. But I don''t find any equivalent functionality in the treectrl itself. I''ve tried using it''s super (window) virtual size but that doesn''t seem to work either. The treectrl has some interesting methods like scrollto that make me believe it implements scrolling but I''m at a loss to make it work. Larry -- Posted via http://www.ruby-forum.com/.
2008 Dec 16
5
More than one submit_tag in a single form
Hai everyone , I have a list of users(each user in a row)and an Approve button for each user. I wish to change the status of the user to be approved when I click on the Approve button of a user. When I tried getting all the users in the params hash. I want to get the id of the user according to which "Approve" button I clicked. How can I implement this one? Thanks in advance. -- Posted
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ptions.handle && Object.isString(options.handle)) this.handle = this.element.down('.'+options.handle, 0); - + if(!this.handle) this.handle = $(options.handle); if(!this.handle) this.handle = this.element; - + if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) { options.scroll = $(options.scroll); this._isScrollChild = Element.childOf(this.element, options.scroll); } - Element.makePositioned(this.element); // fix IE + Element.makePositioned(this.element); // fix IE this.options...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server