WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

DextopFormCheckboxGroup label cannot be localized #28

@bajicdusko

Description

@bajicdusko

DextopFormCheckboxGroup label cannot be localized.

[DextopFormCheckboxGroup(1, fieldLabel = "Party type", itemId = "partyTypesCheckboxses")]

generates this:

itemId: 'partyTypesCheckbox',
xtype: 'checkboxgroup',
fieldLabel: 'Party type',

and it should be this:

itemId: 'partyTypesCheckbox',
xtype: 'checkboxgroup',
fieldLabel: this.partyTypesCheckboxsesTitleText,

Hint: See DextopFormFieldSet implementation.

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