SmartGwt中设置window的headerControl需要注意的事项

   在SmartGwt中有时我们要在window头栏上设置一些控件。
   在设置设置headerControl时,先用DyForm存放一些控件,需要注意的是DYForm的setLayoutAliment();设置为Center。
   在SmartGwt中设置window的window.setHeaderControls();方法时,如果window的宽度是不确定的,那么通过设置window.setCanDrag(true)和window.setCanDragScroll(),就可以设置HeaderControl.如果window的宽度是确定的则可以直接设置headerControl。

你可能感兴趣的:(smartgwt)