|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
contentbox.model.ui.BaseWidget
contentbox.widgets.EntryInclude
public class EntryInclude
A widget that can render out ContentBox blog entries inline
Constructor Summary | |
---|---|
init([any controller])
|
Method Summary | |
---|---|
array |
getSlugList()
Return an array of slug lists, the @ignore annotation means the ContentBox widget editors do not use it only used internally |
any |
renderIt(string slug, [string defaultValue])
Renders a ContentBox page by slug name |
Methods inherited from class coldbox.system.Plugin |
---|
getPluginDescription, getPluginName, getPluginVersion, getRequestCollection, getRequestContext, getpluginAuthor, getpluginAuthorURL, getpluginPath, setPluginDescription, setPluginName, setPluginVersion, setpluginAuthor, setpluginAuthorURL
|
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getInterceptor, getMailService, getMailSettings, getMemento, getModel, getModuleSettings, getMyPlugin, getNewMail, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getValidationManager, getfwLocale, includeUDF, loadGlobalUDFLibraries, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists, validateModel
|
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init([any controller])
controller
Method Detail |
---|
public array getSlugList()
public any renderIt(string slug, [string defaultValue])
renderIt
in class
BaseWidget
slug
- The page slug to renderdefaultValue
- The string to show if the page does not exist
|
ContentBox Core API 1.6.0 | ||||
FRAMES |