tamoj32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-28 01:33 UTC
Ajax.InplaceEditor (script.aculo.us / Prototype)
I am new to script.aculo.us and prototype and I am having problem using it. It only has problem in IE. There is no problem in Firefox and it works fine. I am using script.aculo.us InPlaceEditor and it always returns object expected as an exception. What I could debug so far is I could see element and url which are the parameters. I could see object in Ajax.InPlaceEditor after creating class but always get an error when Ajax.InplaceEditor.prototype is initialized or assigned. Any reference would be a great help for me. Please let me know if there is any other right place to post by problem. Thanks, Tamoj... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
tamoj32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-28 01:48 UTC
Re: Ajax.InplaceEditor (script.aculo.us / Prototype)
the code: error when calling this: new Ajax.InPlaceEditor(elementname, url, options); in control.js Ajax.InPlaceEditor = Class.create(); Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99"; Ajax.InPlaceEditor return object but error on Ajax.InPlaceEditor.prototype = { initialize: function(element, url, options) { Tamoj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---