You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a form, I can have a group of fields :
searchCase: {
name: 'searchCase',
header: stSearchCase,
focus: -1,
style: gstyle,
fields: {
'Values': {
type: 'group', span: -1,
attr: 'style="width: 100%"',
style: gstyle,
fields: [
{ field: 'keyword', type: 'text', html: { label: stKeyword }},
{ field: 'casecode', type: 'text', html: { label: stCaseCode }},
]
},
I want the 'Values' entry to be a javascript variable in order to set it with a different text depending on user language.
it could be a new attribute name that overrides the 'Values' group name.
The text was updated successfully, but these errors were encountered:
On a form, I can have a group of fields :
searchCase: {
name: 'searchCase',
header: stSearchCase,
focus: -1,
style: gstyle,
fields: {
'Values': {
type: 'group', span: -1,
attr: 'style="width: 100%"',
style: gstyle,
fields: [
{ field: 'keyword', type: 'text', html: { label: stKeyword }},
{ field: 'casecode', type: 'text', html: { label: stCaseCode }},
]
},
I want the 'Values' entry to be a javascript variable in order to set it with a different text depending on user language.
it could be a new attribute name that overrides the 'Values' group name.
The text was updated successfully, but these errors were encountered: