Render Custom Menu
May 02, 2016 19:06

You can build your menus in a custom way. Sample Code: <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <% cama_menu_parse_items(c...

Read More
Installation
June 29, 2015 22:03

To install Camaleon CMS you need to do the following steps:  Install Ruby on Rails 4.1+ Visit here. Create your rails project rails new my_project Add the gem in your Gemfile gem 'camaleo...

Read More
Models
June 29, 2015 22:03

These are the most important models:Note: To use methods prefixed by the_ you will need to decorate the object like this: my_model = my_model.decorateSample: post10 = current_site.the_post(10)...

Read More
Hooks
June 29, 2015 22:03

Each hook trigger to all functions assigned on config.json for themes or plugins installed for current site. Some of this functions receive params to be customized in the function, for example:&nbs...

Read More
Plugins
June 29, 2015 22:03

The plugins permit you to add or extend (through hooks) the CMS functionalities for all your needs without affecting the core of the CMS. These plugins are small rails apps that include&n...

Read More
Themes
June 29, 2015 22:03

Themes permit you to create and customize content visualizations for all devices like: Desktop, Mobile and Tablet. This themes can be assigned for multiples sites at the same time without affe...

Read More
API Methods
June 29, 2015 22:03

MAIN FUNCTIONS FOR FRONTEND   the_head show custom assets added by pluginsshow respond js and html5shiv breadcrumb_draw draw the breadcrumb as html list breadcrumb_add(label, url = ""...

Read More
Custom Fields API
June 29, 2015 22:03

Exist three ways to extend the models: Custom fieldsCustom fields permit you to extend the Camaleon CMS for any complex content structure without programming anything.You can a...

Read More
License
August 02, 2015 07:12

MIT License Copyright (c) 2015 Camaleon CMS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to dea...

Read More