Hi all,I need to customize some display of fields and region in list.xhtml and view.xhtml<br>for example:<br>Product.java $ field string --named description;<br>Product.java $ decorate --field  description --with ckeditor;<br>
Product.java $ region add  --fromXML //codeFragment[@id=&#39;myShoppingActionCode&#39;];<br><br>Fragment.java $ field string --named code;<br>Fragment.java $ decorate --field  code --with syntaxhighlighter;<br><br><br>Where &#39;myShoppingActionCode&#39; has &quot;Add To ShoppingCart&quot; button and &quot;Add to Compare&quot; button.<br>
ckeditor :   <span class="f"><cite><b><a href="http://ckeditor">http://ckeditor</a></b>.com/demo<br></cite></span>syntaxhighlighter: http://<span class="f"><cite><a href="http://code.google.com/p/">code.google.com/p/</a><b>syntaxhighlighter</b>/</cite></span>