forked from vitmalina/w2ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
w2layout-methods.php
128 lines (110 loc) · 3.38 KB
/
w2layout-methods.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<link rel="stylesheet" type="text/css" href="../summary.css"/>
<div class="container"><div class="obj-property">
<a href="w2layout.content">content</a> <span>- content(type, [content], [transition])</span>
</div>
<div class="obj-property-desc">
Sets or retrieves panel content.
</div>
<div class="obj-property">
<a href="w2layout.el">el</a> <span>- el(type)</span>
</div>
<div class="obj-property-desc">
Returns DOM element where content of the panel is rendered.
</div>
<div class="obj-property">
<a href="w2layout.get">get</a> <span>- get(type)</span>
</div>
<div class="obj-property-desc">
Finds the panel and returns its object.
</div>
<div class="obj-property">
<a href="w2layout.hide">hide</a> <span>- hide(type, [immediate])</span>
</div>
<div class="obj-property-desc">
Hides the panel.
</div>
<div class="obj-property">
<a href="w2layout.hideTabs">hideTabs</a> <span>- hideTabs(type)</span>
</div>
<div class="obj-property-desc">
Hides the panel's tabs.
</div>
<div class="obj-property">
<a href="w2layout.hideToolbar">hideToolbar</a> <span>- hideToolbar(type)</span>
</div>
<div class="obj-property-desc">
Hides the panel's toolbar.
</div>
<div class="obj-property">
<a href="w2layout.html">html</a> <span>- html(type, [content], [transition])</span>
</div>
<div class="obj-property-desc">
Sets or retrieves panel content.
</div>
<div class="obj-property">
<a href="w2layout.load">load</a> <span>- load(type, url, [transtion], [onLoad])</span>
</div>
<div class="obj-property-desc">
Loads content and renders it inside the panel.
</div>
<div class="obj-property">
<a href="w2layout.lock">lock</a> <span>- lock(panel, message, [showSpinner])</span>
</div>
<div class="obj-property-desc">
Locks layout panel.
</div>
<div class="obj-property">
<a href="w2layout.set">set</a> <span>- set(type, panel)</span>
</div>
<div class="obj-property-desc">
Finds the panel and extends it with provided object.
</div>
<div class="obj-property">
<a href="w2layout.show">show</a> <span>- show(type, [immediate])</span>
</div>
<div class="obj-property-desc">
Shows the panel.
</div>
<div class="obj-property">
<a href="w2layout.showTabs">showTabs</a> <span>- showTabs(type)</span>
</div>
<div class="obj-property-desc">
Shows the panel's tabs.
</div>
<div class="obj-property">
<a href="w2layout.showToolbar">showToolbar</a> <span>- showToolbar(type)</span>
</div>
<div class="obj-property-desc">
Shows the panel's toolbar.
</div>
<div class="obj-property">
<a href="w2layout.sizeTo">sizeTo</a> <span>- sizeTo(type, size)</span>
</div>
<div class="obj-property-desc">
Resizes the panel with animation
</div>
<div class="obj-property">
<a href="w2layout.toggle">toggle</a> <span>- toggle(type, [immediate])</span>
</div>
<div class="obj-property-desc">
Toggles the panel.
</div>
<div class="obj-property">
<a href="w2layout.toggleTabs">toggleTabs</a> <span>- toggleTabs(type)</span>
</div>
<div class="obj-property-desc">
Toggles the panel's tabs.
</div>
<div class="obj-property">
<a href="w2layout.toggleToolbar">toggleToolbar</a> <span>- toggleToolbar(type)</span>
</div>
<div class="obj-property-desc">
Toggles the panel's toolbar.
</div>
<div class="obj-property">
<a href="w2layout.unlock">unlock</a> <span>- unlock(panel)</span>
</div>
<div class="obj-property-desc">
Unlocks layout panel.
</div>
</div>