KUIML
Blue Cat's User Interface Programming Language
TEXT_FIELD

Description

This widget displays text just like a TEXT widget, but it also lets the end usermodify the content of the pointed string object thanks to a popup window that is opened after clicking on the displayed text.

Inherited Attributes

See Attributes Common to Text Widgets.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

string_id

string id

empty

identifier of the string object to display and edit.


1.6.1

No

Examples

See the general text widgets Examples.