search for: wahlin

Displaying 7 results from an estimated 7 matches for "wahlin".

Did you mean: dahlin
2006 Aug 17
6
Creating Custom Events using prototype
Hi guys! i know prototype can create custom events and can subscribe to it, but is there already a library for this? thanks! -- <script> ////////////////////////////////////////////////////////////////////////////////// REDBAKS=function (){ var b,r,i,a,n="b=''646f63756d656e742e777269746528225"+ "4686572652773206d6f7265207468616e206f6e65207761792"+
2006 Jun 28
3
Add to enumerable
This might seem like a really daft question, but I couldn''t find an answer anywhere. How do you add something to an enumerable object? Something like var first = $A(getElementsByTagName(''td'')); var second = $A(getElementsByTagName(''tr'')); first.PUSH(second); where the PUSH is something unknown. am i supposed to use inject here in some way? Andreas
2006 Feb 21
7
non simultaneous effects
Hi all, If I call this function bla: function bla() { Effect.Appear('some_element'); Effect.Appear('some_other_element'); } Both effect happen at the same time. Is there a way to stop this from happening? I mean, how can I delay the effect on 'some_other_element' from happening until the effect on 'some_element' is finished? thanks and regards, Jeroen
2006 Mar 07
1
Override CSS hover
Is there some way to simply override CSS rules specified in a CSS file? Scenario being that scriptaculous effects would be nicer to have on things like :hover, but wishing to keep CSS "effects" for people without javascript. Specifik in this case is that I have a slight padding on a navigation menu to indent hovered links, but it would be nicer to use Effect.Move (I think, just
2006 Apr 27
8
Prototype based tabs and field validation. Enjoy!
Thought I''d try and contribute to the growing prototype ecosystem. tabs: http://tetlaw.id.au/view/blog/fabtabulous-simple-tabs-using-prototype/ field validation: http://tetlaw.id.au/view/blog/really-easy-field-validation-with-prototype/ Both real easy and clean to use. Hope y''all can use them somehow. Cheers -- Andrew
2006 Mar 10
0
Effect.Scale
I know you can scale to arbitrary size with new Effect.Scale("test", 100, {scaleMode: { originalHeight: 400, originalWidth: 200 }}); but this leaves out the nice transition effect. I''d like to keep the "scale" and just resize the window, is this possible? Also, any plans on implementing more scaleFrom options? Like scaleFromTopBottom, or better yet, {scaleFrom:
2006 Mar 19
0
IE opacity and png alpha
The drag&drop effect in scriptaculous makes my div dissapear in IE. I take it this is because I have a filter on the div to get alpha transparency on the pngs, and this is cancelled out by the opacity setting, yet it says this was fixed in scriptaculous. JavaScript for png filtering at bottom. The div becomes visible again (or rather, the images comes back) when dragging is ended. Any