Does editor variables need to be declared in a global scope?

Does editor variables need to be declared in a global scope?

greentheogreentheo Posts: 1Questions: 1Answers: 0

I notice that all of the examples declare:
var editor

in the global scope.

I want to have multiple editable tables on the same page. Is this possible? How do I work around the need for global variables?

This discussion has been closed.