search for: gll9njbnhigqpkkifzs5xxzcendtxrbv

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

2006 Jun 15
8
Loading CSS for AJAX apps.
I am working on an update to my content management system and I am using a lot of AJAX to load in the different "Modules" I want each module to be self contained, including all its specific js and CSS. Does any one know of a good solution for loading in new CSS to go with the code loaded in via the AJAX call? Thanks.
2006 Jan 16
2
Behaviour.js and prototype Event.pointerX
is there a way to take advantage of prototypes Event.pointerX when using Behaviour to manage my events? somthing like.. var myrules = { ''body'' : function(el){ el.onclick = function(){ alert(Event.pointerX(e)); } } }; thanks ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http://
2007 May 20
2
Get first class name
I have a situation where I need to get the first class name of an element. Element.ClassNames() returns an object not an array... Object.values() will turn it into an array, but the API Docs say that the order of the resulting array is browser-dependent.. So for my use is no good... So I am using: el.className.split(" ").first(); Can any one see any problems that I might
2006 Jan 20
2
FireFox JavaScript Console
The new version of Firefox displays a bunch of CSS errors for things that I am forced to use to make IE Windows work... Does any one know a way to get the Javascript Console to only show actual Javascript errors, disabling the CSS errors??? Oh ya, im on OSX. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions .
2006 Jan 20
2
Effect.moveTo??
I cant seem to find an effect to move an element to a given XY position new Effect.Move(''elid'',{x:10, y:10}); Will move the element 10px down and 10px to the right, but I want to move my element to 10px from the top left corner of the page. I know I could find the current position, and do the math to find out how far to move it, but is there already a built in function in
2006 Feb 17
6
Ajax.Updater and loading new javascript functions.
I working on rebuilding my CMS software using AJAX, and have run into a couple problems I cant seem to find the solution to. I am loading up a new component of my system using the Ajax.Updater, and it loads up the HTML fine but as the component I am loading up is fairly complicated I want to load up its relevant javascript functions as well at the same time. I am using the
2006 Jan 31
5
resizing multiple images using getElementsByClassName
I am building a iPhoto like (Read rip-off) interface for thumbnails and I am having a couple problems that I thought some one on the list might be able to assist me on ... first off here is the page: http://v4.incontrolsolutions.com/galltest/ I am no Javascript whizz and I am sure there is a FAR more efficient way to do what I am trying. Having said that, the 2 things I was looking for
2006 Jan 21
8
scriptaculous accordion feature - Jump?
Trying the accordion feature as offered at: http://wiki.script.aculo.us/scriptaculous/show/accordion+feature The objective is to remove the "jump" reported in the Rico accordion feature. My demo of the scriptaculous feature, however has a noticeable jump when tested if FireFox. and IE Win. See: http://www.jimdavis.org/accord3.html Have I implemented this incorrectly? Jim
2006 Jun 16
11
Detecting Body Onload
I have a piece of code that "waits" for body onload. Every 30ms, it tests $(''body''). Seems that isn''t always good enough. I''ve hit situations where the DOM is "partially" loaded somehow. I fixed matters by setting a global flag... <body onload="bodyLoaded=true;"> which provides a better test... of course I could
2006 Jun 21
11
scriptaculous question
Hello everybody. I''m wondering if there is away with scriptaculous to update multiple form fields with data after finishing an autocomplete request. Heres an example. Joe BlowSchmoe fills in his name and starts to type in the customer number, he selects the approprate customer number from autocomplete list, and bam the address associated with the customer number is populated into the
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.incontrolsolutions.com
2006 Mar 22
1
event:selectors VS Behavior
This looks quite nice at first glance.. http://encytemedia.com/event-selectors/ I would love to hear some of your comments pro or con on how this compares to Behavior. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs
2006 Feb 15
0
Problem with auto scrolling in sortables
I have a div (ID = ''gallerybox'') in that there are 50 divs each holding an image. The gallerybox div is only big enough to show 15 images without scrolling. (3 rows of 5) I have been eagerly awaiting the auto scrolling feature, but it doesnt seem to be working properly for me. What happens is the scrolling works, and my items are all sortable but I can only drop an
2006 Feb 17
1
window.onresize event using Behaviour.js ?
Does any one know how to register a window.onresize event using Behaviour.js I tryed var myrules = { ''window'' : function(el){ el.onresize = function(){ alert("Window Resized") } }, } Behaviour.register(myrules); but no love. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions .
2006 Jan 16
0
effect.fade and Microsoft.AlphaImageLoader
I want to do a Fade/Appear on a div that has a PNG background. I am using Microsoft.AlphaImageLoader filder in the CSS for this element, but when the fade is working, it I lose the alpha for the background. Is there a way to do this??? ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com
2006 Jan 18
1
Dragable without the fade
How do I disable the fade or ghosting effect on my dragable?? I want it 100% opacity on drag. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com _______________________________________________ Rails-spinoffs mailing list
2006 Jan 20
0
Fade/appear + PNG Alpha backgrounds + IE = HELP!
I have an element that uses a PNG with alpha as the background, and I want to do an fade/appear effect on it. It seems that on IE the two Microsoft filters that are needed for both the fade and the PNG background are conflicting with each other. If I fade the same element that already is using the "Microsoft.AlphaImageLoader" filter, I loose the alpha channel. Simple solution
2006 Jan 31
1
Slider values from .25 - 1
I am having some difficulty understanding how to set the slider values to a specific range <div id="track" style="position:absolute; left:25px; top:10px; width: 150px; height:10px;"> <div id="scaller" style=" width:10px; height:15px; background- image: url(slidder2.png)"></div> </div> var scalebar = new
2006 Jun 16
3
onCreate not getting triggered.
I am trying to get a loader to display during ajax requests, but the "onCreate" is not getting triggered. The onComplete does. function loadComponent(section){ values = arguments[1] pars = $H(values).toQueryString() pars = "section="+section+"&"+pars var url = ''/internal/ajax/requests.php''; var ComponentLoader = new