1 31 32 package org.opencms.workplace.editors; 33 34 import org.opencms.jsp.CmsJspActionElement; 35 36 54 public class CmsLEditEditor extends CmsSimpleEditor { 55 56 57 public static final String EDITOR_TYPE = "ledit"; 58 59 64 public CmsLEditEditor(CmsJspActionElement jsp) { 65 66 super(jsp); 67 } 68 69 72 public final String getEditorResourceUri() { 73 74 return getSkinUri() + "editors/" + EDITOR_TYPE + "/"; 75 } 76 77 } 78 | Popular Tags |