Hi,
I am using the Drawer plugin. According to the documentation you can set the 'closable' and 'collapsed' properties to make the closable button visible and (I assume) to expand the drawer when the page is loaded.
However, the drawer remains collapsed when the page is loaded. And when I expand the drawer manually, only the content is shown, but not the closable button. What am I doing wrong here?
<div id="drawer-additional-info" class="easyui-drawer" data-options="closable:true,width:350,collapsed:false" >
<p style="text-align:center;margin:50px 0;font-size:16px">Content...</p>
</div>