Feature #36066

Implement background colors for tree branches

Added by Stefan Galinski about 1 year ago. Updated 7 months ago.

Status:Resolved Start date:2012-04-14
Priority:Should have Due date:
Assignee:Stefan Galinski % Done:

100%

Category:Pagetree
Target version:6.0.0
TYPO3 Version:6.0 Complexity:
PHP Version:5.3
Votes: 2 (View)

screen1.png (20.1 kB) Stefan Galinski, 2012-04-14 20:58


Subtasks

Feature #36069: Implement context menu option to add background colors fo...Accepted


Related issues

related to TSconfig - Task #36070: Add description of options.pageTree.backgroundColor, whic... Resolved 2012-04-14

Associated revisions

Revision 9207e265
Added by Stefan Galinski about 1 year ago

[FEATURE] Implement configurable background colors for tree branches

The syntax of the new user typoscript setting:
options.pageTree.backgroundColor.<pageId> = <color>

Change-Id: Ic91257c83c8b5e012374e5d5731dd70ae3daee36
Resolves: #36066
Releases: 6.0
Reviewed-on: http://review.typo3.org/10503
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Tolleiv Nietsch
Tested-by: Tolleiv Nietsch

Revision d4a8fb65
Added by Stefan Galinski about 1 year ago

[FEATURE] Implement configurable background colors for tree branches

The syntax of the new user typoscript setting:
options.pageTree.backgroundColor.<pageId> = <color>

Change-Id: Ic91257c83c8b5e012374e5d5731dd70ae3daee36
Resolves: #36066
Releases: 6.0
Reviewed-on: http://review.typo3.org/10503
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Tolleiv Nietsch
Tested-by: Tolleiv Nietsch

History

Updated by Stefan Galinski about 1 year ago

Configurable inside the user typoscript by the following syntax:

options.pageTree.backgroundColor.<pageId> = <color>

Color can be any valid CSS color value. The sexiest results can be managed by using rgba values.

Example (see screenshot):

options.pageTree.backgroundColor.57 = rgba(0, 125, 125, 0.1)
options.pageTree.backgroundColor.10675 = rgba(255, 0, 0, 0.1)

Updated by Gerrit Code Review about 1 year ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10503

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10503

Updated by Stefan Galinski about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF