| ###############################################################################
# pAjax                                                                  TODO #
###############################################################################
- Add behavior to support inline scripts (no function or method calls)
  Use output buffer to returned string and preventing browser crash
- Support factory calls. This is a limitation that disable the ability
  to use private members and use the get methods. For example:
      obj.getSubObj().anotherPublicSubObj.execMethod << do not allowed
- Support static method calls, ie: Class::SomeMethod
- Support more browsers by using hidden iframe technique
- Create own XML support instead of use another classes dependencies
- Create a web page to support this class
 |