Javascript
From Yate Documentation
(Difference between revisions)
(Added link for sharing data) |
|||
Line 7: | Line 7: | ||
|- | |- | ||
|class="yate-content-left"| | |class="yate-content-left"| | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Javascript Reference]]</font><br/> | ||
+ | <div class="yate-page-desc">Language, Objects and Functions Reference.</div> | ||
<div class="bullet"> </div><font class="yate-page-title">[[Javascript routing]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[Javascript routing]]</font><br/> | ||
<div class="yate-page-desc">Configuring Javascript module to use routing scripts.</div> | <div class="yate-page-desc">Configuring Javascript module to use routing scripts.</div> |
Revision as of 16:27, 10 September 2013
Here is information about how to use the embedded Javascript implementation to change the behavior of Yate.
Information about the language | Configuration examples |
Language, Objects and Functions Reference.
Configuring Javascript module to use routing scripts.
Language extensions for including other files and libraries.
Object construction and prototypal inheritance in Javascript.
Messages in JavaScript
Describes implemented methods that process actions in certain time intervals.
Methods of sharing data between different Javascript instances.
|
Routing rules written in a script using Yate's Javascript module.
Accessing the database from javascript module.
|
See also