hiinsu
12 Jul 2010, 8:35 AM
Hi,
for a form panel, setBorders(false) does not work.
so I have been using setBodyBorder(false), and getHeader().setBorders(false) or setHeaderVisible(false) to disable borders on a form panel
what I noticed is that this seem to conflic with GXT messages.
ie. if i use formPanel.mask(GXT.MESSAGES,loadMask_msg());
form breaks down.
is there an alternative?
for a form panel, setBorders(false) does not work.
so I have been using setBodyBorder(false), and getHeader().setBorders(false) or setHeaderVisible(false) to disable borders on a form panel
what I noticed is that this seem to conflic with GXT messages.
ie. if i use formPanel.mask(GXT.MESSAGES,loadMask_msg());
form breaks down.
is there an alternative?