Object specific | |
$getselectedtext | Sets cText to the text which is currently selected in the document |
$pathtoapi | Converts cPath from the HTML syntax to the syntax for the current platform, and sets cPath to the result |
$pathtohtml | Converts cPath from the syntax for the current platform to the HTML syntax, and sets cPath to the result |
$printdocument | Prints the document |
$sendevent | $sendevent(iEvent[,eventParameters...]) Sends event iEvent (an ev... constant value) to the object with eventParameters passed as name,value pairs, for example $sendevent(evClick,'pLineNumber',2).Returns kFalse if the event is discarded |
$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 |
$startanimatescroll | Starts scrolling the document once every iInterval milliseconds by the specified units |
$stopanimatescroll | Stops automatic scrolling of the document |
Standard | $redraw |