EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: fonzie on May 06, 2017, 05:23:40 AM



Title: Tabs and href
Post by: fonzie on May 06, 2017, 05:23:40 AM
I want to load local files into different tabs using href, but when I do, all styling from the page I'm trying to load is missing,

EG :-

<div title="Calendar" data-options="href:'http://localhost/BS2/wdCalendar/wdCalendar/sample.php',closable:true" style="padding:10px"></div>


I can't use an iframe as the calendar above doesn't display correctly.


Any advice anyone ?




Title: Re: Tabs and href
Post by: stworthy on May 06, 2017, 09:43:02 PM
Please move all the styles and scripts from <head> to <body> in your 'sample.php' page.