This delivery includes examples of add-in implementations developed using Native API and COM technologies, as well as extensions for Mozilla Firefox and Internet Explorer. A template that you can use for writing add-ins from scratch is also included.
Add-in implementations were made as much similar as possible (same identifiers, names, and so on) to simplify learning and analysis.
The example for a mobile platform is different due to mobile platform specifics, it is a simple pedometer. It is available in the \example\NativeAPIMobile directory.
The following sections describe the properties and methods implemented in the examples.
Next page: 1C:Enterprise add-in examples for desktop computer