Fixed more links
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## images_upload_base_path
|
||||
|
||||
This option lets you specify a `basepath` to prepend to URLs returned from the configured [`images_upload_url`](images-uploads-url.md) page.
|
||||
This option lets you specify a `basepath` to prepend to URLs returned from the configured [`images_upload_url`](#images_upload_url) page.
|
||||
|
||||
**Type:** `String`
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## images_upload_credentials
|
||||
|
||||
|
||||
The **images_upload_credentials** option lets you specify if calls to the configured [`images_upload_url`](images-upload-url) should pass along credentials like cookies etc. cross domain.
|
||||
The **images_upload_credentials** option lets you specify if calls to the configured [`images_upload_url`](#images_upload_url) should pass along credentials like cookies etc. cross domain.
|
||||
|
||||
**Type:** `Boolean`
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ The format of the converter function is: `URLConverter(url, node, on_save)`, whe
|
||||
* on_save is always set to true.
|
||||
* name = the attribute name that is being set.
|
||||
|
||||
This function should return the converted URL as a string. This option is set to an internal TinyMCE function <editor>.[convertURL()]({{ site.baseurl }}/api/class/tinymce.editor/) by default. You may call this function from your extension in order to use the built-in convert options.
|
||||
This function should return the converted URL as a string. This option is set to an internal TinyMCE function <editor>.[convertURL()]({{ site.baseurl }}/api/tinymce/tinymce.editor/) by default. You may call this function from your extension in order to use the built-in convert options.
|
||||
|
||||
**Type:** `Javascript Function`
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ The new "modern" theme was introduced in 4.0. More themes will be added in the f
|
||||
|
||||
## Event handling
|
||||
|
||||
TinyMCE 4.0 has a new way of binding events. Instead of the old dispatcher method, it uses the more common "on" and "off" like for example jQuery. It also allows you to bind multiple events and cancel events using the more common preventDefault and stopPropagation. Check the [API documentation]({{ site.baseurl }}/api/class/tinymce.editor/) for a full list of events.
|
||||
TinyMCE 4.0 has a new way of binding events. Instead of the old dispatcher method, it uses the more common "on" and "off" like for example jQuery. It also allows you to bind multiple events and cancel events using the more common preventDefault and stopPropagation. Check the [API documentation]({{ site.baseurl }}/api/tinymce/tinymce.editor/) for a full list of events.
|
||||
|
||||
```js
|
||||
// Old event
|
||||
|
||||
@@ -113,10 +113,10 @@ The other option for developing a custom API endpoint is to return JSON in the [
|
||||
|
||||
#### HTTP response status codes
|
||||
|
||||
* HTTP 200 (OK): [`EphoxEmbedObj`]({{ site.baseurl }}/enterprise/check-links-and-embed-media/mediaembed-server-integration/#ephoxembedobj)
|
||||
* HTTP 400 (User Error): [`ErrorObj`]({{ site.baseurl }}/enterprise/check-links-and-embed-media/mediaembed-server-integration/#errorobj)
|
||||
* HTTP 503 (Upstream Error): [`ErrorObj`]({{ site.baseurl }}/enterprise/check-links-and-embed-media/mediaembed-server-integration/#errorobj)
|
||||
* HTTP 500 (Unexpected Error): [`ErrorObj`]({{ site.baseurl }}/enterprise/check-links-and-embed-media/mediaembed-server-integration/#errorobj)
|
||||
* HTTP 200 (OK): [`EphoxEmbedObj`]({{ site.baseurl }}/enterprise/embed-media/mediaembed-server-integration/#ephoxembedobj)
|
||||
* HTTP 400 (User Error): [`ErrorObj`]({{ site.baseurl }}/enterprise/embed-media/mediaembed-server-integration/#errorobj)
|
||||
* HTTP 503 (Upstream Error): [`ErrorObj`]({{ site.baseurl }}/enterprise/embed-media/mediaembed-server-integration/#errorobj)
|
||||
* HTTP 500 (Unexpected Error): [`ErrorObj`]({{ site.baseurl }}/enterprise/embed-media/mediaembed-server-integration/#errorobj)
|
||||
|
||||
#### JSON response objects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user