Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds new fields to the dialog box.
Syntax
protected void addNewFieldsToDialog(
DialogGroup _dialogGroup,
Dialog _dialog,
[boolean _refreshable])
Run On
Called
Parameters
- _dialogGroup
Type: DialogGroup Class
The dialog box group to add fields to.
- _dialog
Type: Dialog Class
The Dialog object to add the field to.
- _refreshable
Type: boolean
A Boolean value that indicates whether the new field can be refreshed; optional.