RichtextItem reset height to 100 when DynamicForm's readOnlyDisplay property is set to 'static'
Code:
let aForm = isc.DynamicForm.create({ readOnlyDisplay: 'static', // 'readOnly' 'static' 'disabled' fields: [ { name: 'prop', title: 'Code', width: 300, height: 400, editorType: 'RichTextItem', defaultValue: defaultValue } ] })
Version: v12.0p_2019-04-24/LGPL Development Only |
Version Number: v12.0p_2019-04-24 |
Build Date: 2019-04-24 |
Comment