Events
This table shows the events that are published by the Infor Public Sector JavaScript API:
Event | Description | Arguments |
---|---|---|
collectChildData | Fired when collecting child data during cblock submit. | |
ControlsCreated | Fired when all the controls are rendered on the page. | |
messageDialogOpened | Fired when an inforMessageDialog is opened. If the result is false then the message is now shown. | Title, Message |
OpenAttachmentWindowGraphic | Fired when a graphic attachment is zoomed. | File, options like height,width, etc. |
openModalChild | Fired before a dialog box is opened. If the result is false then the dialog box is not opened. | url, args, sFeatures |
requestFinished | Fired at the end of a cblock request in the
finishViewLoadWithHeaderTitle function in
frame.js. |
view |
resizeControl | Fired after a control has been resized. This allows the resized control to perform other actions, such as resizing child controls. | |
Saving | Fired when changes in a grid are committed. | |
sendEvents | Fired when the request is being sent from cblock. If the result is false then the event is not sent. | Request |
SetAppPath | Fired when the application info is set. | |
validationFailed | Fired when validation fails while committing grid changes | |
viewParsed | Fired when view.js is finished parsing. | window |