railo-context.Componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
contentbox.model.ui.BaseWidget
contentbox.widgets.MessageBox
A widget that executes the ColdBox MessageBox Plugin to render something out.
Constructor Summary | |
---|---|
init([any controller])
|
Method Summary | |
---|---|
any
|
renderIt(string type='info', string message)
Execute a MessageBox render message to display awesome ColdBox MessageBoxes. |
Methods inherited from class coldbox.system.Plugin |
---|
getpluginAuthor, getpluginAuthorURL, getPluginDescription, getPluginName, getpluginPath, getPluginVersion, getRequestCollection, getRequestContext, setpluginAuthor, setpluginAuthorURL, setPluginDescription, setPluginName, setPluginVersion |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
addAsset, announceInterception, getCache, getController, getDatasource, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
Methods inherited from class railo-context.Component |
---|
None |
Constructor Detail |
---|
controller
Method Detail |
---|
Execute a MessageBox render message to display awesome ColdBox MessageBoxes
renderIt
in class
BaseWidget
type
- The MessageBox type to render: info, warning, errormessage
- The message to render