I have a GridColumnVisibility but i want to change text for SHOWALL and HIDEALL.
Hi!
You need to change the following keys in your message properties:
io.jmix.flowui.component.gridcolumnvisibility/showAllItem.text=Show all
io.jmix.flowui.component.gridcolumnvisibility/hideAllItem.text=Hide all
Best regards,
Dmitriy
1 Like
and how change text for -Add Search Condition?
Hi!
You need to use the genericFilter.addConditionButton.text
key.
Dmitriy
1 Like
Thanks You. Where obtain the list of keys?
You can find their list in your project in the dependencies section. The keys are stored in the message.properties
file of the corresponding module.
For example here is for the flowui
module:
Also, if you have the localization add-on installed, you can find the keys of all modules in it.
Regards,
Dmitriy
1 Like
Thanks a lot!!