EasyUI Forum

General Category => General Discussion => Topic started by: acreonte82 on December 12, 2013, 04:06:11 AM



Title: Howto integate CSS Bootstrap and easyui
Post by: acreonte82 on December 12, 2013, 04:06:11 AM
Hello,
today I've this question:
there is a way to integrate the framewok CSS Bootstrap with easyui ?

the web page of Boostrap is :http://getbootstrap.com/getting-started/

I try to integrate but I've some graphics rendering problems...
stworthy can you help me?
Thanks


Title: Re: Howto integate CSS Bootstrap and easyui
Post by: stworthy on December 12, 2013, 06:45:09 AM
Please include easyui files after bootstrap.
Code:
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css">
    <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/icon.css">
    <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.min.js"></script>
    <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>


Title: Re: Howto integate CSS Bootstrap and easyui
Post by: acreonte82 on January 07, 2014, 03:54:58 AM
Can be a great idea, maybe I wrong, to integrate Bootstrap in jeasyui ?


Title: Re: Howto integate CSS Bootstrap and easyui
Post by: acreonte82 on January 14, 2014, 02:39:35 AM
Can be a great idea, maybe I wrong, to integrate Bootstrap in jeasyui ?

stworthy any idea?