Web API requests
These messages are Web API requests and are directed to the Javascript in the browser.
Related Pages
CRecordWebAddClassesToElement
Add classes to HTML element
CRecordWebAddFirstChild
Insert a Child Element at the Beginning of an HTML Element
CRecordWebAddScript
Add a JavaScript to the website
CRecordWebAddStyleSheet
Adds a stylesheet to the web page
CRecordWebAddTableRowListener
Adds a listener to each row of a table
CRecordWebAlert
Displays the Javascript message box
CRecordWebListenOnClick1
Adds a click listener to a form input element
CRecordWebListenOnClick2
Adds a click listener to a series of HTML elements
CRecordWebLoadImage
Loads an image asynchronously from a FileStore
CRecordWebOpenNewTab
Opens a new tab
CRecordWebRemoveClassesFromElement
Removes one or more classes from an HTML element
CRecordWebRemoveElement
Deletes an HTML element
CRecordWebRemoveScript
Removes a Javascript element
CRecordWebRemoveStyleSheet
Removes a stylesheet
CRecordWebSendJson
Sends a JSON text directly to the browser
CRecordWebSetInnerHtml
The message sets the HTML content (inner HTML) of an element
CRecordWebSetStylesForElements
Sets individual styles for an HTML element
CRecordWebSetValue
Sets the value of an input element
CRecordWebShowModal
Show a modal dialog