diff options
Diffstat (limited to 'framework/Web/UI/TClientScriptManager.php')
| -rw-r--r-- | framework/Web/UI/TClientScriptManager.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 381ee82b..180106ce 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -171,6 +171,7 @@ class TClientScriptManager extends TApplicationComponent  		$options = TJavaScript::encode($this->getDefaultButtonOptions($panel, $button));  		$code = "new Prado.WebUI.DefaultButton($options);";  		$this->registerEndScript("prado:".$panel->getClientID(), $code); +		$this->registerPradoScript('prado');  	}  	/**  | 
