Application Object Model
Application Object Model[1] (AOM) for Mozilla is an application programming interface for manipulating the application using JavaScript. It is similar to Document Object Model, but instead of being document-centric, it is application-centric. For example, opening web services, saving files, etc.
This term was coined to avoid confusion with DOM which is mainly used for manipulating HTML documents.
|
References
- ↑ Hyatt, Dave. "The Implementation of the Application Object Model". Retrieved 16 August 2012.
This article is issued from Wikipedia - version of the Friday, March 20, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.