$root.$iremoteforms.REMOTEFORM.$objs.device

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 
$actionAssign a kJSDeviceAction... constant to this property to instruct the client to perform the specified action
$borderradiusRadius for rounded border corners.1 to 4 pixel values separated by -,in order topleft,topright,bottomright,bottomleft.If bottomleft is omitted it is topright.If bottomright is omitted it is topleft.If topright is omitted it is topleft
$communicationaddressAssign a contact address to this property for communication
$communicationdataAssign communication data to this property
$communicationsubjectAssign communication subject to this property
$contactaddressesIf true, contact Addresses will be returned
$contactbirthdayIf true, contact Birthday's will be returned
$contactcategoriesIf true, contact Categories will be returned
$contactdisplaynameIf true, contact Display Name will be returned
$contactemailsif true, contact Email Addresses will be returned
$contactimsIf true, contact Im's will be returned
$contactnameIf true, contact Name will be returned
$contactnicknameIf true, contact Nick Name will be returned
$contactnotesIf true, contact notes will be returned
$contactorganizationsIf true, contact Organizations will be returned
$contactphonenumbersIf true, contact Phone Numbers will be returned
$contactphotosIf true, contact Photo's will be returned
$contacturlsIf true, contact Url's will be returned
$deviceimageThe name of an instance variable used to contain device image data
$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)
$imageaspectIf > 0, enforce as the aspect ratio of the desired image (width / height). Only used by the Photo action.
$imagejpeglevelThe level of JPEG compression (0-100) to be performed on image handling. 100 being max quality
$imagemegapixelThe maximum megapixel of the image from the device
$imagesizemenuIf true, an image size menu will be shown on image handling
$soundnameAssign name of sound to be played to this property
Standard$active $alpha $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

Warning: with the exception of $redraw(),methods can only be called from client 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
$takephoto$takephoto([iWidth,iHeight]) Capture a photo. If iWidth & iHeight are specified, they specify the aspect ratio & maximum dimensions for the image, overriding the $imageaspect & $imagemegapixel properties. Only works inside a 'wrapper' app

Events

Object specific 
evBarcodeFailedSent to device control when barcode data has failed to return from the device
Parameters
pEventCodeThe event code
pDeviceErrorCodeA numerical constant for the error which has occurred. See pErrorText for a textual description
pDeviceErrorTextA description of the error which has occurred
evBarcodeReturnedSent to device control when barcode data has returned from the device
Parameters
pEventCodeThe event code
pDeviceBarcodeThe barcode data
evContactsFailedSent to the device control when contact data has failed to return from the device.
Parameters
pEventCodeThe event code
evContactsReturnedSent to the device control when contact data has returned from the device.
Parameters
pEventCodeThe event code
evGpsReturnedSent to the device control when gps data has returned from the device.
Parameters
pEventCodeThe event code
pDeviceGpsThe gps location
evImageFailedSent to the device control when contact data has failed to return from the device.
Parameters
pEventCodeThe event code
evImageReturnedSent to the device control when contact data has returned from the device.
Parameters
pEventCodeThe event code
evPhotoFailedSent to the device control when contact data has failed to return from the device.
Parameters
pEventCodeThe event code
evPhotoReturnedSent to the device control when contact data has returned from the device.
Parameters
pEventCodeThe event code
evUniqueIDReturnedSent to device control when device's unique identifier is returned.
Parameters
pEventCodeThe event code
pDeviceUniqueIDThe device's unique identifier
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