Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

DextopFormCheckboxGroup label cannot be localized #28

Open
bajicdusko opened this issue Feb 17, 2015 · 0 comments
Open

DextopFormCheckboxGroup label cannot be localized #28

bajicdusko opened this issue Feb 17, 2015 · 0 comments
Assignees

Comments

@bajicdusko
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants