File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,8 @@ <h3 class="heading-m">Methods</h3>
162
162
< li > < a href ="#remove_widget_method "> remove_widget</ a > </ li >
163
163
< li > < a href ="#serialize_method "> serialize</ a > </ li >
164
164
< li > < a href ="#serialize_changed_method "> serialize_changed</ a > </ li >
165
+ < li > < a href ="#enable_method "> enable</ a > </ li >
166
+ < li > < a href ="#disable_method "> disable</ a > </ li >
165
167
</ ul >
166
168
</ nav >
167
169
</ header >
@@ -291,6 +293,26 @@ <h4 class="heading-m">Returns</h4>
291
293
</ div >
292
294
</ article >
293
295
296
+ < article id ="enable_method " class ="m_doc_method ">
297
+ < h3 > .enable( )</ h3 >
298
+
299
+ < div class ="m_txt ">
300
+ < p > Enables dragging.</ p >
301
+ < h4 class ="heading-m "> Returns</ h4 >
302
+ < p > Returns the instance of the Gridster class.</ p >
303
+ </ div >
304
+ </ article >
305
+
306
+ < article id ="disable_method " class ="m_doc_method ">
307
+ < h3 > .disable( )</ h3 >
308
+
309
+ < div class ="m_txt ">
310
+ < p > Disables dragging.</ p >
311
+ < h4 class ="heading-m "> Returns</ h4 >
312
+ < p > Returns the instance of the Gridster class.</ p >
313
+ </ div >
314
+ </ article >
315
+
294
316
</ div > <!-- .wrapper -->
295
317
</ section >
296
318
You can’t perform that action at this time.
0 commit comments