Skip to main content
Nintex Community Menu Bar
Question

Set the mode to Read-Only

  • July 10, 2024
  • 8 replies
  • 34 views

Forum|alt.badge.img+3

In my skuid page, I need to set the mode of all editable components to read-only. Any idea on how to implement this functionality in javascript snippet?

8 replies

Forum|alt.badge.img+3

field editors in all tabs should be displayed as read-only as well, not only in the active tab


Forum|alt.badge.img+17

Here is a post about changing modes using javascript. There are a lot of comments with a lot of explanation. Make sure you read through them all.


Forum|alt.badge.img+10

Did you mean to post a link here? I don’t think that came through. At least, I can’t se a link to a post


Forum|alt.badge.img+17

Forum|alt.badge.img+3

Is this page available now? @Skuidward_Tentacles


Forum|alt.badge.img+17

I think they deleted the old posts from more than a couple years ago when they migrated communities.
Now you can change read only/read with Edit/Edit with the action framework without using Java.


Forum|alt.badge.img+3

@Skuidward_Tentacles Can you help me with adding the read mode using the action framework. I’m trying to set the tabset/page to read-only mode on a button click action. But couldn’t find any option to add the conditions/ select the component for that matter in the “Run component action”


Forum|alt.badge.img+17

I’m not sure what the issue is. Here is what I see in V2 editor: