function Finalize() { $this->EaseShared->webPage->addJavaScript('$(function() { $( "#' . $this->PartName . '" ).datetimepicker( { ' . $this->getPartPropertiesToString() . ' });});', 10); parent::Finalize(); }
/** * Vložení nezbytností pro jQuery */ function afterAdd() { EaseJQueryUIPart::jQueryze($this); }