External Interfaces > RealWeb > RealWeb API > Forms > Form Elements > RW_BUTTON_CLICK

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_BUTTON_CLICK (RealWeb) (rw_button_click.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_BUTTON_CLICK


Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_BUTTONinstead, since this provides enhanced functionality.

Purpose

Defines a push button on a form.

Syntax

RW_BUTTON_CLICK(ButtonText, Function)

Parameters

ButtonText Specifies the text that is displayed on the button. This is also the value returned when the form is submitted with this button clicked.

Function The name of a function, typically written in JavaScript or VBScript, which is to be called when the button is clicked. This is used for optional client side processing.

Dependencies

Requires a previous call to RW_START_HTML_FORM.

RealityV15.1 (MoTW) Revision 7Comment on this topic