Good day, I have a question regarding the tabs in Classic UI. I want to make them disabled, or locked or unclickable in my edit page. If you know how to implement it please could you show it in the following code snippet:
As the title says, we sometimes need to disable buttons while still showing them - something which was easy to do in Classic UI. Is there any way of doing so in Freedom UI? I can't see any examples in OOTB Freedom UI areas, anywhere that does have disabled buttons OOTB are in Classic UI sections (e.g. the "Finish session" button on the System User page on the Access Rules tab when no record is selected).
As a note, the only way I could find to put some kind of hint/tooltip on the button when it's disabled is by using the "title" property, which...MoreLess
I have added a custom button called "Confirm Audience" to a detail and it's working fine. but in the meantime, I need to disable the button once I click on it. So far I tried to disable it using an attribute, which is mentioned in this article.
Hello fellow creators! I have problems with extending BaseSectionV2 schema. I want to disable View button , so I created a replacing module of BaseSectionV2 and wrote some code, but it's not working. Any advice would be much appreciated
In an edit page, we have fields that can be changed by the user or calculated by the page Javascript code, depending on specific circunstamces.
In this case we need to inhibit the attribute dependency method call, to make sure it is not called when the field is calculated by the page code, and not by the user.