[TYPO3-english] Typo3 Element browser - change width?

Stefan Frömken firma at sfroemken.de
Tue Nov 16 11:51:04 CET 2010


Am 16.11.2010 11:10, schrieb Morten Kjems:
> No one?
>
> "Morten Kjems"<mke at bolius.dk>  skrev i en meddelelse
> news:mailman.1.1289398969.877.typo3-english at lists.typo3.org...
>> Is there a way to change the width of the element browser?
>>
>> Thanks.
>>
>
>
There is no setting for that.
In file class.t3lib_tceforms.php you can find this (line 5638):

function setFormValueOpenBrowser(mode,params) {	//
	var url = "'.$this->backPath.'browser.php?mode="+mode+"&bparams="+params;
	browserWin = 
window.open(url,"Typo3WinBrowser","height=650,width="+(mode=="db"?650:600)+",status=0,menubar=0,resizable=1,scrollbars=1");
	browserWin.focus();
}

As you can see 650:600 is hardcoded.

Stefan


More information about the TYPO3-english mailing list