Hi,
You'd have to see if metawidget supports this. Otherwise, you'll need to implement another scaffold-provider that provides the individal control necessary, unless I am not understanding you correctly.
Feel free to experiment!
~Lincoln
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/
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev