Set Popup Title from JavaScript
I am trying to set the title via JavaScript. Can you please help?
Ren
asked
at 09 May 2023
Answers
-
You can open and set popup title from js like this:
awe.open('popup1', { title: 'my title' })
popup1
- being the name of the popup (regardless if it was initialized) have a look at this demo: https://demo.aspnetawesome.com/PopupDemo#Open-without-initializationOmuanswered at 09 May 2023-
It works perfect. Thanks!at 09 May 2023 Ren
-