Edit

Edit

Implements the a simple text edit control.

Try It

After rendering, type a substring into the edit box to see search results. Some browsers will not display the list until at least 2 characters are entered.

This shortcode has been elminated and replaced with a newer one. This page is yet to be updated but will be shortly.

Class Reference

Edit inherits from Control

Properties

AutoCompletes

Type: StringArray

List of strings for auto completion.

Hint

Type: String
Default: ''

Text

Type: String
Default: ''

Text of the edit control.

Events