Parent: $root.$iremoteforms
Children
Object specific | |
$field | |
$inherited | Used when referring to a method or variable defined in a superclass |
$layoutbreakpoints | The comma separated list of layout breakpoints of the different layouts of this responsive layout remote form.Must contain at least one value |
$layouttype | A kLayoutType... constant that specifies how the layout of the form is designed.Only assignable as a property of a remote form class when the remote form does not contain any controls kLayoutTypeResponsive kLayoutTypeScreen kLayoutTypeSingle |
$remotemenu | The current remote menu instance. This is only set when evOpenContextMenu is being processed |
$sqlobject | The JavaScript client SQL object - only available in client-executed methods running in a wrapper application |
Standard | $classtype $container $ident $isprivate $name |
Object specific | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$beginanimations | $beginanimations(iDuration[,iCurve=kJSAnimationCurveEaseInOut]) after calling this,assignments to some properties are animated for iDuration milliseconds by $commitanimations() (JavaScript client) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$clientcommand | $clientcommand(cCommand[,wRow]) executes the command cCommand on the client machine using the parameters in the row variable wRow.wRow can be omitted if the command does not expect any parameters Client commands
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$closeurl | $closeurl(cID) Closes the browser window with the specified ID (returned from $showurl()) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$commitanimations | $commitanimations() animates the relevant property changes that have occurred after the matching call to $beginanimations() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$copytoclipboard | $copytoclipboard(vDataToCopy[,cMIMEType='text/plain',bDataIsBinary=kFalse]) copies vDataToCopy to the user's clipboard (character or binary depending on the value of bDataIsBinary). cMIMEType is the MIME type of the data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$maximize | $maximize() Maximizes the remote form instance if it is a member of a subform set | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$minimize | $minimize() Minimizes the remote form instance if it is a member of a subform set | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$pushdata | $pushdata(wRow[,&cErrorText]) See $clientcommand openpush.Pushes row wRow to client.Results in a call to the client-executed method $pushed in the remote form instance on the client,passing wRow as the parameter.wRow must be JSON compatible | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$pushhistorystate | $pushhistorystate(wRow[,bReplaceState=kFalse]) Pushes (or replaces) a custom history state object (an Omnis row) onto the history stack. Used with $applynewhistory to customize browser back/forward behavior | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$rollbackhistory | $rollbackhistory([iCount=0,bPreventNotify=kFalse]) Roll back iCount number of custom history states that have been added using $pushhistorystate(). Pass 0 to remove all custom history | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$setcurfield | $setcurfield(vNameOrIdentOrItemref[,bSelect=kFalse) sets the current field on the client machine and optionally if supported by the control selects all of its content. You can specify the field by name, ident, or item reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$showmessage | $showmessage(cMessage[,cTitle]) displays an OK message on the client machine using the specified cMessage and cTitle Only one message can be shown in response to a single event. Executing $showmessage() more than once in response to the same event will result in a single Ok message with the text of the last call to $showmessage. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$showurl | $showurl(cURL[,cFrame,cWindowProperties]) opens the URL in a new window or frame on the client machine. Returns a Character string identifier for the opened window, which can be passed to $closeurl() to close the window. cURL specifies the URL of the HTML page. cFrame specifies the HTML frame name. If cFrame is empty, the page is displayed in a new window, otherwise it is displayed in the specified frame of the current window. The final optional parameter, cWindowProperties, is ignored if cFrame is not empty. Otherwise, it has the same format as the Javascript argument to window.open, for example "toolbar=0,menubar=1" specifies that the browser window will have a menubar, but not a toolbar. Possible keywords are: toolbar - specifies if the browser window has a toolbar status - specifies if the browser window has a status bar menubar - specifies if the browser window has a menu bar scrollbars - specifies if the browser window has scrollbars resizable - specifies if the browser window is resizable location - specifies whether the browser window has a location bar directories - specifies whether the browser window displays Web directories width - width of browser window height - height of browser window top - top coordinate of browser window left - left coordinate of browser window The keywords are all boolean (0 or 1) except for the width, height, top and left, which are numbers in pixel units. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Standard | $canclose $close |
Object specific | |||||||
evAnimationsComplete | The animations (started when $commitanimations was last called) have completed Parameters
| ||||||
evFormToTop | The remote form is about to become visible on the client Parameters
| ||||||
evLayoutChanged | The current layout breakpoint has changed Parameters
| ||||||
evScreenOrientationChanged | The orientation of the screen displaying the form has switched between portrait and landscape Parameters
| ||||||
evSubFormToTop | An existing remote form, contained in a subform that has $multipleclasses set to kTrue, is about to become visible on the client Parameters
| ||||||
Standard | evExecuteContextMenu evOpenContextMenu |
$ivars | $methods | $objs |