tijian_tieying/web/Web/Controls/js/Portlet.js

16 lines
301 B
JavaScript
Raw Normal View History

2025-02-20 12:14:39 +08:00
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensingextjs.com
*
* extjs.com/license
*/
Ext.ux.Portlet = Ext.extend(Ext.Panel, {
anchor: '100%',
frame: true,
collapsible: true,
draggable: true,
cls: 'x-portlet'
});
Ext.reg('portlet', Ext.ux.Portlet);