Our pure JavaScript Scheduler component


Post by slsofiane »

Hello everyone,

I'm using the UndoRendo functionnality but i want to replace the default text which is :

"No items in the undo queue"

I want to change this text with an french translation.

Thank you


Post by slsofiane »

Someone could help me ? Thank you


Post by slsofiane »

Anyone could help me ?


Post by tasnim »

Hi,
Please check the docs: https://bryntum.com/docs/scheduler/api/Core/widget/Combo#config-emptyText

Here is an example of how you can change it to whatever you want:

items : {
            transactionsCombo : {
                ...
                emptyText : "hello",
            }
        }

All the best,
Tasnim


Post Reply