XULit! CMS 
| resources: | Home Mailing List Status Feedback Installation Source Code Bugs Screenshots |
|---|---|
| documentation: | Documentation API Server API Client API |
XULit! Client API
This is the current implementation, nothing is frozen.
To understand the client API, an overview of the structure of the client
is necessary. The client is more or less, a simple window with
an IFRAM in witch different pages are loaded. With this system, the loaded page can
access the global functions in the API, with a simple parent.thefunction() call.
The API in the client, is the set of functions which are usefull, and available with a
parent.thefunction() call.
- logConnection(text): add information to the log of the connection
- getXulit(): get the xulit object which store the general information of the current session
Details
getXulit()
return an object with these properties:
xmlrpcserver: Address of the xmlrpc server
webserver: Address of the web server
login: Login of the user
password: Password of the user
sessionid: Session id of the user
connectionlog: Connection log of the user