Is there a way to make a whole screen (with input controls) read-only
-
Imagine I create an edit screen but want to reuse it as read-only detail screen.
What’s the simplest way to proceed.
Thanks a lot for making a great suggestion.
paul. -
@paul From the top of my head you could:
- Use an absolute positioned transparent div on top of your container.
- Create a separate screen/page and present all data without using input controls. This is the way I’d go about it.