$root.$iremoteforms.REMOTEFORM.$objs.camera

Parent: $root.$iremoteforms.REMOTEFORM.$objs
 
Children 

Class notation

Properties Methods Events 

Properties

Warning: with the exception of $componentctrl,$componentlib,$ident,$name and $objtype, the values of properties can only be read in client methods.

Object specific 
$aspectratioIf > 0, enforce as the aspect ratio of the desired image (width / height)
$cameraactionAssign a kJSCameraAction... constant to perform an action with the camera
$capturesizeThe length in pixels of the longest edge of the image when captured using kJSCameraActionCaptureImage.The other length is calculated automatically from $aspectratio.If 0, uses the device values
$disabledefaultcontextmenuIf true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated)
$iconidThe icon identifier used to reference the icon
$imagequalityThe captured image quality.Only applicable when $imagetype=kJSCameraImageTypeJPEG
$imagetypeThe captured image data type
kJSCameraImageTypeJPEG kJSCameraImageTypePNG
$showuiShows a default UI for the given selection
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

$showpanel$showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client

Events

Object specific 
evBarcodeScannedA barcode has been scanned
Parameters
pEventCodeThe event code
pValueThe decoded value
pCodeFormatThe code format
pErrorA row containing [errorCode] a kJSCameraError... constant and [errorDescription] containing the browser error description
evGetDevicesEvent returned from performing kJSCameraActionGetDevices action
Parameters
pEventCodeThe event code
pCameraListA list of camera devices
pErrorA row containing [errorCode] a kJSCameraError... constant and [errorDescription] containing the browser error description
evImageCapturedFired when an image has been captured from the camera device
Parameters
pEventCodeThe event code
pImageTypeThe kJSCameraImageType... constant of the captured image
pErrorA row containing [errorCode] a kJSCameraError... constant and [errorDescription] containing the browser error description
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
StandardevCanDrop evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods