Пример #1
0
 public function __construct(MJaxTouchPage $objParentControl, $strControlId = null)
 {
     parent::__construct($objParentControl, $strControlId);
     $this->objForm->RegisterScreen($this);
     $this->AddCssClass(MJaxApplication::CssClass(MJaxTouchCssClass::MJaxTouchForm));
     $this->Attr('action', $_SERVER[MLCServer::REQUEST_URI]);
     $this->strTransition = $this->objForm->DefaultTransition;
 }
 public function __construct($objParentControl, $strControlId = null)
 {
     parent::__construct($objParentControl, $strControlId);
     $this->AddCssClass(MJaxApplication::CssClass('MJaxTouchLinkButton'));
     $this->Attr('href', '#');
 }
 public function __construct($objParentControl, $strControlId = null)
 {
     parent::__construct($objParentControl, $strControlId);
     $this->strTextMode = MJaxTouchTextMode::SingleLine;
     $this->Attr('type', 'text');
 }