Javascript
From Yate Documentation
(Difference between revisions)
Line 13: | Line 13: | ||
<div class="bullet"> </div><font class="yate-page-title">[[Constructors and prototypes]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[Constructors and prototypes]]</font><br/> | ||
<div class="yate-page-desc">Object construction and prototypal inheritance in Javascript.</div> | <div class="yate-page-desc">Object construction and prototypal inheritance in Javascript.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[API]]</font><br/> | ||
+ | <div class="yate-page-desc">Javascript Yate's API.</div> | ||
|class="yate-content-right"| | |class="yate-content-right"| | ||
<div class="bullet"> </div><font class="yate-page-title">[[How to do routing using javascript]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[How to do routing using javascript]]</font><br/> |
Revision as of 16:20, 26 March 2013
Here is information about how to use the embedded Javascript implementation to change the behavior of Yate.
Information about the language | Configuration examples |
Configuring Javascript module to use routing scripts.
Language extensions for including other files and libraries.
Object construction and prototypal inheritance in Javascript.
Javascript Yate's API.
|
Routing rules written in a script using Yate's Javascript module.
Accessing the database from javascript module.
|
See also