Object specific | |
$action | Assign a kJSDeviceAction... constant to this property to instruct the client to perform the specified action |
$borderradius | Radius 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 |
$communicationaddress | Assign a contact address to this property for communication |
$communicationdata | Assign communication data to this property |
$communicationsubject | Assign communication subject to this property |
$contactaddresses | If true, contact Addresses will be returned |
$contactbirthday | If true, contact Birthday's will be returned |
$contactcategories | If true, contact Categories will be returned |
$contactdisplayname | If true, contact Display Name will be returned |
$contactemails | if true, contact Email Addresses will be returned |
$contactims | If true, contact Im's will be returned |
$contactname | If true, contact Name will be returned |
$contactnickname | If true, contact Nick Name will be returned |
$contactnotes | If true, contact notes will be returned |
$contactorganizations | If true, contact Organizations will be returned |
$contactphonenumbers | If true, contact Phone Numbers will be returned |
$contactphotos | If true, contact Photo's will be returned |
$contacturls | If true, contact Url's will be returned |
$deviceimage | The name of an instance variable used to contain device image data |
$disabledefaultcontextmenu | If 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) |
$imageaspect | If > 0, enforce as the aspect ratio of the desired image (width / height). Only used by the Photo action. |
$imagejpeglevel | The level of JPEG compression (0-100) to be performed on image handling. 100 being max quality |
$imagemegapixel | The maximum megapixel of the image from the device |
$imagesizemenu | If true, an image size menu will be shown on image handling |
$soundname | Assign 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 |
Object specific | |
evBarcodeFailed | Sent to device control when barcode data has failed to return from the device Parameters
pEventCode | The event code |
pDeviceErrorCode | A numerical constant for the error which has occurred. See pErrorText for a textual description |
pDeviceErrorText | A description of the error which has occurred |
|
evBarcodeReturned | Sent to device control when barcode data has returned from the device Parameters
pEventCode | The event code |
pDeviceBarcode | The barcode data |
|
evContactsFailed | Sent to the device control when contact data has failed to return from the device. Parameters
|
evContactsReturned | Sent to the device control when contact data has returned from the device. Parameters
|
evGpsReturned | Sent to the device control when gps data has returned from the device. Parameters
pEventCode | The event code |
pDeviceGps | The gps location |
|
evImageFailed | Sent to the device control when contact data has failed to return from the device. Parameters
|
evImageReturned | Sent to the device control when contact data has returned from the device. Parameters
|
evPhotoFailed | Sent to the device control when contact data has failed to return from the device. Parameters
|
evPhotoReturned | Sent to the device control when contact data has returned from the device. Parameters
|
evUniqueIDReturned | Sent to device control when device's unique identifier is returned. Parameters
pEventCode | The event code |
pDeviceUniqueID | The device's unique identifier |
|
evWillHide | Sent to a field before it is hidden. Currently only used when the field is set as a side panel Parameters
|
evWillShow | Sent to a field before it becomes visible. Currently only used when the field is set as a side panel Parameters
|
Standard | evCanDrop evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown |