You could actually pass an object with any/all of the options you set on APE.Config
Also if you see yourself doing big or multiple projects and have the time, a quick search in the source code and may found some useful comments. Im currently developing an alternative client API on top of the current JSF and always have this two files open in the browser https://raw.github.com/APE-Project/APE_JSF/master/Build/uncompressed/apeCoreSession.js https://raw.github.com/APE-Project/APE_JSF/master/Build/uncompressed/apeClientJS.js I've found some useful uncodument methods and events while searching those files. Sent from my iPhone On Apr 18, 2012, at 12:42 PM, Louis Charette <[email protected]> wrote: Hi, 1.: The identifier is used to differentiate two APE instances on the same page. From the doc (http://www.ape-project.org/docs/client/client/load.html) : * identifier* - *(string)* ; defaults to : ape identifier is used to differentiate two APE instance when you are using more than one application on your website and using Session.js You can also specify a "channel" option as described in the user comments of the documentation page. 2.: Again, you can look at the online documentation ( http://www.ape-project.org/docs/client/core/start.html). I can't access this partcular page right now (not loading, I have trouble accessing the doc website sometime). The "name" parameters is used with the "nickname.js" server side command. I removed this page from my Ape Server and created my own function. It can be really useful when you want to store, server side, some infos about your user (CMS user_id, profile pic, full nickname, preferences, etc). 3.: I never seen such a thing, but I would be interested in such a thing. Even the online Documentation in PDF would be useful for me since I have trouble accessing the website sometimes. But for now, I think the online documentation and this group are the most complete things I came across so far. 4.: Don't know that one. - Louis Le 2012-04-18 à 12:19, Mart L a écrit : Hello, I have some javascript running using APE JSF to connect to an APE server, which I have installed myself. Everything works fine, but I have the following questions. I hope someone can help me with these. Help will be appreciated. 1. The client of the JSF (Javascript Framework) has a load function to load the APE core into an iframe in the webclient. I see in several examples that the function is used with a parameter, like: client.load({'identifier':'chatdemo'}); Where can I find a manual explaining the parameters, and what they are used for? 2. The Core of the JSF has a start function, which can have a parameter, as in: client.core.start({'name': rand_chars()}); Where is this parameter used for? Where can I find a manual explaining the parameters of the start function? 3. I really need a manual (not on the internet) explaining the complete JSF framework functions with all the parameters, and all the options for configuring the APE server. Where can I can such a manual? If not free, is it for sale? 4. What is the modchat option for the APE server? Where can I find documentation for it? Thanks in advance. Mart L. -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
