[TYPO3-dev] Re: publish record to live-workspace in extension (Typo3 6.2)

Sascha lsascha at gmail.com
Wed Jul 16 15:10:53 CEST 2014


Hello everyone again.

i tested around some methods i found. And so far i got this array using $actionHandler->sendToNextStageWindow()

However i don't know what i should do know with it. (i removed the recipients)

Is there some method i can give this to so i get the normal send to Stage window?

Array
(
    [title] => Send to stage
    [items] => Array
        (
            [0] => Array
                (
                    [xtype] => panel
                    [bodyStyle] => margin-bottom: 7px; border: none;
                    [html] => The selected element(s) will be sent to Ready to publish
                )

            [1] => Array
                (
                    [fieldLabel] => Send mail to
                    [xtype] => checkboxgroup
                    [itemCls] => x-check-group-alt
                    [columns] => 1
                    [style] => max-height: 200px
                    [autoScroll] => 1
                    [items] => Array
                        (
                            [0] => Array
                                (
                                    [0] => Array
                                        (
                                            [boxLabel] => Max Mustermann (max (at) muster.mann)
                                            [name] => receipients-13
                                            [checked] => 1
                                            [disabled] => 
                                        )

                                    [1] => Array
                                        (
                                            [boxLabel] => Erika Musterfrau (erika (at) muster.frau)
                                            [name] => receipients-5
                                            [checked] => 1
                                            [disabled] => 
                                        )

                                )

                        )

                )

            [2] => Array
                (
                    [fieldLabel] => Additional recipients
                    [name] => additional
                    [xtype] => textarea
                    [width] => 250
                )

            [3] => Array
                (
                    [fieldLabel] => Comments
                    [name] => comments
                    [xtype] => textarea
                    [width] => 250
                    [value] => 
                )

        )

    [affects] => Array
        (
            [table] => tx_artikel_domain_model_artikel
            [nextStage] => -10
            [t3ver_oid] => 868
            [uid] => 869
        )

)



More information about the TYPO3-dev mailing list