<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://c4engine.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Edit_Text_Widget</id>
	<title>Edit Text Widget - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://c4engine.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Edit_Text_Widget"/>
	<link rel="alternate" type="text/html" href="https://c4engine.com/wiki/index.php?title=Edit_Text_Widget&amp;action=history"/>
	<updated>2026-04-13T12:47:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://c4engine.com/wiki/index.php?title=Edit_Text_Widget&amp;diff=488&amp;oldid=prev</id>
		<title>Eric Lengyel: Created page with &quot;The '''Edit Text Widget''' displays an editable text box that allows a single line or multiple lines of text entry.  The widget color controls the color of the text.  == Settings ==  The following settings are available specifically for Edit Text Widgets.  {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Edit&amp;nbsp;Text&amp;nbsp;Settings'''}} |- {{Setting|'''Maximum length'''|Specifies the maximum number of characters that can be entered into the text box...&quot;</title>
		<link rel="alternate" type="text/html" href="https://c4engine.com/wiki/index.php?title=Edit_Text_Widget&amp;diff=488&amp;oldid=prev"/>
		<updated>2023-07-15T12:35:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;Edit Text Widget&amp;#039;&amp;#039;&amp;#039; displays an editable text box that allows a single line or multiple lines of text entry.  The widget color controls the color of the text.  == Settings ==  The following settings are available specifically for Edit Text Widgets.  {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|&amp;#039;&amp;#039;&amp;#039;Edit Text Settings&amp;#039;&amp;#039;&amp;#039;}} |- {{Setting|&amp;#039;&amp;#039;&amp;#039;Maximum length&amp;#039;&amp;#039;&amp;#039;|Specifies the maximum number of characters that can be entered into the text box...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The '''Edit Text Widget''' displays an editable text box that allows a single line or multiple lines of text entry.&lt;br /&gt;
&lt;br /&gt;
The widget color controls the color of the text.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
The following settings are available specifically for Edit Text Widgets.&lt;br /&gt;
&lt;br /&gt;
{| {{Table}}&lt;br /&gt;
{{Tablehead|Setting|Description}}&lt;br /&gt;
|-&lt;br /&gt;
{{HeadingSetting|'''Edit&amp;amp;nbsp;Text&amp;amp;nbsp;Settings'''}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Maximum length'''|Specifies the maximum number of characters that can be entered into the text box.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Character filter'''|Specifies a filter that determines what types of characters can be entered into the text box:&lt;br /&gt;
* The value '''None''' means that any characters can be entered.&lt;br /&gt;
* The value '''Numbers''' means that only the digits 0 through 9 can be entered.&lt;br /&gt;
* The value '''Signed numbers''' means that only the digits 0 through 9 and a minus sign can be entered.&lt;br /&gt;
* The value '''Floating-point''' means that any floating-point number can be entered, including an exponent.&lt;br /&gt;
* The value '''Alphanumeric''' means that only uppercase letters, lowercase letters, and the digits 0 through 9 can be entered.&lt;br /&gt;
* The value '''Identifier''' means that only uppercase letters, lowercase letters, the digits 0 through 9, and the underscore character can be entered.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Allow text to overflow'''|Specifies whether the width of the text can exceed the width of the text box (with scrolling).}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Use multiple lines'''|Specifies whether the text box renders multiple lines or just a single line of text.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Text is read-only'''|Specifies that the user cannot change the text in the text box, but can still select and copy parts of it.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Select all when changed'''|Causes the text box to automatically select all when its text is changed through a method other than user input.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Select all on double-click'''|Causes a double-click in the text box to select all, whereas a double-click would normally select only the word that was clicked on.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Render plain (text only)'''|Causes the border, background, and keyboard focus glow to not be rendered.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Render focus plain (no glow)'''|Causes the keyboard focus glow to not be rendered (but the border and background are still shown).}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Background color'''|Specifies the color of the text box's background.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Border color'''|Specifies the color of the text box's border.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Highlight color'''|If checked, specifies the highlight color for selected text, overriding the default highlight color given by the &amp;lt;code&amp;gt;$hiliteColor&amp;lt;/code&amp;gt; system variable.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Focus glow color'''|If checked, specifies the color of the glow rendered when the editable text box has the keyboard focus, overriding the default glow color given by the &amp;lt;code&amp;gt;$hiliteColor&amp;lt;/code&amp;gt; system variable multiplied by 5/8.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Setting|'''Insertion caret color'''|Specifies the color of the insertion caret.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Widgets]]&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://c4engine.com/docs/InterfaceMgr/EditTextWidget.html EditTextWidget]&amp;lt;/code&amp;gt; class&lt;br /&gt;
&lt;br /&gt;
[[Category:Interface]]&lt;/div&gt;</summary>
		<author><name>Eric Lengyel</name></author>
	</entry>
</feed>