Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:3500:0800 [2023/04/05 06:47] – sean | docs:3500:0800 [2025/06/12 02:36] (current) – Rename to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Writing client-side plugins ====== | ====== Writing client-side plugins ====== | ||
| - | In //**Aware IM**// you can not only add plugins for the server (such as custom processes, channels or functions), but you can also add plugins that execute on the client within a web browser. Most of the time you would write these plugins in order to add your custom user interface functionality, | + | In //**AwareIM**// you can not only add plugins for the server (such as custom processes, channels or functions), but you can also add plugins that execute on the client within a web browser. Most of the time you would write these plugins in order to add your custom user interface functionality, |
| All client-side plugins must be written in Javascript and in most cases you need the knowledge of the [[http:// | All client-side plugins must be written in Javascript and in most cases you need the knowledge of the [[http:// | ||
| - | There are several types of the client-side plugins you can add in //**Aware IM**//: | + | There are several types of the client-side plugins you can add in //**AwareIM**//: |
| * Modify the default behaviour and presentation of forms | * Modify the default behaviour and presentation of forms | ||