I have read that Javascript coding in BIRT is based on Rhino Javascript. Does a BIRT specific Javascript reference exist, or is it best to refer to a Rhino Javascript reference?
The Rhino Project Page (
http://www.mozilla.org/rhino/overview.html) states "The JavaScript language itself is standardized by Standard ECMA-262 ECMAScript: A general purpose, cross-platform programming language. Rhino 1.5 implements JavaScript 1.5, which conforms to Edition 3 of the Standard." and a reference is located at
http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf.