Manage spaces - PaoloCifariello/Eventspace.js GitHub Wiki

Activate Spaces

If you want to activate spaces you can just:

ES.set('init');

to activate space called init (if exists) or if you want to activate multiple spaces:

ES.set(['init','pre']);

Deactivate Spaces

If you want to deactivate all spaces you can type:

ES.set();