Project

General

Profile

Actions

Task #75363

closed

Methodname "JStop" has nothing to do with JS

Added by Stefan Froemken about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2016-04-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
On Location Sprint

Description

Hello Core-Team,

have fun reading TYPO3 sourcecode in FormResultCompiler.php

/**
 * JavaScript code added BEFORE the form is drawn:
 *
 * @return string A <script></script> section with JavaScript.
 */
public function JStop()
{
    $stylesheetHtml = [];
    foreach ($this->stylesheetFiles as $stylesheetFile) {
        $stylesheetHtml[] = '<link rel="stylesheet" type="text/css" href="' . $stylesheetFile . '" />';
    }
    return implode(LF, $stylesheetHtml);
}

Would be good to rename that method or add some JS stuff in there.

Stefan

Actions #1

Updated by Gerrit Code Review over 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50080

Actions #2

Updated by Gerrit Code Review over 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50080

Actions #3

Updated by Jan Helke over 7 years ago

  • Sprint Focus set to On Location Sprint
Actions #4

Updated by Gerrit Code Review over 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50080

Actions #5

Updated by Michał Jankiewicz over 7 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF