function SmallFieldHolder($properties = array())
 {
     $d = DateField_View_JQuery::create($this);
     $d->onBeforeRender();
     $html = parent::SmallFieldHolder($properties);
     $html = $d->onAfterRender($html);
     return $html;
 }