FilterWidgetBaseAddApplyNowButton Method |
Add an Apply Now button BETWEEN the OK and Cancel buttons. The OK button's click script
will be used along with script to click the FBF apply button.
Currently the ApplyNow button only works in the context of the FBF and so, unless forced,
it is only added if requested (which is in the context of the FBF).
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected Button AddApplyNowButton(
Button ok,
bool force = false
)
Protected Function AddApplyNowButton (
ok As Button,
Optional force As Boolean = false
) As Button
Parameters
- ok
- Type: System.Web.UI.WebControlsButton
The OK button after which to add the Apply Now button. - force (Optional)
- Type: SystemBoolean
Force the button to be added even if not requested in the AJAX call.
Return Value
Type:
ButtonThe new button.
See Also