Skip to main content
This topic has been closed for replies.
Correct answer rdermer

For a TextFlow that is accomplished by assigning the interactionManager.

read-only textFlow.interactionManager = null;

read-select textFlow.interactionManager = new SelectionManager();

read-write textFlow.interactionManager = new EditManager();

Regards,

Richard

1 reply

rdermerCorrect answer
Adobe Employee
May 29, 2009

For a TextFlow that is accomplished by assigning the interactionManager.

read-only textFlow.interactionManager = null;

read-select textFlow.interactionManager = new SelectionManager();

read-write textFlow.interactionManager = new EditManager();

Regards,

Richard