DhEdit.setSubmitName

Overview | Methods | This Package | All Packages

DhEdit.setSubmitName

Sets the name of the edit box.

Syntax

public void setSubmitName( String strName )

Parameters

strName

The name to assign the control. This should be unique on the form.

Exceptions

WFCInvalidArgumentException thrown if strName is a null string.

Remarks

The name represents the HTML NAME attribute. This method is useful when submitting edit box content through an HTML form.

See Also   getSubmitName