Hi -

I have not yet had the time to write any systems that take advantage of
the advanced features that the framework has to offer.  Could someone
possibly explain to me what these things are, and how/why someone would
use them?  Thank you.

IJavaScript objects new ctor added.
    Example:
AjaxPro.JavaScriptObject o = new AjaxPro.JavaScriptObject();
o.Add("firstName", new AjaxPro.JavaScriptString("Michael"));
o.Add("age", new AjaxPro.JavaScriptNumber(29));
o.Add("isMarried", new AjaxPro.JavaScriptBoolean(true));
o.Add("x", new AjaxPro.JavaScriptNumber(2.3456));
o.Add("y", new AjaxPro.JavaScriptArray(new AjaxPro.IJavaScriptObject[]
{ new AjaxPro.JavaScriptBoolean(true), new
AjaxPro.JavaScriptNumber(2.33) }));
return o;

Added ajaxNet/ajaxSettings/oldStyle/sessionStateDefaultNone tag to set
   default HttpSessionStateRequirement to None instead of new default
ReadWrite.
   This is necessary to don't forget to set it and to keep-alive the
session state on the
   web server.

MS.getEvent, MS.getTarget, MS.setText, MS.setHtml. Will be replaced by
prototype.js!!

- Fixed bug when using AjaxNamespace: now it will search first all
AjaxNamespaces defined  for methods, if nothing found use the
MethodInfo.Name.

And I almost feel too stupid to ask, but how do you use the converters
(for anything) and when should you use them?

Thanks,


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to