Dialog
Posted: Mon Jun 02, 2025 11:19 am
Hello,
I'm using the dialog-component and set it to Type 'bootstrap'.
When you set it to 'jQuery UI', I can change the title in javascript:
$("#Dialog01").dialog('option', 'title', 'ChangedTitle');
But how can this be done if I set Type to 'bootstrap'.
I want to do this, because I want to change the language of the title according to the visitor's language.
So this should be done in javascript (in 'jQuery UI' -> OK, 'bootstrap' -> how do I change it ?
Thanks for helping me out with this.
Regards
Bart
I'm using the dialog-component and set it to Type 'bootstrap'.
When you set it to 'jQuery UI', I can change the title in javascript:
$("#Dialog01").dialog('option', 'title', 'ChangedTitle');
But how can this be done if I set Type to 'bootstrap'.
I want to do this, because I want to change the language of the title according to the visitor's language.
So this should be done in javascript (in 'jQuery UI' -> OK, 'bootstrap' -> how do I change it ?
Thanks for helping me out with this.
Regards
Bart