Author Topic: Need help adding module  (Read 5270 times)

burro

  • Newbie
  • *
  • Posts: 3
Need help adding module
« 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

shrike

  • Newbie
  • *
  • Posts: 14
Need help adding module
« Reply #1 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.

joe

  • Newbie
  • *
  • Posts: 4
Re: Need help adding module
« Reply #2 on: July 28, 2008, 03:48:54 am »
So, how can I add a button in left side menu???

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Re: Need help adding module
« Reply #3 on: August 01, 2008, 05:19:45 am »
There is no developer guide for the Community Edition at this time.
Calem Community Forum Admin

joe

  • Newbie
  • *
  • Posts: 4
Re: Need help adding module
« Reply #4 on: August 04, 2008, 02:35:56 am »
There is no developer guide for the Community Edition at this time.

I see.., thanks~

hu97224

  • Newbie
  • *
  • Posts: 11
Re: Need help adding module
« Reply #5 on: June 18, 2009, 11:42:28 am »
it would be nice to have a build instruction, then we can figure from there.

ramorius

  • Newbie
  • *
  • Posts: 4
Re: Need help adding module
« Reply #6 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.