]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/classic/src/view/widgets/WidgetB.js
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / classic / src / view / widgets / WidgetB.js
CommitLineData
6527f429
DM
1Ext.define('Admin.view.widgets.WidgetB', {\r
2 extend: 'Ext.panel.Panel',\r
3 xtype: 'widget-b',\r
4\r
5 cls: 'admin-widget shadow',\r
6\r
7 items: [\r
8 {\r
9 xtype: 'image',\r
10 cls: 'widget-top-container-first-img',\r
11 height: 66,\r
12 width: 66,\r
13 alt: 'profile-image',\r
14 src: 'resources/images/user-profile/4.png'\r
15 },\r
16 {\r
17 xtype: 'component',\r
18 cls: 'widget-top-second-container postion-class',\r
19 height: 135\r
20 },\r
21 {\r
22 xtype: 'container',\r
23 cls: 'widget-bottom-first-container postion-class',\r
24 height: 135,\r
25 padding: '30 0 0 0',\r
26 layout: {\r
27 type: 'vbox',\r
28 align: 'center'\r
29 },\r
30 items: [\r
31 {\r
32 xtype: 'label',\r
33 cls: 'widget-name-text',\r
34 html: 'Lucy Moon'\r
35 },\r
36 {\r
37 xtype: 'label',\r
38 html: 'Web and Graphic designer'\r
39 },\r
40 {\r
41 xtype: 'toolbar',\r
42 flex: 1,\r
43 items: [\r
44 {\r
45 ui: 'facebook',\r
46 iconCls: 'x-fa fa-facebook'\r
47 },\r
48 {\r
49 ui: 'soft-cyan',\r
50 iconCls: 'x-fa fa-twitter'\r
51 },\r
52 {\r
53 ui: 'soft-red',\r
54 iconCls: 'x-fa fa-google-plus'\r
55 },\r
56 {\r
57 ui: 'soft-purple',\r
58 iconCls: 'x-fa fa-envelope'\r
59 }\r
60 ]\r
61 }\r
62 ]\r
63 }\r
64 ]\r
65});\r