Project

General

Profile

Actions

Feature #16218

closed

Individual height of inline RTE

Added by Ralf Hettinger over 18 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-06-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The following patch introduces the new Page TS Config parameter 'RTEHeightOverride', which is supposed to admit the possibility for giving certain RTE fields a specific height.

I use it to implicate that the content of certain fields should not be exceedingly long or should not contain more than one line (eg for fields that need to be be RTE-editable but are actually used as titles or headers when outputting them)

For example, if you have a RTE field 'title' in the table 'my_table' that is supposed to hold a heading but requested to be RTE-editable, you could use
RTE.config.my_table.title.RTEHeightOverride = 50
and would receive a RTE that looks like a input one-liner for editors.

Unfortunately the patch needs to remove some slight optimization for rendering the RTE but imho is worth considering it.

(issue imported from #M3633)


Files

class.tx_rtehtmlarea_base.php.patch (298 Bytes) class.tx_rtehtmlarea_base.php.patch Administrator Admin, 2006-06-06 21:59
3633_1.5.2.diff (1.42 KB) 3633_1.5.2.diff Administrator Admin, 2007-04-10 12:20
3633_1.5.3.patch (1.06 KB) 3633_1.5.3.patch Administrator Admin, 2007-07-23 13:09
3633_1.5.4.patch (1.09 KB) 3633_1.5.4.patch Administrator Admin, 2007-11-02 15:47

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #16771: Changing the SIZE of the RTE field in TCAClosedOliver Hader2006-12-08

Actions
Actions #1

Updated by Ralf Hettinger over 17 years ago

Hm. No feedback here; but I still think it's worth some, since I'm again in need for this little feature.

So by this occasion, I'm uploading new version of this patch against rtehtmlarea version 1.5.2

Actions #2

Updated by Martin Borer almost 17 years ago

+1!

Very usefull, exactly what i was looking for.

Actions #3

Updated by Stanislas Rolland almost 17 years ago

Feature added to SVN TYPO3core trunk revision 2976 (for inclusion in TYPO3 4.2)

Thanks for the patch.

Actions

Also available in: Atom PDF