$root.$iremoteforms.REMOTEFORM.$objs.richtexteditor

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 
$::contenttipText which is displayed in the field when it is empty,to help the user understand what content should be entered
$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
$dataformatThe format used for the $dataname data. A kJSRichTextDataFormat... value
kJSRichTextDataFormatHTML kJSRichTextDataFormatJSON kJSRichTextDataFormatPlain
$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)
$horzpaddingThe left and right padding of the field
$plaintextnameThe 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
$removedtoolbaritemsThe default toolbar items to remove from this Rich Text Editor instance
$showcontrolsIf true,the control provides a panel of controls that can be used to edit rich text features
$vertpaddingThe 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

Events

Object specific 
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
StandardevAfter evBefore evCanDrop evDrag evDragBorder evDragFinished evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown evWillDrop

Children

Top 

$methods