How does your code call template, CSElement, and SiteEntry assets?
Because a SiteEntry is a pagelet, you use the render:satellitepage tag to call SiteEntry assets from within your element code.
Because a CSElement is an element, you use the render: callelement tag to call CSElement assets from within your element code.
Because a template is both an element and a page name, you can use either of the above, although typically the render: calltemplate tag is designed to be used for templates. It encapsulates the functionality of render:satellitepage and render:calleelement as well as other features, such as parameter validation.
1) Separation of design, structure and content.
2) The CMS provides a graphical user interface that allows the editor to create content, add images and multimedia files, create content schedules, and much more.
3) Easy generation of navigation items for placed pages.
4) Configurable access restrictions.
5) Dynamic content.
6) Decentralized maintenance.
7) Content scheduling.
8) 2 level caching mechanism.
9) Easy ways to create workflows.
10) Designed with non-technical content authors in mind
11) Options for dynamic as well as static publishing etc….
Hi Everyone ...
For last 4.5+ years I am working on FatWire CMS .I have been struggling to find sample codes of FatWire on web but never got much help and thus creating this blog which will contain sample codes for FatWire /Webcenter sites development.