Hi,
In gwtext, I can use
ExtElement element = getEl();
element.mask("abc");
element.unmask();
to mask/unmask current page, how can i realize this in smartgwt?
thanks.
In gwtext, I can use
ExtElement element = getEl();
element.mask("abc");
element.unmask();
to mask/unmask current page, how can i realize this in smartgwt?
thanks.
Comment