Hi all,I need to customize some display of fields and region in list.xhtml and view.xhtml
for example:
Product.java $ field string --named description;
Product.java $ decorate --field  description --with ckeditor;
Product.java $ region add  --fromXML //codeFragment[@id='myShoppingActionCode'];

Fragment.java $ field string --named code;
Fragment.java $ decorate --field  code --with syntaxhighlighter;


Where 'myShoppingActionCode' has "Add To ShoppingCart" button and "Add to Compare" button.
ckeditor :   http://ckeditor.com/demo
syntaxhighlighter: http://code.google.com/p/syntaxhighlighter/