LavishGUI:commandentry (Element Type)

From Lavish Software Wiki
Revision as of 01:06, 9 March 2012 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Introduction

What is a Command Entry element?

A command entry is a text entry box which will execute a command.

Using Command Entry elements

Command Entry elements are descendants of the textentry element type. Any attributes of the textentry element type may be applied in addition to the command entry-specific properties described below.

Command Entry-Specific Properties

  • CommandHistory
Number of lines to store in command history

Embedded Script

  • OnCommand
Executes when the user presses Enter with this element focused, and there is Text in the box. String variable Text contains the Text from the box.

Examples

See Also