function __construct($aObject, $sStorageObject, $sUniqId) { parent::__construct($aObject, $sStorageObject, $sUniqId); $this->_sIframeId = 'bx-form-input-files-' . $sUniqId . '-iframe'; $this->_sButtonTemplate = 'uploader_button_simple.html'; }
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'; }