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:
parent
f09b7d9a01
commit
70c5997872
1 changed files with 5 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue