Skip to content

TYPO3 Special Handing of IRRE elements in Workspaces

Notifications You must be signed in to change notification settings

utrotzek/irre_workspaces

 
 

Repository files navigation

PageTSconfig properties
=======================

* Possibility to define preview page-id for regular records

	options.workspaces.previewPageId = <pageId> | field:<fieldName>
	options.workspaces.previewPageId.<tableName> = <pageId> | field:<fieldName>

	Examples:
	* options.workspaces.previewPageId.tx_myext_table = 123
	* options.workspaces.previewPageId.tx_myext_table = field:pid


General
=======

* Expanding pages with dynamic nested TreeLoader (ExtJS)

	TYPO3.TxIrreWorkspaces.PageTree.select(<pageId>);

About

TYPO3 Special Handing of IRRE elements in Workspaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • JavaScript 0.2%