You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Josiah Horton edited this page Feb 1, 2016
·
1 revision
Learn the basics
How does APNM work?
The .APNM file uses a sudo-language that is called by the API and turned into usable data for the application. In a future update to the API the sudo-language in the manifest file will be turned into a true language that can be used in multiple files other than just the manifest and will provide a better development experience for development. The API then takes that data and locates the files mentioned in the manifest file such as the index.html file and the icon file. Then the API generates the appropriate Window or UI-Element for the plugin. The Window or UI-Element is then populated with the visual objects created or mention by the code the developer included. Now the API implements the Window or UI-Element in the application itself.