$root.$iremoteforms.REMOTEFORM.$objs.markdown

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 
$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)
$headingcolorThe text color of all headings. Markdown headings are denoted by between one and six leading hash (#) signs.
$horzpaddingThe left and right padding of the field
$imagemaxheightThe maximum height of images - 0 means no maximum height. Markdown images are denoted by an exclamation mark (!) followed by alt text in square brackets and the path or URL to the image in parentheses: ![alt text](images/image.jpg).
$imagemaxwidthThe maximum width of images - 0 means no maximum width. Markdown images are denoted by an exclamation mark (!) followed by alt text in square brackets and the path or URL to the image in parentheses: ![alt text](images/image.jpg).
$inlinecodebackcolorThe background color of inline code. Markdown inline code is denoted by surrounding backticks: `<p>This is code</p>`.
$inlinecodetextcolorThe text color of inline code. Markdown inline code is denoted by surrounding backticks: `<p>This is code</p>`.
$linkcolorThe color of link text. Markdown links are denoted by link text in square brackets followed by the URL in parentheses: [text](url.com).
$linkvisitedcolorThe color of visited links. Markdown links are denoted by link text in square brackets followed by the URL in parentheses: [text](url.com).
$quotebackcolorThe background color of blockquotes. Markdown blockquotes are denoted by a leading greater than (>) sign.
$quotetextcolorThe color of blockquote text. Markdown blockquotes are denoted by a leading greater than (>) sign.
$rulecolorThe color of horizontal rules. Markdown horizontal rules are donoted by three asterisks (***), dashes (---) or underscores(___).
$tablebordercolorThe color of table borders. Markdown table columns are separated by pipes (|). Column headings are indicated by three or more hyphens (---) on the line below.
$tablemaxwidthThe maximum width of tables - 0 means no maximum width. Markdown table columns are separated by pipes (|). Column headings are indicated by three or more hyphens (---) on the line below.
$tableminwidthThe minimum width of tables - 0 means no minimum width. Markdown table columns are separated by pipes (|). Column headings are indicated by three or more hyphens (---) on the line below.
$vertpaddingThe top and bottom padding of the field
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $dropmode $edgefloat $effect $enabled $errortext $errortextpos $events $fieldstyle $font $fontsize $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $textcolor $tooltip $top $userinfo $visible $visibleinbreakpoint $width

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

Events

Object specific 
evLinkClickA link (anchor) element has been clicked by the user. Discard event to prevent default behavior
Parameters
pEventCodeThe event code
pLinkUrlThe url of the clicked link
pLinkTextThe text associated with the clicked link
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