My favorites | Sign in
Logo
                
Search
for
Updated Aug 24, 2009 by jeffdep@yahoo.com
codeInjection  
Details on the confirmed functionalites of the code injection system in the Fosfr .9 BETA release.

Confirmed abilities:

  1. read and modify values of public properties, where additional params meet guidelines specified in this list.
  2. call public methods, single or multiple parameters, where params meet guidelines specified in this list
  3. dot syntax for accessing objects
  4. boolean values
  5. new arrays via "[ ]" syntax (currently only empty; additional functionality forthcoming)
  6. new objects via "{ }" syntax (currently only empty; additional functionality forthcoming)
  7. references to 'this'
  8. references to 'null'
  9. nested references (i.e., methods inside methods, object dot syntax within methods)
  10. discerns between string vals and properties of the same name
  11. discerns both ( " ) and ( ' ) quotation types
  12. semicolons at end of line are valid but not required
  13. handles white space variations in string value of call

Sign in to add a comment
Hosted by Google Code