Posts: 2
Threads: 2
Joined: Apr 2020
Reputation:
0
Is there way to do this? In application that I want to write (something like project managment) where views from diffrent controllers are on the one page.
Posts: 1,404
Threads: 3
Joined: Aug 2017
Reputation:
39
04-29-2020, 10:59 AM
(This post was last modified: 04-29-2020, 10:59 AM by jreklund.)
No, not like that. If you want to use the same data (functions) on multiple places it should be moved into a Library and included where you want to use it.