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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
=== What is a Text Entry element? ===
 
=== What is a Text Entry element? ===
 
+
A text entry element is used to obtain data from a user.
 
== Using Text Entry elements ==
 
== Using Text Entry elements ==
 
Text Entry elements are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the text entry element-specific properties described below.
 
Text Entry elements are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the text entry element-specific properties described below.
  
 
=== Text Entry element-Specific Properties ===
 
=== Text Entry element-Specific Properties ===
 
+
*'''BackgroundColor'''
 +
: Background color
 +
*'''Border'''
 +
: Size of border around the element. This border is included in the size of the element
 +
*'''BorderColor'''
 +
: Border color
 +
*'''CaretOuterColor'''
 +
: Color used for the outside (inner in Insert mode) of the caret, visible while the element is in keyboard focus
 +
*'''CaretInnerColor'''
 +
: Color used for the inside (outer in Insert mode) of the caret, visible while the element is in keyboard focus
 +
*'''Font'''
 +
: Font reference (Name, Size, Color)
 +
*'''MaxLength'''
 +
: Maximum size of text buffer. The number of characters that can be typed is this number less 1
 +
*'''SelectionColor'''
 +
: Background color of selected text
 
== Examples ==
 
== Examples ==
  

Revision as of 01:29, 21 September 2005

Introduction

What is a Text Entry element?

A text entry element is used to obtain data from a user.

Using Text Entry elements

Text Entry elements are descendants of the base element type. Any attributes of the base element type may be applied in addition to the text entry element-specific properties described below.

Text Entry element-Specific Properties

  • BackgroundColor
Background color
  • Border
Size of border around the element. This border is included in the size of the element
  • BorderColor
Border color
  • CaretOuterColor
Color used for the outside (inner in Insert mode) of the caret, visible while the element is in keyboard focus
  • CaretInnerColor
Color used for the inside (outer in Insert mode) of the caret, visible while the element is in keyboard focus
  • Font
Font reference (Name, Size, Color)
  • MaxLength
Maximum size of text buffer. The number of characters that can be typed is this number less 1
  • SelectionColor
Background color of selected text

Examples

See Also