diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveDatePicker.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TActiveDatePicker.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveDatePicker.php b/framework/Web/UI/ActiveControls/TActiveDatePicker.php index 61f769ba..18169f57 100755 --- a/framework/Web/UI/ActiveControls/TActiveDatePicker.php +++ b/framework/Web/UI/ActiveControls/TActiveDatePicker.php @@ -15,6 +15,13 @@ namespace Prado\Web\UI\ActiveControls; /** * Load active control adapter. */ +use Prado\Prado; +use Prado\TPropertyValue; +use Prado\Web\Javascripts\TJavaScript; +use Prado\Web\UI\TControl; +use Prado\Web\UI\WebControls\TDatePicker; +use Prado\Web\UI\WebControls\TDatePickerInputMode; + Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter'); /** |