[TYPO3-dev] New page type calling plugin through Typoscript

Iffland, Sebastian Sebastian.Iffland at ecom-ex.com
Tue Sep 16 12:50:15 CEST 2014


Hello,

The settings have to be set in the PAGE cObject, afterwards they¹ll be
stored in $this->settings.

myPage = PAGE
myPage {
  typeNum = 1407764086

  config {...}

  10 = USER
  10 {
    userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
    vendorName = S3b0
    extensionName = Myextkey
    pluginName = MyPlugin
    controller = MyController
    switchableControllerActions {
      MyController {
        1 = index
        2 = list
        3 = show
      }
    }
  }
  settings.productid = 1
}



Am 16.09.14 11:32 schrieb "Olle Haerstedt" unter
<o.haerstedt at bitmotion.de>:

>Thanks. My next problem would be to use the extended page
>record field `productid` as an argument to the `show` action.
>Do you know how?
>

Mit freundlichen Grüßen
Kind regards

Sebastian Iffland
Senior Web Developer

Phone: +49 6294 4224 994  •  Fax: +49 6294 4224 100
E-Mail: mailto:Sebastian.Iffland at ecom-ex.comhttp://www.ecom-ex.com



THINK GREEN - KEEP IT ON THE SCREEN

_______________________________________________
>TYPO3-dev mailing list
>TYPO3-dev at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev



ecom instruments GmbH
Industriestraße 2  •  97959 Assamstadt  •  Germany

Headquarters: Assamstadt  •  District Court Ulm: HRB 680352
Chief Executive Officer: Dipl. Ing. (FH) Rolf Nied  •  Customs Tax-No.: DE 146589088

_______________________________________________
>TYPO3-dev mailing list
>TYPO3-dev at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev




More information about the TYPO3-dev mailing list