Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RichtextItem reset height when DynamicForm's readOnlyDisplay is set to 'static'

    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

    #2
    This issue should be resolved in the next nightly build, dated Aug 8 or above

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks

      I can confirm it's working now

      Comment

      Working...
      X