YUI editor in the edit panel for the Survey editor now drags with the panel and hides with the panel.

This commit is contained in:
Kaleb Murphy 2009-05-01 19:07:01 +00:00
parent f09b7d9a01
commit 70c5997872

View file

@ -146,8 +146,12 @@ Survey.ObjectTemplate = (function(){
visible: false,
buttons: btns
});
dialog.callback = Survey.Comm.callback;
dialog.hideEvent.subscribe(function(){Survey.ObjectTemplate.hideEditor();});
dialog.dragEvent.subscribe(function(){Survey.ObjectTemplate.showEditor();});
dialog.render();
resizeGotoExpression = new YAHOO.util.Resize('resize_gotoExpression_formId');