Hi,

it is the same with other frameworks. Until JavaScript does not
include several functions we add them to the prototype. I'm using a
seperate class that will simulate a NameValueCollection as in .NET.
Maybe you want to have a look at the source code within AjaxPro.

What you can do is to create your own JavaScript files (inital copies
of my JavaScript files) and modify those parts you don't want to have.
There is a way to replace the build-in files:

http://groups.google.com/group/ajaxpro/search?group=ajaxpro&q=scriptReplacements&qt_g=1&searchnow=Search+this+group

Regards,
Michael




On 9/28/06, Razor247 <[EMAIL PROTECTED]> wrote:
>
> The problem is that we have extended the Array object to simulate a
> hash table. A hash table as you know uses key/value pairs which we
> simulate by adding dynamic properties to the array object when a new
> key/value is added. So the property you add globally using prototype
> shows up as a key/value pair on our custom object due to the way we
> implement our custom Hashtable. Is there a reason that you must
> override all Arrays using protoype created on the page instead of just
> these custom functions to the one your working with?  Anyone who uses
> this hashtable implementation by extending the Array object (which we
> found all over the net) will get additional entries when using AjaxPro.
>
>
> >
>


-- 
Best regards | Schöne Grüße
Michael

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/

Skype: callto:schwarz-interactive
MSN IM: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to