org.broadleafcommerce.openadmin.client
Interface HtmlEditingModule

All Superinterfaces:
Module
All Known Implementing Classes:
AbstractHtmlEditingModule

public interface HtmlEditingModule
extends Module

Created by IntelliJ IDEA. User: jfischer Date: 9/30/11 Time: 3:28 PM To change this template use File | Settings | File Templates.


Method Summary
 String getBasicHtmlEditorIFramePath()
           
 String getHtmlEditorIFramePath()
           
 void setBasicHtmlEditorIFramePath(String basicHtmlEditorIFramePath)
           
 void setHtmlEditorIFramePath(String htmlEditorIFramePath)
           
 
Methods inherited from interface org.broadleafcommerce.openadmin.client.Module
getModuleKey, getModuleTitle, getOrder, getPages, postDraw, preDraw, setOrder
 

Method Detail

getHtmlEditorIFramePath

String getHtmlEditorIFramePath()

setHtmlEditorIFramePath

void setHtmlEditorIFramePath(String htmlEditorIFramePath)

getBasicHtmlEditorIFramePath

String getBasicHtmlEditorIFramePath()

setBasicHtmlEditorIFramePath

void setBasicHtmlEditorIFramePath(String basicHtmlEditorIFramePath)


Copyright © 2013. All Rights Reserved.