Project

General

Profile

Actions

Task #63673

closed

Epic #69036: EXT:form - Optimize layout rendering

Define standard layout

Added by d.ros no-lastname-given over 9 years ago. Updated over 8 years ago.

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

100%

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

Description

I just tried to define a Std. Layout for my labels.
For any not understandable reason I do not get it managed.

Put into Page TS

doesntmatter.form = FORM
doesntmatter.form {
      layout{
          containerWrap (
<div class="twoBroiler">
<elements />
</div>
          )
          label(
<label><labelvalue /><mandatory /><span class="fourPigs"/><error /></label>
          )
      }
}

Expected is some classy output.

If I put the Layout section into the form itself it renders. But I need to have a class on an error output.

Cheers

David

Actions

Also available in: Atom PDF