- $('#source-editor .toolbar button').click(function(event){
- event.preventDefault();
- var params = eval("(" + $(this).attr('data-ui-action-params') + ")");
- scriptletCenter.callInteractive({
- action: $(this).attr('data-ui-action'),
- context: self.codemirror,
- extra: params
- });