Name | Type | Use | Default | Fixed | Description |
height | xs:int | required | | | The height of the text box. |
width | xs:int | required | | | The width of the text box. |
x | xs:int | required | | | The x coordinate of the upper left corner of the text box. |
y | xs:int | required | | | The y coordinate of the upper left corner of the text box |
alignment | Restriction of xs:string | optional | left | | The alignment of the text box's text. |
autoincrement | Restriction of xs:string | optional | | | Specifies whether the value of the text box's bound field will automatically increment when a new feature is added. |
autoincrementstep | Restriction of xs:int | optional | 1 | | Specifies the autoincrement step value. |
backgroundcolor | | optional | | | The background color to use for the text box. If not specified, this value is inherited from the page's backgroundcolor attribute. |
border | Restriction of xs:string | optional | true | | Specifies whether the text box has a border. |
color | | optional | | | The color to use for the text box's text. If not specified, this value is inherited from the page's color attribute. |
defaultvalue | xs:string | optional | | | A simple expression that specifies the default value of the text box. |
field | xs:string | optional | | | The field of the shapefile's DBF table that is linked to the text box. |
font | | optional | | | The font to use for the text box's text. If not specified, this value is inherited from the page's font attribute. |
fontsize | Restriction of xs:int | optional | | | The font size to use for the text box's text. If not specified, this value is inherited from the page's fontsize attribute. |
fontstyle | Restriction of xs:string | optional | regular | | The font style to use for the text box's text. If not specified, this value is inherited from the page's fontstyle attribute. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline"). |
group | Restriction of xs:string | optional | false | | Specifies whether the text box starts a new group of controls. |
hscroll | Restriction of xs:string | optional | false | | Specifies if the text box should have a horizontal scroll bar. |
lowercase | Restriction of xs:string | optional | false | | Specifies if the characters displayed in the text box are all lowercase. |
maxvalue | xs:string | optional | | | Specifies the maximum value allowed for the control. This can be a numeric or text value. |
minvalue | xs:string | optional | | | Specifies the minimum value allowed for the control. This can be a numeric or text value. |
multiline | Restriction of xs:string | optional | false | | Specifies if the text box contains multiple lines of text. |
name | xs:string | optional | | | Name of the Edit control. Used to reference the control in scripts. |
onchange | | optional | | | Specify the script to run when this event occurs. |
onkillfocus | | optional | | | Specify the script to run when this event occurs. |
onsetfocus | | optional | | | Specify the script to run when this event occurs. |
onvalidate | | optional | | | Specify the script to run when this event occurs. |
password | Restriction of xs:string | optional | false | | Specifies if the characters displayed in the text box are replaced by asterisks (*). |
readonly | Restriction of xs:string | optional | false | | Specifies whether the text box's value can be modified by the user. |
required | Restriction of xs:string | optional | false | | Specifies if the user must enter some text in the text box. |
sip | Restriction of xs:string | optional | auto | | Specifies if the SIP (soft input panel) is displayed on pen devices when the text box gets the focus. |
tabstop | Restriction of xs:string | optional | true | | Specifies whether the TAB key can be used to move the focus to the text box. |
uppercase | Restriction of xs:string | optional | false | | Specifies if the characters displayed in the text box are all uppercase. |
vscroll | Restriction of xs:string | optional | false | | Specifies if the text box should have a vertical scroll bar. |