Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

When accessing group, methods getText(), getImageView(), etc. are no longer accessible.  #61

@facultymatt

Description

@facultymatt

Overview
When accessing values on a document there are nice getters, for example:

(note the following examples use jade templates)

p=doc.getText('name')
div=doc.getStructuredText('description).asHtml()

However, when accessing a group of fragments, this functionality is lost. The following doesn't work as expected:

each value, key in product.getGroup('product.features').asArray()
   p=value.getText('name')
   div=value.getStructuredText('description).asHtml()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions