Hello All,
I have just joined rails-spinoffs mailing lists and I would like to
introduce myself. My name is Casey and I am a professional Web and
J2EE developer currently working out of New York. I am very
interested in contributing to the Scriptaculous javascript library.
For the past f
5, Thomas Fuchs <[EMAIL PROTECTED]> wrote:
That sounds great!
Please go ahead. :)
Thomas
Am 19.11.2005 um 22:26 schrieb Casey O'Neill:
Hello All,
I have just joined rails-spinoffs mailing lists and I would
like
to introduce myself. My name is Casey and I am a professio
To me, a Rich Text Editor is more of a javascript application then a
library component. Take a look at these
http://www.fckeditor.net/demo/demo03.html
http://dojotoolkit.org/docs/rich_text.html
On Nov 25, 2005, at 1:35 AM, Maninder, Singh wrote:
I know this doesn't necessarily fall under AJ
I think that sounds great. It seems like it would also be nice to have the option of having the next image url determined by an ajax call.CaseyOn 1/13/06,
Gregory Hill <[EMAIL PROTECTED]> wrote:
I had to make a sort of slideshow for a site I'm working on, and I wasthinking of making it into a Scri
Tom, I think using the ahah mentality would work nice for what you are suggesting. Pull in a fully formatted div, image, page or what ever you wanted it to be. CaseyOn 1/13/06,
Tom Fakes <[EMAIL PROTECTED]> wrote:
My idea, coupled with the 'Ajax to get the next image' from Casey wouldalleviate the
Does anyone know if IE has a limit to how many object document.getElementsByTag can return? The main problem is that getElementsByClassName is not working on my page with IE but it works with Firefox. I've traced it back to the
document.body.getElementsByTag('*') command. While inspecting the leng
So I found the problem. There was an input field on the page with an where id="length". I renamed the field and it works. I love IE!On 2/26/06, Casey O'Neill
<[EMAIL PROTECTED]> wrote:
Does anyone know if IE has a limit to how many object document.getElementsByTag can return
I have created a _javascript_ object which is initialized for some input fields, fieldsets, and divs on the page. With each object i attach a mouseover and mouseout event that highlights and un-highlights. Also on mouseout i am trying to display the id of the object to a console. The highlighting w
e
this:
this.mouseOver_Listener = this.highight.bindAsEventListener(this);
Event.observe(this, "mouseover",
this.mouseOver_Listener);
…now this will work…
Event.stopObserving(this, "mouseover",
this.mouseOver_Listener);
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Be
How do you determine the type of a prototype object? I have a hashmap that was created using $H(). var temp = new $H();typeof temp: "object"temp.constructor
(): [object Object]I know the the $H() is initially created by extending object but is there anyway to figure out if the temp object is of typ
but I don't believe it does.
Greg
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Casey O'Neill
Sent: Wednesday, June 07, 2006
1:54 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs]
Determining the type of an object
How do you de
I placed the following code in the window.onload method. It works but only on inline images. It will not work if the image is loaded through css. For the transparent PNG's I use Fireworks 8 and export as PNG 32.Also, I did not write this code. I got it off of some website. I forget which and I will
12 matches
Mail list logo