Javascript
From Yate Documentation
(Difference between revisions)
(Created page with "Here is information about how to use the embedded Javascript implementation to change the behavior of Yate. {|class="yate-table" |class="yate-header-right"|Information about ...") |
|||
Line 2: | Line 2: | ||
{|class="yate-table" | {|class="yate-table" | ||
− | |class="yate-header-right"| | + | |class="yate_header_left"|'''Information about the language''' |
+ | |class="yate-header-right"|'''Configuration examples''' | ||
|- | |- | ||
− | |class=" | + | |class="telephony-content-left"| |
<div class="bullet"> </div><font class="yate-page-title">[[Including other files]]</font><br/> | <div class="bullet"> </div><font class="yate-page-title">[[Including other files]]</font><br/> | ||
<div class="yate-page-desc">Language extensions for including other files and libraries.</div> | <div class="yate-page-desc">Language extensions for including other files and libraries.</div> | ||
<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">[[Javascript routing]]</font><br/> | ||
+ | <div class="yate-page-desc"></div> | ||
+ | |class="yate-content-right"| | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[How to do routing using javascript]]</font><br/> | ||
+ | <div class="yate-page-desc"></div> | ||
|} | |} |
Revision as of 10:55, 27 February 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 extensions for including other files and libraries.
Object construction and prototypal inheritance in Javascript.
|
|