SmartGWT Dialog title not set correctly

前端 未结 1 999
萌比男神i
萌比男神i 2021-01-27 03:25

I have a custom dialog that extends the SmartGWT dialog. My problem is that the title and the close button of the dialog aren\'t displayed in the dialog\'s title but in the dial

相关标签:
1条回答
  • 2021-01-27 03:49

    There is a problem with your code. You've used

    this.addMember(lab);
    

    instead of

    this.addItem(lab);
    
    0 讨论(0)
提交回复
热议问题