You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

932 B

toolbar_sticky_offset

{{site.requires_5_9v}}

This option allows the toolbar to stick or dock at the specified offset from the top or bottom of the viewport depending on the toolbar location (toolbar_location). This can be useful when a site has a sticky header navigation bar, allowing the {{site.productname}} toolbar to "stick" below the site's navigation bar. This option accepts a height in pixels.

Note: This option requires the toolbar_sticky option be set to true to take effect.

Type: Number

Default Value: 0

Example: toolbar_sticky_offset

tinymce.init({
  selector: 'textarea',  // change this value according to your HTML
  toolbar_sticky: true,
  toolbar_sticky_offset: 100
});