Jelix 1.7.18

imageupload_htmlFormWidget extends upload2_htmlFormWidget
in package

Widget to display an image selector/editor.

Tags
subpackage

forms_widget_plugin

Table of Contents

$baseURI  : string
$dialogHeight  : mixed
$dialogWidth  : mixed
$imgMaxHeight  : mixed
$imgMaxWidth  : mixed
$newImgMaxHeight  : mixed
$newImgMaxWidth  : mixed
$uriAction  : string
$uriActionFileParameter  : string
parameter name containing the control value, for the jUrl object used to get the URL of the image.
$uriActionParameters  : array<string|int, mixed>
addFinalJs()  : mixed
addJs()  : mixed
controlJsChild()  : mixed
outputControl()  : mixed
outputControlValue()  : mixed
outputMetaContent()  : mixed
setAttributes()  : mixed
setDefaultAttributes()  : mixed
_outputControlValue()  : mixed
displayDialogEditor()  : mixed
displayEndChoice()  : mixed
displayEndChoiceItem()  : mixed
displayEndInputFile()  : mixed
displayImagePreview()  : mixed
displayInputFile()  : mixed
displayInputImage()  : mixed
displayModifyButton()  : mixed
displaySelectButton()  : mixed
displayStartChoice()  : mixed
displayStartChoiceItem()  : mixed
displayStartInputFile()  : mixed
displayValueASFilename()  : mixed
displayValueAsImage()  : mixed
filterImageAttributes()  : mixed
filterUploadAttributes()  : mixed
jsChoiceInternal()  : mixed
outputJs()  : mixed

Properties

$uriAction

protected string $uriAction = ''

the jUrl action selector used to get the URL of the image

$uriActionFileParameter

parameter name containing the control value, for the jUrl object used to get the URL of the image.

protected string $uriActionFileParameter = ''

The parameter can already exist into $uriActionParameters and could contain a %s pattern that will be replaced by the value. Else the existing parameter value will be replaced by the new value.

parameter name containing the control value

$uriActionParameters

protected array<string|int, mixed> $uriActionParameters = array()

parameters for the jUrl object used to get the URL of the image

Methods

setDefaultAttributes()

public setDefaultAttributes(mixed $attr) : mixed
Parameters
$attr : mixed
Return values
mixed

_outputControlValue()

protected _outputControlValue(mixed $fileName[, mixed $suffixId = '' ]) : mixed
Parameters
$fileName : mixed
$suffixId : mixed = ''
Return values
mixed

displayImagePreview()

protected displayImagePreview(mixed $style) : mixed
Parameters
$style : mixed
Return values
mixed

displayInputFile()

protected displayInputFile(mixed $attr) : mixed
Parameters
$attr : mixed
Return values
mixed

displayInputImage()

protected displayInputImage(mixed $attr[, mixed $idChoiceItem = '' ][, mixed $existingFile = '' ]) : mixed
Parameters
$attr : mixed
$idChoiceItem : mixed = ''
$existingFile : mixed = ''
Return values
mixed

displayModifyButton()

protected displayModifyButton(mixed $imageSelector, mixed $currentFileName) : mixed
Parameters
$imageSelector : mixed
$currentFileName : mixed
Return values
mixed

displayStartChoice()

protected displayStartChoice(mixed $blockId, mixed $attrs) : mixed
Parameters
$blockId : mixed
$attrs : mixed
Return values
mixed

displayStartChoiceItem()

protected displayStartChoiceItem(mixed $idItem, mixed $idRadio, mixed $attrRadio, mixed $checked, mixed $label) : mixed
Parameters
$idItem : mixed
$idRadio : mixed
$attrRadio : mixed
$checked : mixed
$label : mixed
Return values
mixed

displayStartInputFile()

protected displayStartInputFile(mixed $blockId) : mixed
Parameters
$blockId : mixed
Return values
mixed

displayValueASFilename()

protected displayValueASFilename(mixed $attr, mixed $filename, mixed $mimeType) : mixed
Parameters
$attr : mixed
$filename : mixed
$mimeType : mixed
Return values
mixed

displayValueAsImage()

protected displayValueAsImage(mixed $attr, mixed $url, mixed $filename, mixed $style) : mixed
Parameters
$attr : mixed
$url : mixed
$filename : mixed
$style : mixed
Return values
mixed

filterImageAttributes()

protected filterImageAttributes(array<string|int, mixed> &$attr) : mixed
Parameters
$attr : array<string|int, mixed>
Return values
mixed

filterUploadAttributes()

protected filterUploadAttributes(array<string|int, mixed> &$attr) : mixed
Parameters
$attr : array<string|int, mixed>
Return values
mixed

Search results