콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
11115 화면

Hi,

How to make a field readonly based on some condition? For instance i want to make fields readonly on form load based on some values from another table.

아바타
취소
베스트 답변

Hello Binyam Assefa ,

 To make readonly field based on condition you can use "attrs" attribute in field tag as follows :

 <field name="field_name" attrs="{'readonly' : [domain]}"/>

 Hope this will work for you.

Thanks!

아바타
취소
작성자

Thanks Jainesh Shah,

So i have to declare fields that contains some calculated values from another domains to use it here in the current view.

관련 게시물 답글 화면 활동
3
12월 23
91251
3
9월 21
5247
1
9월 15
9027
4
8월 25
5607
3
7월 23
5841