is it possible to add a tools to jEasyUI window?
i know window was extended from $.fn.panel.defaults...
but i can't figure out how to make the tools attached to window header...
the code below isnt working...
<div id="preview_tools">
<a href="javascript:void(0)" class="icon-print" onclick="alert()" title="Print"></a>
</div>
<div id="w" class="easyui-window" data-options="modal:true,closed:false" style="width:965px;height:500px;">
<div id="pp" style="width:300px;height:200px;padding:10px;" tools="#preview_tools">
</div>
</div>
here the fiddle
http://jsfiddle.net/7jdES/12/thanks in advance...