Calem Community Forum

Development => Common => Topic started by: burro on April 07, 2008, 09:54:01 am

Title: Need help adding module
Post by: burro on April 07, 2008, 09:54:01 am
Hi, I need to add a new module to CalemEAM OpenSource. How do I go about doing that?

Thanks in advance
Title: Need help adding module
Post by: shrike on May 06, 2008, 03:38:23 pm
Similar interest here. Some preliminary work appears to have been done in organizing the wiki, but no topic matter exists (file naming conventions, coding conventions, api docs, basic instructions, tutorials, etc.).

Upon casually looking at the code, it seems like a Javascript-based client-side MVC-like architecture exists for the controller and views with the business logic (model) being handled on the server side. If an off-the-shelf framework was used, it might be possible to find some information on the framework's support site. I noticed elsewhere the mention of the Ajax toolkit used for the client side. This was the Kabuki Ajax Toolkit. I'm wondering if this toolkit provides the underlying framework. Is so, this might be the place to start for lack of other documentation.
Title: Re: Need help adding module
Post by: joe on July 28, 2008, 03:48:54 am
So, how can I add a button in left side menu???
Title: Re: Need help adding module
Post by: calemadmin on August 01, 2008, 05:19:45 am
There is no developer guide for the Community Edition at this time.
Title: Re: Need help adding module
Post by: joe on August 04, 2008, 02:35:56 am
There is no developer guide for the Community Edition at this time.

I see.., thanks~
Title: Re: Need help adding module
Post by: hu97224 on June 18, 2009, 11:42:28 am
it would be nice to have a build instruction, then we can figure from there.
Title: Re: Need help adding module
Post by: ramorius on May 19, 2011, 07:23:19 am
Found this in the Wiki. It might help, if everyone hasn't already given up...

Quote
Client Configuration
Client configuration (at CalemEAM/client/conf) includes CalemConf.js and CalemConf.custom.js. Create CalemConf.custom.js from CalemConf.custom.sample.js if it is the first time customizing client configuration (so CalemConf.custom.js does not exist).

When client configuration changes are complete. Go to CalemEAM/bin directory, run command 'deploy.bat build' (or ./deploy.sh build) to build client packages for changes to be effective.