|
@ -7,7 +7,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section class="oe_container" style="padding-bottom: 70px;"> |
|
|
|
|
|
|
|
|
<section class="oe_container" style="padding-bottom: 60px;"> |
|
|
<div class="oe_row oe_spaced"> |
|
|
<div class="oe_row oe_spaced"> |
|
|
<div class="oe_picture"> |
|
|
<div class="oe_picture"> |
|
|
<h3 class="oe_slogan">Overview</h3> |
|
|
<h3 class="oe_slogan">Overview</h3> |
|
@ -17,10 +17,8 @@ |
|
|
extend the web client and declare a new bus channel. |
|
|
extend the web client and declare a new bus channel. |
|
|
</p> |
|
|
</p> |
|
|
<p> |
|
|
<p> |
|
|
Example: |
|
|
|
|
|
</p> |
|
|
|
|
|
<pre> |
|
|
|
|
|
<code> |
|
|
|
|
|
|
|
|
<pre> |
|
|
|
|
|
<code> |
|
|
var WebClient = require('web.WebClient'); |
|
|
var WebClient = require('web.WebClient'); |
|
|
var session = require('web.session'); |
|
|
var session = require('web.session'); |
|
|
|
|
|
|
|
@ -34,8 +32,9 @@ WebClient.include({ |
|
|
... |
|
|
... |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
</code> |
|
|
|
|
|
</pre> |
|
|
|
|
|
|
|
|
</code> |
|
|
|
|
|
</pre> |
|
|
|
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
@ -52,4 +51,4 @@ WebClient.include({ |
|
|
</div> |
|
|
</div> |
|
|
<img src="logo.png" style="width: 200px; margin-bottom: 20px;" |
|
|
<img src="logo.png" style="width: 200px; margin-bottom: 20px;" |
|
|
class="center-block"> |
|
|
class="center-block"> |
|
|
</section> |
|
|
|
|
|
|
|
|
</section> |