[TYPO3-core] RFC: #10987: Allow override width of textarea in TCEforms

Susanne Moog typo3 at susannemoog.de
Fri Sep 18 21:47:48 CEST 2009


Hi,

is this one still valid? (I thought I read something about resizable
textareas somewhere in another RFC)

Regards,

Susanne

Benjamin Mack schrieb:
> Hey Steffen,
> 
> attached is a new patch that allows "width" and "height" like this:
> 
> $TCA['pages']['columns']['TSconfig']['config']['width'] = 500;
> $TCA['pages']['columns']['TSconfig']['config']['height'] = '20em';
> 
> It will override any previous settings (with cols and rows) and add
> these values as parameters in the style="" attribute of the textarea.
> 
> Additionally I removed the option to not use the rows="" property in
> Netscape versions, as
> a) netscape 4 or whatever is not supported anymore
> b) the W3C HTML standard wants to have rows="" and cols="" to be set at
> any time.
> 
> Of course, we need some documentation for this. I will take care of it
> once I'm ready to commit.
> 
> All the best,
> Benni.
> 


-- 
Susanne Moog
NEUSTA GmbH - www.neusta.de


More information about the TYPO3-team-core mailing list