This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 341
Plugin Development
tjlytle edited this page Dec 7, 2010
·
5 revisions
This page is going to morph as more info gets added.
To start, here are links to code and resources for anyone who wants to poke at plugin code:
OpenVBX.org resources
- Main doc page: http://openvbx.org/docs/
- Quickstart Guide: http://openvbx.org/docs/quickstart/
- Plugin API page: http://openvbx.org/docs/api/2010-06-01/plugin/
Of course you should look at existing plugins for examples.
Files and directories ... This section needs refinement
- Plugin directories can be named anything unique. They are hosted under the /plugins directory.
- plugin.json is located in the root of plugin folders and has metadata about the plugin itself. This data is shown in the Plugins section of the UI.
- twiml.php
Applets ... Add content here with tips on how to get started creating applets.
Themes ... To start, see http://openvbx.org/docs/themes/
##How-To How To add jQueryUI to a Plugin Page