Displaying 6 results from an estimated 6 matches for "onhide".
Did you mean:
unhide
2006 Sep 19
0
Effect.Highlight interferes with Effect.toggle
...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 will be inserted before this element
(default: sibling is element)
handle: this element will be the button...
2009 Aug 26
5
Noob DRY method question
Hi Gurus, I''m learning the Rails framework, and I have this exact
block of html/javascript in two places in an if/else construct in
application.html.erb:
<body onload="Modalbox.show(''<div class=\''warning\''> <p> <center> <%=
flash[ :notice ] %> </center> </p> <p> <center> <input
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 Mar 10
0
auto_complete_field, :on_hide woes
...gt;
<input type="hidden" name="selected_uid" id="selected_uid"/>
<script type="text/javascript">
//<![CDATA[
new Ajax.Autocompleter(''search'', ''search_auto_complete'',
''/users/search'', {onHide:foo($(''selected_uid''), $(''search_list''))})
//]]>
</script>
<input name="commit" type="submit" value="Show" />
</form>
Anyone have some working auto_complete_field code that uses :on_hide
(or :on_show) that t...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...update.style.position = 'absolute';
Position.clone(element, update, {
- setHeight: false,
+ setHeight: false,
offsetTop: element.offsetHeight
});
}
Effect.Appear(update,{duration:0.15});
};
- this.options.onHide = this.options.onHide ||
+ this.options.onHide = this.options.onHide ||
function(element, update){ new Effect.Fade(update,{duration:0.15}) };
- if(typeof(this.options.tokens) == 'string')
+ if(typeof(this.options.tokens) == 'string')
this.options.tokens =...
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