Customizing Infor Public Sector pages
After the configuration is updated, you can use the Page Editor to edit either a detail page or a standard page in the Content Manager. To call an agency method, you can edit an existing control or add a new one. You will then add one of two rules to one of the control’s server rules, which are displayed under
in the list of control properties.- The
CallAgencyApplet
rule calls a specified method in the agency applet.See CallAgencyApplet.
- The
CallAgencyAppletWithParam
rule calls an agency method and passes in one or more parameters.
Note that you must select the Show Advanced check box to see the server rules, and that not all of the properties listed under can call agency methods. This table lists each rule that you can use to call an agency method:
Control type | Server rules |
---|---|
Edit box | OnTextChangedRule , OnPopupSelectedRule
|
Drop-down box | OnSelectRule
|
Check box | DeselectRuleId , SelectionChangedRuleId ,
SelectRuleId
|
Button | ClickRuleId
|
Grid | OnAfterRowAddRuleId ,
OnAfterRowDeleteRuleId ,
OnAfterRowChangeRuleId ,
OnRowAddRuleId , OnRowDeleteRuleId ,
OnRowChangeRuleId ,
OnRightClickRuleId ,
OnRefreshRuleId ,
OnDoubleClickRuleId ,
OnSelectRuleId
|
Grid column | ZoomRule
|