=doc passive mode for fiddles (#23145)

This commit is contained in:
Andrea Peruffo 2017-06-13 10:17:40 +01:00 committed by Johan Andrén
parent 5b9f71a2a0
commit 359ed15cec
2 changed files with 17 additions and 17 deletions

View file

@ -78,7 +78,7 @@ construction.
#### Here is another example that you can edit and run in the browser: #### Here is another example that you can edit and run in the browser:
@@fiddle [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75 cssStyle=width:100%; } @@fiddle [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75&passive cssStyle=width:100%; }
@@@ @@@

View file

@ -85,7 +85,7 @@ whether the stream terminated normally or exceptionally.
#### Here is another example that you can edit and run in the browser: #### Here is another example that you can edit and run in the browser:
@@fiddle [TwitterStreamQuickstartDocSpec.scala]($code$/scala/docs/stream/TwitterStreamQuickstartDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75 cssStyle=width:100%; } @@fiddle [TwitterStreamQuickstartDocSpec.scala]($code$/scala/docs/stream/TwitterStreamQuickstartDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75&passive cssStyle=width:100%; }
## Reusable Pieces ## Reusable Pieces