Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Passive read-only editor

I want to create a two panel page, with the top panel being an editor
and the bottom one showing the results of a JS to JS compilation on
the top one. I'd like to use the same code for both, but my first
effort stumbled: when I set the content on the output panel it gets
focus and subsequent keystrokes end up there.

Is there a simple way to avoid giving focus on editor.setInput()?

jjb


Back to the top