Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb7bced

Browse files
committed
added .enable and .disable methods to the homepage
1 parent 03544aa commit eb7bced

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ <h3 class="heading-m">Methods</h3>
162162
<li><a href="#remove_widget_method">remove_widget</a></li>
163163
<li><a href="#serialize_method">serialize</a></li>
164164
<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>
165167
</ul>
166168
</nav>
167169
</header>
@@ -291,6 +293,26 @@ <h4 class="heading-m">Returns</h4>
291293
</div>
292294
</article>
293295

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+
294316
</div><!-- .wrapper -->
295317
</section>
296318

0 commit comments

Comments
 (0)