Page 1 of 1

[INFO REQ] How to change labels in Export settings

Posted: Tue Sep 20, 2022 6:32 am
by rajesh@step.nz

Hi

We are looking to change the label of "control pagination" to different name, is it possible?

if yes, could you please guide us through where needs to be done ?

Thanks
Rajesh


Re: [INFO REQ] How to change labels in Export settings

Posted: Tue Sep 20, 2022 7:06 am
by tasnim

Hi,
Here is how you can achieve it

    features : {
        pdfExport : {
            exportDialog : {
                items : {
                    exporterTypeField : { label : 'Hello' }
                }
            }
        }
    }

Docs :
https://bryntum.com/docs/gantt/api/Scheduler/view/export/SchedulerExportDialog#default-widgets


Re: [INFO REQ] How to change labels in Export settings

Posted: Thu Sep 29, 2022 11:01 pm
by rajesh@step.nz

Thanks tasnim, it is working.