Parent: $root.$iwindows.WINDOW.$objs
Children
Object specific | |
$activecrumbcolor | The color of the active breadcrumb. kColorDefault means use the activebreadcrumbcolor property in the breadcrumb section of appearance.json. |
$activecrumbtextcolor | The text color of the active breadcrumb. kColorDefault means use the activebreadcrumbtextcolor property in the breadcrumb section of appearance.json. |
$allowcopy | If true,when the field is active and disabled,the user can set focus to the field,select text with mouse or select all,and copy to clipboard.Note that the field does not generate click events when it is active,disabled and $allowcopy is kTrue |
$contents | The current contents of the object |
$crumbcolor | The color of each breadcrumb in the path. kColorDefault means use the breadcrumbcolor property in the breadcrumb section of appearance.json |
$crumboutlinecolor | The color used to outline a breadcrumb. kColorDefault means use the breadcrumboutlinecolor property in the breadcrumb section of appearance.json |
$crumbstyle | The drawing style of the breadcrumb (a kBreadCrumbStyle... constant) kBreadCrumbStyleArrow kBreadCrumbStyleRound kBreadCrumbStyleText |
$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) |
$fieldstylefocused | The style in system class #STYLES assigned to this field in addition to $fieldstyle when the control has focus |
$gridsection | The type of the complex grid section containing the object. One of the kGrid... constants |
$homecrumbiconid | The icon id used for the home crumb |
$homecrumbtext | The text shown on the home crumb |
$showactivecrumb | If true,the active crumb (the final crumb on the path) is shown in the active color. See $activecrumbcolor |
$tooltippos | A kTooltipPos... constant that specifies where $tooltip appears relative to the control kTooltipPosBottom kTooltipPosLeft kTooltipPosMouse kTooltipPosRight kTooltipPosTop |
Standard | $active $alpha $backcolor $backgroundtheme $backpattern $bordercolor $candropcursor $componentinfo $container $contextmenu $cursor $dataname $disablefocus $disablesystemfocus $dragborder $dragiconid $dragmode $dragrange $dropmode $edgefloat $effect $enabled $fieldstyle $font $fontsize $fontstyle $forecolor $framehwnd $gridcolumn $hasfocus $height $helpfile $hwnd $ident $keyevents $left $linestyle $mouseevents $name $nodropcursor $objtype $order $osdropflags $rmouseevents $selected $sidepanel $sidepanelmode $statusevents $textcolor $tooltip $top $userinfo $visible $width |
Object specific | |
$sendevent | $sendevent(iEvent[,eventParameters...]) Sends event iEvent (an ev... constant value) to the object with eventParameters passed as name,value pairs, for example $sendevent(evClick,'pLineNumber',2).Returns kFalse if the event is discarded |
$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 |
Standard | $redraw |
Object specific | |||||||
evBorderIconClicked | Sent to a field when the border icon is clicked Parameters
| ||||||
evGetTokenList | Sent to the token entry field when $tokenlist is not specified,to get the list of possible token values for the popup Parameters
| ||||||
evTokensAdded | If the token entry field property $sendtokenevents is true, this event is sent to the token entry field when one or more tokens have been added Parameters
| ||||||
evTokensDeleted | If the token entry field property $sendtokenevents is true, this event is sent to the token entry field when one or more tokens have been deleted Parameters
| ||||||
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 | evAfter evBefore evCanDrop evClipChangedData evDisabled evDoubleClick evDrag evDragBorder evDragFinished evDrop evEnabled evHidden evKey evMouseDouble evMouseDown evMouseEnter evMouseLeave evMouseUp evOpenContextMenu evRMouseDouble evRMouseDown evRMouseUp evSent evShiftTab evShown evTab evVScrolled evWillDrop |
$methods |