I'd like to create a Read-Only date field, however I can only see instructions on disabled fields. That is read only like in html:
Is it possible to create Read-Only fields in Smart Client?
Code:
<input readonly="readonly" name="readonly-field" type="text">
Comment