.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt transmission ^^^^^^^^^^^^ eServer ------- One of, well, currently there is only one option, so this is **Json**. Generall this allows you to specify how the server communicates with the client (e.g. the browser). eClient ------- Has to match the server as they should communicate. And since the server can, at the moment, only take one possible form, the client can do so as well. Thus, this is **Json** as well. aIncludeJs ---------- This is an array that allows you to manually include JavaScript files. It is, at the moment at least, not necessary to use this feature as there are other ways to include JS files (TypoScript for instance). Anyhow, this feature might become handy in future when there are (maybe) other transmission types as well.