lucee.Component coldbox.system.FrameworkSupertype contentbox.models.ui.BaseWidget contentbox.widgets.Renderview
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Renders any view in your ColdBox application
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any
|
renderIt(string view, [boolean cache='false'], [any cacheTimeout], [any cacheLastAccessTimeout], [any cacheSuffix], [any module], [string args=''])
Render the widget out. |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
Render the widget out
renderIt
in class
BaseWidget
view
- The named path of the view to rendercache
- Cache the contents of the render view or not, by default it is falsecacheTimeout
- The cache timeout in minutescacheLastAccessTimeout
- The cache idle timeout in minutescacheSuffix
- A suffix for the cache entrymodule
- The name of the module to render the view fromargs
- The arguments to pass to the view, this should be a comma delimitted list of name value pairs. Ex: widget=true,name=Test