|
Title: how to create layout on div with width hight 100% Post by: yogesh on January 21, 2014, 06:43:03 AM if i pass width hight 100% on layout div its not working?
its required thing on different screen resolution Title: Re: how to create layout on div with width hight 100% Post by: stworthy on January 21, 2014, 07:18:04 AM Please set 'fit' property to true for layout.
Code: <div class="easyui-layout" fit="true"> |