Monday, 1 December 2014

Understanding elements,tags in IBM WCM 8.0

Elements :- We can say elements are the key parts in WCM. There are different types of elements which can be included in Authoring Template, SiteArea, SiteAreaTemplate.

List of available elements :- 
ComponentReference
Date and Time
FileResource
HTML
Image
JSP
Link
Number
Options resource
RichText
ShortText
Text
User selection

Tag :-  After elements important things are tags. These tags are used in Components, Presentation templates to accomplish our logic or to include components in PT or get some information like context or to perform logics.

List of available Tags :- 
Component
Editable Element
Editable Property
Element
If Edit Mode
If Not Edit Mode
Path Component
Plugin Component
Property
StyleSheet

URL Component

Example exploring Path Component :- We will create a PT,map SiteArea,PT and Content then display all possible values in a table. This would be the best way to explore the tags or elements.

PT


Output


Note :- This post will be updated regularly until examples provided for all tags,elements.

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...