Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Plugin Development

tjlytle edited this page Dec 7, 2010 · 5 revisions

Plugins : Development

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

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

Clone this wiki locally