This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
devdoc:devdoc-custom-webgui [2011/06/17 07:36] – droemel | devdoc:devdoc-custom-webgui [2016/05/03 12:36] (current) – abelbeck |
---|
A typical custom tab edits fields and reads/writes the data to a text file or Asterisk astDB database. A basic starting **template.php** can be found here: | A typical custom tab edits fields and reads/writes the data to a text file or Asterisk astDB database. A basic starting **template.php** can be found here: |
| |
http://lonnie.abelbeck.com/astlinux/template.tar.gz | https://abelbeck.com/lonnie/astlinux/template.tar.gz |
| |
Additionally, if your custom tab mirrors the structure of an existing tab, that would be a good starting point as well. The template.php code is useful in understandng the basic structure and integration into the web interface. | Additionally, if your custom tab mirrors the structure of an existing tab, that would be a good starting point as well. The template.php code is useful in understandng the basic structure and integration into the web interface. |