Static toolbar

This example shows how to make the toolbar static on the scroll.

Code

<!--element -->
<textarea id="content"></textarea>

<!-- call -->
<script>
$R('#content', { toolbarFixed: false });
</script>