Skip to main content
Participant
September 30, 2016
Answered

How to create a non-editable text box

  • September 30, 2016
  • 1 reply
  • 1576 views

Hi,

I have a need to create a non editable text box (staticTextBox is not an option). I am using TextEditbox but can't find a property that can be set to make it readonly so that users won't be able to edit the text.

How do I do this?

This topic has been closed for replies.
Correct answer Peter Kahrel

See https://indd.adobe.com/view/a0207571-ff5b-4bbf-a540-07079bd21d75, p. 12.

Peter

1 reply

Peter Kahrel
Community Expert
Peter KahrelCommunity ExpertCorrect answer
Community Expert
October 1, 2016
Participant
October 3, 2016

Thanks pkahrel​, that answered my question. I changed from InDesign TextEditBox to ScriptUI EditText and now able to set the readonly property.