lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
contentbox.modules.contentbox-admin.modules.contentbox-filebrowser.handlers.Editor
Image Editor
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
cb
|
true
|
false
|
Method Summary | |
---|---|
any
|
crop([any event], [any rc], [any prc])
Crop image. |
any
|
imageSave([any event], [any rc], [any prc])
Save image. |
any
|
imageScale([any event], [any rc], [any prc])
Scale image. |
any
|
imageTransform([any event], [any rc], [any prc])
Flip/rotate image. |
any
|
index([any event], [any rc], [any prc])
Index. |
any
|
info([any event], [any rc], [any prc])
Info. |
any
|
preHandler([any event], [any currentAction], [any rc], [any prc])
Pre handler. |
private any
|
sanitizeUrl(string imgName, string imgPath)
Sanitize incoming paramed URL arguments. |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, init, onHandlerDIComplete |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
announce, announceInterception, async, back, externalView, forAttribute, getCache, getCachebox, getColdBoxSetting, getController, getDateTimeHelper, getEnv, getFlash, getFlow, getInstance, getIsoTime, getJsonUtil, getLog, getLogBox, getModuleConfig, getModuleSettings, getRenderer, getRequestCollection, getRequestContext, getRootWireBox, getSetting, getSystemProperty, getSystemSetting, getUserSessionIdentifier, getWirebox, ifNull, ifPresent, inDebugMode, includeUDF, isDevelopment, isProduction, isTesting, layout, listen, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populate, populateModel, relocate, renderExternalView, renderLayout, renderview, runEvent, runRoute, setCachebox, setController, setEnv, setFlash, setFlow, setJsonUtil, setLog, setLogBox, setSetting, setWirebox, settingExists, throwIf, throwUnless, toJson, unless, view, when |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- CBHelper@contentboxserializable
- trueMethod Detail |
---|
Crop image
event
rc
prc
Save image
event
rc
prc
Scale image
event
rc
prc
Flip/rotate image
event
rc
prc
Index
event
rc
prc
Info
event
rc
prc
Pre handler
event
currentAction
rc
prc
Sanitize incoming paramed URL arguments
imgName
- the image nameimgPath
- The image path location