[TYPO3-english] feeditadvanced - editing window is too small and not resizable

Valery Romanchev romanchev at typo3lab.ru
Sat Jan 23 15:34:19 CET 2010


23.01.2010 13:22, Ralf-René Schröder пишет:
>
>> I spend some time tring to fix the problem, but no success.
>> Do you experience the problem? May be we can do some collective
>> efforts to fix it...
>>
>
> you have tom edit the
> /typo3conf/ext/feeditadvanced/res/js/feEdit.js
> (i think is was around the line ~1570)
> and the
> /typo3conf/ext/feeditadvanced/res/cssfe_formsOnPage.css
> to usefull measures

Thank you very much! This helps.

I made changes:
1) in /typo3conf/ext/feeditadvanced/res/js/feEdit.js line  1551

	displayIframe: function(headerText, url) {
		Ext.ux.Lightbox.openUrl({'href': url, 'title': headerText}, 800, 600); 
  // was 600, 400
	},


2) in /typo3conf/ext/feeditadvanced/res/cssfe_formsOnPage.css line 6
.formsOnPageWrapper {
	height: 505px; /*was 305px*/

And now FE editing with feeditadvanced is much more comfortable.

Regards
Valery Romanchev
www.typo3lab.ru



More information about the TYPO3-english mailing list