batch replace images

0
We have a couple of icons in various places in the application (loaded through SVG in Mendix). The PO has decided that he wants them all replaced. In css, it would be simple matter of renaming a file or line of css, how do we batch replace images in Mendix?
asked
2 answers
6

Don't think there is a default tool in mendix for this. There is a workaround:

- Add new image to your image collection

- Copy the name of the old image

- Delete the old image

- Give the new image the same name as the old image. 

answered
2

Alternatively, if your looking to batch replace CSS class names then this is a great script to do just that:

https://github.com/JelteMX/mendix-project-class-renamer

 

Using the Model SDK it can batch change class names in your application.

Regards

Simon

answered