Making whole input form read only
Hi, i wanted to know if there is any way to make a whole input form read-only, without manually updating each input's attributes one by one?
Hi, i wanted to know if there is any way to make a whole input form read-only, without manually updating each input's attributes one by one?
Hi @hariharanb ,
You can add readOnlyExpr="true" in initial <form> tag. (Disconnect & reconnect)
Example,
<form _cs="Customer (abc)" created="2023-03-07 10:53:24.776Z"
readOnlyExpr="true" .... lastModified="2023-03-07 10:53:24.776Z"
name="customer" namespace="name" xtkschema="xtk:form">
Incase if it not reflected in input form after disconnect-reconnect, clear local cache, disconnect-reconnect again.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.