[TYPO3-core] RFC #9262: Feature: Adding counting classes to table rows/columns in RTE

Thorsten Krohn teekaa at gmail.com
Sat Aug 30 13:10:13 CEST 2008


This is an SVN patch request.

Type: New feature

Bugtracker references:
http://bugs.typo3.org/view.php?id=9262

Branches:
TYPO3_4-2 & trunk

Problem:
Tables in RTE have no counting rows/columns CSS class feature as content 
type table has.

Rows and columns in table made with the content type table have counting 
CSS classes assigned, like class="tr-0", "tr-1", ... "tr-last" and 
class="td-0", "td-1", ... "td-last". So it is easy to assign styles for 
each row or column to a table, which would not be possible with some 
browsers due to missing CSS capabilities (td+td+td).

Tables made with the RTE do not have this feature, though the 
alternating feature is going in this direction ( 
http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea_manual/1.7.4/view/4/4/ 
).

Solution:
A patch which implements the counting classes the same way the 
alternating feature in the RTE is attached.

Note:
As the link ( http://support.typo3.org:8080/jive/forum.jspa?forumID=10 ) 
to the mailing list TYPO3-dev at http://typo3.org/development/ is not 
working, I am sending this directly to TYPO3-core-team

Best regards,
Thorsten Krohn
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: countingTable.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080830/2aede40b/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: doc_core_tsconfig_4.4_Page_TSConfig.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080830/2aede40b/attachment-0001.txt 


More information about the TYPO3-team-core mailing list