Project

General

Profile

Actions

Task #69362

closed

Epic #69036: EXT:form - Optimize layout rendering

Forms: allow wrapping of error and message object

Added by Björn Jacob over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-08-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

It's possible to have an error or message object as cObject. See example:

error = TEXT
error {
        value = The value does not appear to be a hostname
}

The following snippet is not working since the error object seems to be escaped automatically:

error = TEXT
error {
        value = <!-- -->
        wrap = <span class="fa fa-exclamation-triangle">|</span>
}

The same problem applies to the message object.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #69360: EXT:form - Clarify syntax of error and message objectClosed2015-08-27

Actions
Actions

Also available in: Atom PDF