Difference between revisions of "LavishGUI:commandentry (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
=== What is a Command Entry element? ===
 
=== What is a Command Entry element? ===
 
+
A command entry is a text entry box which will execute a command.
 
== Using Command Entry elements ==
 
== Using Command Entry elements ==
 
Command Entry elements are descendants of the [[LavishGUI:textentry (Element Type)|textentry]] element type.  Any attributes of the [[LavishGUI:textentry (Element Type)|textentry]] element type may be applied in addition to the command entry-specific properties described below.
 
Command Entry elements are descendants of the [[LavishGUI:textentry (Element Type)|textentry]] element type.  Any attributes of the [[LavishGUI:textentry (Element Type)|textentry]] element type may be applied in addition to the command entry-specific properties described below.
  
 
=== Command Entry-Specific Properties ===
 
=== Command Entry-Specific Properties ===
 
+
*'''CommandHistory'''
 +
: Number of lines to store in command history
 
== Examples ==
 
== Examples ==
  

Revision as of 01:28, 21 September 2005

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

Examples

See Also