Replies: 1 comment
-
Do you use ESM files? then the better way to use page.ts files. Don't write javascript code in your cshtml page. It possible import entry points with modular script tag, but dialogs are not an entry point. So importing them is not possible. You need to use *page.ts files to manipulate the page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The question is simple: in older versions of Serenity .NET Core, I could call dialogs from a .cshtml file simply by doing this:
Now, it says that CTAApp is undefined. Does anyone have a solution for calling dialogs from my .cshtml file? I'm porting an old application to a newer version of the framework.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions