Edit
The EWC implementation of ⎕WC class Edit has some degree of support for:
| Properties | |||
|---|---|---|---|
| Active | EdgeStyle | FontObj | Size |
| Attach | Event | MaxLength | Style |
| Border | FCol | Password | *Text |
| CSS | FieldType | Posn | *Value |
| Decimals | Font | *SelText | Visible |
* indicates that the property can change after it has been set.
| Events | |||
|---|---|---|---|
| Change | LostFocus | MouseLeave | |
| GotFocus | MouseDown | MouseMove | |
| KeyPress | MouseEnter | MouseUp |
NB: Links above are to the complete ⎕WC documentation
Known Limitations
There is limited support for FieldType, but Numeric and Date should work.