Пример #1
0
 function __construct($aObject, $sStorageObject, $sUniqId)
 {
     parent::__construct($aObject, $sStorageObject, $sUniqId);
     $this->_sIframeId = 'bx-form-input-files-' . $sUniqId . '-iframe';
     $this->_sButtonTemplate = 'uploader_button_simple.html';
 }
Пример #2
0
 function __construct($aObject, $sStorageObject, $sUniqId)
 {
     parent::__construct($aObject, $sStorageObject, $sUniqId);
     $this->_sDivId = 'bx-form-input-files-' . $sUniqId . '-div-' . $this->_aObject['object'];
     $this->_sButtonTemplate = 'uploader_button_html5.html';
 }