Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Controlling Text Gadgets' Editing

  • Last UpdatedNov 14, 2022
  • 1 minute read

Text fields have a member Editable (read/write), which controls your ability to edit the displayed text interactively, for example:

!this.myTextField.editable = false

Makes the field read only.