EasyUI Forum

General Category => General Discussion => Topic started by: kldl on October 16, 2013, 07:44:58 PM



Title: easyloader while loading page
Post by: kldl on October 16, 2013, 07:44:58 PM
I have a little bit problem while page loading (attach picture jeasyui_eastloader.JPG) it show for second then page load to correct css format. But if I've not insert  (attach picture jeasyui_eastloader2.JPG) to the script It show the completed css format while loading.


Title: Re: easyloader while loading page
Post by: stworthy on October 17, 2013, 12:27:10 AM
If you have included a css theme in the page.
Code:
<link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css">
You don't need to let easyloader loading css file again, please set 'css' property to false.
Code:
<script>
easyloader.css = false;
</script>