Automatically refreshed tools


Introduction

When the outOfDate method is called during a message of the bus, some tools may auto refresh.

Auto refresh implies many requests to the server. Do not abuse.

Configuration

Open the file WEB-INF/param/cms-uitools.xml

<?xml version="1.0" encoding="UTF-8"?>
<uitool-factories>
    <refresh>
        <uitool-factory id="..."/>
    </refresh>
</uitool-factories>

Add a tag <uitool-factory> for each tool you want to auto refresh.
The id is the factory id.

Back to top