SmartGWT 2.5 Used
Hi, in html, we can use <wbr> and <nobr> to handle the reposition of component in our webpage if the browser's size is changed.
In SmartGWT, we use Layout and Canvas to add member into it. Can we add the <wbr> & <nobr> to Canvas & Layout to handle the issue ? If we can, which api that we can use?
Many thanks for your help and support
Hi, in html, we can use <wbr> and <nobr> to handle the reposition of component in our webpage if the browser's size is changed.
In SmartGWT, we use Layout and Canvas to add member into it. Can we add the <wbr> & <nobr> to Canvas & Layout to handle the issue ? If we can, which api that we can use?
Many thanks for your help and support
Comment