Javascript
From Yate Documentation
(Difference between revisions)
(Use mediawiki formatting instead of html tags.) |
|||
Line 7: | Line 7: | ||
|- | |- | ||
|class="yate-content-left"| | |class="yate-content-left"| | ||
− | + | * [[Javascript Reference]] | |
− | + | Language, Objects and Functions Reference. | |
− | + | * [[Javascript routing]] | |
− | + | Configuring Javascript module to use routing scripts. | |
− | + | * [[Including other files]] | |
− | + | Language extensions for including other files and libraries. | |
− | + | * [[Constructors and prototypes]] | |
− | + | Object construction and prototypal inheritance in Javascript. | |
− | + | * [[Messages in JS]] | |
− | + | Messages in JavaScript | |
− | + | * [[Time events in Javascript]] | |
− | + | Describes implemented methods that process actions in certain time intervals. | |
− | + | * [[Sharing data in Javascript]] | |
− | + | Methods of sharing data between different Javascript instances. | |
+ | |||
|class="yate-content-right"| | |class="yate-content-right"| | ||
− | |||
− | |||
− | |||
− | |||
* [[How to do routing using javascript]] | * [[How to do routing using javascript]] | ||
Routing rules written in a script using Yate's Javascript module. | Routing rules written in a script using Yate's Javascript module. |
Revision as of 12:38, 11 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