Previous Topic: sfStartRowNext Topic: startFrameset


sfTextbox

The sfTextbox macro specifies a textbox in a search filter.

This macro has the following properties:

addPercent=yes|no

Specifies whether to allow wildcard character searches. This property defaults to the value of the web_wildcard_search option.

attr=attributeName

(Required) Specifies the name of the attribute associated with the control.

colspan=1|number

Specifies the number of columns on the form.

disabled=yes|no

Specifies whether the textbox is disabled for input. If you disable the textbox, you must also specify the value, display_value, and qbe_condition properties.

display_value=text

Specifies the human-readable value of a disabled textbox. This property is effective only when disabled=yes.

hdr=text

Specifies the text of the caption on the control; defaults to the DISPLAY_NAME of the attribute associated with the control.

qbe_condition=condition

Specifies one of the following conditions for comparing the value in this field to the database value:

size=20|number

Specifies the width of the input field.

value=string

Specifies the value of a disabled textbox used in the search. This property is effective only when disabled=yes.