Announcement

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

    fixedColWidths bug smartclient v9.0p_2013-10-30

    Smartclient version: v9.0p_2013-10-30
    Browser: Firefox 24.0

    Bug: When "fixedColWidths" property is true, this form will become higher.
    Code:
    isc.DynamicForm.create({
        width: 300,
        fixedColWidths:true,
        fields: [
            {title:"Item", type:"text"} 
        ]
    });
    Last edited by myi; 5 Nov 2013, 17:15. Reason: add describe
Working...
X