Please see my comments inline and shoot any queries you may have with UI plugins -
Thanks, Pranav -----Original Message----- From: CK [mailto:cloudw...@gmail.com] Sent: Tuesday, July 02, 2013 9:36 PM To: dev@cloudstack.apache.org Subject: ACS plugins Hi, Are UI plugins implemented/deployed differently to other types such as API, Storage or Networking plugins (reside under /cloudstack/plugins) [Pranav] - Yes , UI plugins are implemented in their own unique way . The wiki page elaborates on the pattern/structure you need to follow to develop a UI plugin. I am looking at writing a UI plugin, browsing the wiki I have come across this page: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial It mentions plugins reside in the /ui/plugins/(pluginID)folder and are registered in: /ui/plugins/plugins.js Is the UI plugin wiki correct and the one I should follow as opposed to the API plugins? [Pranav] - This is the perfect wiki page . Please follow it . Thanks