Project

General

Profile

Actions

Feature #69359

closed

EXT:form - Allow COA elements with FORM objects as children

Added by Björn Jacob about 9 years ago. Updated about 9 years ago.

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

0%

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

Description

Having the following snippet as example:

lib.formPid3 = COA
lib.formPid3 {
    10 = FORM
    10 {
        10 = TEXT
        10 {
            value = TEXT cObject
            wrap = <h3>|</h3>
        }

        # @ToDo: it is not possible to have FORM objects inside other cObjects
        # the following example is not working, i.e. the TEXTLINE will not be rendered
        20 = COA
        20 {
            wrap = <div>|</div>

            10 = TEXT
            10.value = TEXT in COA cObject

            20 = TEXTLINE
            20 {
                name = coaField
                label = Field in COA
            }
        }
    }
}

The TEXT cObject will be rendered as expected. The COA cObject is also rendered, especially the child TEXT cObject. The TEXTLINE inside the COA is not rendered.

IMHO it would be great to have the possiblity using COAs for wrapping etc.

Actions #1

Updated by Björn Jacob about 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Ralf Zimmermann

Do we want to support this?

Actions #2

Updated by Björn Jacob about 9 years ago

  • Subject changed from Forms: allow COA elements with FORM objects as children to EXT:form - Allow COA elements with FORM objects as children
Actions #3

Updated by Ralf Zimmermann about 9 years ago

  • Assignee changed from Ralf Zimmermann to Björn Jacob

Its not so easy. And i think that's the wrong way. Since we have fluid, the layouting should happen in fluid.

Actions #4

Updated by Björn Jacob about 9 years ago

  • Status changed from Needs Feedback to Closed
  • Assignee deleted (Björn Jacob)

Don't see any use case for this. Closing this issue.

Actions

Also available in: Atom PDF