Parent: $root.$iremoteforms.REMOTEFORM.$objs
Children
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 | |
$::contenttip | Text which is displayed in the field when it is empty,to help the user understand what content should be entered |
$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 |
$dataformat | The format used for the $dataname data. A kJSRichTextDataFormat... value kJSRichTextDataFormatHTML kJSRichTextDataFormatJSON kJSRichTextDataFormatPlain |
$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) |
$horzpadding | The left and right padding of the field |
$plaintextname | The name of the variable that automatically receives the plain text equivalent of the data stored in the dataname.This property only needs to be set if you want the plain text value |
$removedtoolbaritems | The default toolbar items to remove from this Rich Text Editor instance |
$showcontrols | If true,the control provides a panel of controls that can be used to edit rich text features |
$vertpadding | The top and bottom padding of the field |
Standard | $active $alpha $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultdisabledappearance $defaultinactiveappearance $disablesystemfocus $dragborder $dragmode $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $font $fontsize $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $textcolor $tooltip $top $userinfo $visible $visibleinbreakpoint $width |
Methods
Warning: with the exception of $redraw(),methods can only be called from client methods.
$appenddata | $appenddata(cNewData,bNewLine) Appends the provided data to the end of the editor's current contents. |
$gethtmlwithstyles | $gethtmlwithstyles:Returns Character data containing the HTML in the editor with inlined styles. |
$insertatcursor | $insertatcursor(cNewData) Inserts the provided data at the position of the cursor within the editor, last time it had focus. |
$prependdata | $prependdata(cNewData,bNewLine) Prepends the provided data to the start of the editor's current contents. |
$printcontents | $printcontents(cTitle) Opens a new window to print the editor's current contents. |
$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 |
Object specific | |||
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 evDrag evDragBorder evDragFinished evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown evWillDrop |
$methods |