Browse Source

Removing references to nowrap

pull/1229/head
Tyler Kelly 6 years ago
parent
commit
ada1645188
  1. 1
      _data/nav.yml
  2. 18
      _includes/configuration/nowrap.md
  3. 2
      configure/advanced-editing-behavior.md

1
_data/nav.yml

@ -193,7 +193,6 @@
- url: "#br_in_pre"
- url: "#custom_undo_redo_levels"
- url: "#end_container_on_empty_block"
- url: "#nowrap"
- url: "#object_resizing"
- url: "#typeahead_urls"
- url: "contributing-to-open-source"

18
_includes/configuration/nowrap.md

@ -1,18 +0,0 @@
## nowrap
This option makes the editable area behave like a `<pre>` tag, and adds a horizontal scroll instead of wrapping text.
**Type:** `Boolean`
**Default Value:** `false`
**Possible Values:** `true`, `false`
##### Example
```js
tinymce.init({
selector: 'textarea', // change this value according to your HTML
nowrap : true
});
```

2
configure/advanced-editing-behavior.md

@ -12,8 +12,6 @@ description: Learn about some edge case editor behavior.
{% include configuration/end-container-on-empty-block.md %}
{% include configuration/nowrap.md %}
{% include configuration/object-resizing.md %}
{% include configuration/type-ahead-urls.md %}
Loading…
Cancel
Save