This is a test for ContentPanes executeScripts, all the controll scripts are evaled contained in linkPane's scriptScope property

HTML before

HTML before

HTML before

Paths
set and unset content
Create a ContentPane
test Inline calls
test global scope
test variable collision safe
Scripts evaled in global

scriptSeparation=false

by setting this flag we eval scripts in global, please note that we loose all separation between scripts (one var with the same name will overwrite the other) and we loose the _container_ variable as that cant be unique for our script
global var
global function
global var

HTML after

HTML after

HTML after