$root.$iremoteforms.REMOTEFORM.$objs.floatingactionbutton

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 
$::labeltextcolorThe text color of action labels
$actionbackcolorThe background color of expanded actions
$actioniconcolorThe color of SVG icons on expanded actions
$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)
$expandedappearanceThe appearance of the FAB in its expanded state. A kFabAppearance... constant
kFabAppearanceHoveredLabels kFabAppearanceIconOnly kFabAppearanceLabels
$expandedlabelbackgroundIf true, expanded action labels have a background
$expandedmainbackcolorThe background color of the main button when the FAB is expanded. kColorDefault means use $backcolor
$expandedmaintextcolorThe color of text and SVG icon on the main button when the FAB is expanded
$iconidThe icon identifier used to reference the icon
$labelbackcolorThe label background color used if $expandedlabelbackground is kTrue
$labelsideThe side on which action labels are displayed. A kFabLabelSide... constant
kFabLabelSideLeft kFabLabelSideRight
$modalbackcolorThe color of the modal background when the FAB is expanded
$opendirectionThe direction in which the expanded actions open. A kFabDirection... constant
kFabDirectionDown kFabDirectionUp
$textThe text or calculation stored with the object
$textbeforeiconIf true, and the control has both text and an icon, the text is drawn before the icon
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $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 
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 evClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods