1 5 package org.exoplatform.portlets.content.display.component; 6 7 import java.util.List ; 8 9 15 public class UIAdminContentPortlet extends UIAdminStaticContentPortlet { 16 17 public UIAdminContentPortlet(UIContentEditor uiEditor, UIContentConfig uiConfig, 18 UIContentConfigForm uiConfigForm) { 19 super(uiConfig, uiConfigForm); 20 uiConfig.setModificationAllowed(true); 21 List children = getChildren(); 22 uiEditor.setRendered(false); 23 children.add(uiEditor); 24 } 25 } | Popular Tags |