search for: onshow

Displaying 6 results from an estimated 6 matches for "onshow".

2006 Sep 19
0
Effect.Highlight interferes with Effect.toggle
...tions: {duration: 0.25} }); }); /* Usage: new ToggleButton(element,{ showHTML/hideHTML: when using default, parent, or sibling, the button created will use this as innerHTML visible: start the element visible? toggle: the event handler called when toggle button clicked onShow: hook called after all default actions have taken place. args: event, this: ToggleButton instance onHide: hook called after all default actions have taken place. args: event, this: ToggleButton instance parent: button element will be appended to this element sibling: button element wi...
2005 Sep 07
3
Autocomplete Error w/Version 1.5_pre4
...Fox and IE: Element.getStyle is not a function Source File: http://localhost:3000/javascripts/controls.js which refers to show: function() and hide: function() The line from show: function()---- if(Element.getStyle(this.update, ''display'')==''none'') this.options.onShow(this.element, this.update); I looked through all of the scripts and could not find this function. Has anyone else seen this behavior? - Derek -- Derek Haynes HighGroove Studios - http://www.highgroove.com Keeping it Simple. 404.593.4879
2007 Jun 14
2
A more fancy autocomplete using scriptaculous and ajax
I want to create an autocomplete text field that when you type in (some of) a users name, it pops up the portrait image associated to that user on the left hand side, which can then be dragged away in to a Sortable.Droppable element adding that member to your team... I can get the results to display, but not where I want them. They are always in a list below the textbox. 1) possible? 2) Do the
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
...hoices, however I cannot get it to scroll to the first match. Since I build the JS Array I can know exactly how many items are in the list going into my selector, but I don''t ever know the offset for a single <li> to be able to set the scrolling height. I am fairly certain that the onShow method is not the place to try to do it, but I haven''t had any success with any of the methods that I have tried to override either. Any solutions/insights are welcome! Here is my work in progress: <style> #auto_complete { width: 355px; height: 150...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
....oldElementValue = this.element.value; @@ -59,28 +59,28 @@ Autocompleter.Base = Class.create({ this.options.tokens = this.options.tokens || []; this.options.frequency = this.options.frequency || 0.4; this.options.minChars = this.options.minChars || 1; - this.options.onShow = this.options.onShow || - function(element, update){ + this.options.onShow = this.options.onShow || + function(element, update){ if(!update.style.position || update.style.position=='absolute') { update.style.position = 'absolute';...
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