CodeEdit
Control for editing the source code.
Properties
backColor - string
Background color (btnshadow, white).
border - string
Changes the control outline style (solid, double, inset, outset, none).
contentType - string
- default
- xml
- dtd
- xsl
- html
- txt
- JavaScript
- sql
font-size - integer
Changes the font size.
label - string
Associated label.
nolabel - boolean
Hides the associated label.
readOnly - boolean
Forces the control to read only.
toobar - boolean
Displays or hides the toolbar.
toolbarAlign - string
Position of the toolbar: horizontal or vertical.
Remarks
<input xpath="code" nolabel="true" type="CodeEdit"
contentType="JavaScript" toolbar="true" toolbarAlign="horizontal"/>