Skip to content

Commit b15d299

Browse files
author
Dennis Suitters
authored
Merge pull request #43 from DiemenDesign/master
Add Docs to toggle Fullscreen
2 parents 6677777 + b022609 commit b15d299

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

01-deep-dive.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ You can toggle editable/codable view by API.
311311
$('#summernote').summernote('codeview.toggle');
312312
{% endhighlight %}
313313

314+
### fullscreen
315+
You can toggle Fullscreen view by API.
316+
317+
{% highlight javascript %}
318+
$('#summernote').summernote('fullscreen.toggle');
319+
{% endhighlight %}
320+
314321
### reset
315322
Clear the editor content and remove all stored history.
316323

0 commit comments

Comments
 (0)