Interface ClientResourcePlugin
Definition of a plug-in providing resource urls to be loaded in webedit.
- Since:
- 5.2.25
- 
Method SummaryModifier and TypeMethodDescriptionProvides a list of relative or absolute javascript urls to be loaded in webedit.Provides a list of relative or absolute stylesheet/css urls to be loaded in webedit.
- 
Method Details- 
getScriptUrlsProvides a list of relative or absolute javascript urls to be loaded in webedit. The base-url for the relative urls is the webedit webapp context path (e.g. /fs5webedit/).- Returns:
- a list of javascript urls which should be loaded in webedit.
- Since:
- 5.2.25
 
- 
getStylesheetUrlsProvides a list of relative or absolute stylesheet/css urls to be loaded in webedit. The base-url for the relative urls is the webedit webapp context path (e.g. /fs5webedit/).- Returns:
- a list of stylesheet/css urls which should be loaded in webedit.
- Since:
- 5.2.25
 
 
-