EditableTextWidget.content

Gets or sets the current content of the control, as a plain text string. Setting the content will reset the cursor position and overwrite any changes the user made.

  1. string content [@property getter]
  2. string content [@property setter]
    class EditableTextWidget
    @property
    void
    content
    (
    string s
    )

Meta