Skip to content

Commit

Permalink
DOC-2346: Updated Angular technical reference page to support tinymce…
Browse files Browse the repository at this point in the history
…-angular v8 changes (#3314)

* DOC-2346: Added licenseKey info

* DOC-2346: Updated Angular version table

* DOC-2346: Updated event list

* Update modules/ROOT/partials/integrations/angular-tech-ref.adoc

Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>

* Update modules/ROOT/partials/integrations/angular-tech-ref.adoc

Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>

---------

Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>
  • Loading branch information
danoaky-tiny and kemister85 authored Jun 5, 2024
1 parent 0a07547 commit 7899eff
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion modules/ROOT/partials/integrations/angular-tech-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* xref:using-the-tinymce-angular-integration[Using the TinyMCE Angular integration]
* xref:configuring-the-editor[Configuring the editor]
** xref:apikey[`+apiKey+`]
** xref:licensekey[`+licenseKey+`]
** xref:cloudchannel[`+cloudChannel+`]
** xref:disabled[`+disabled+`]
** xref:id[`+id+`]
Expand Down Expand Up @@ -32,7 +33,9 @@ The following table shows the supported versions of Angular and the required ver
[cols="^,^",options="header"]
|===
|Angular Version |`+tinymce-angular+` version
|13+ |5.x or newer
|16+ |8.x
|14 or 15 |7.x
|13 |6.x
|9 to 12 |4.x
|5 to 8 |3.x
|4 or older |Not Supported
Expand Down Expand Up @@ -126,6 +129,28 @@ include::partial$misc/get-an-api-key.adoc[]
></editor>
----

[[licensekey]]
=== `+licenseKey+`

{cloudname} License key.

Use this when self-hosting {productname} instead of loading from {cloudname}. For more information, see: xref:license-key.adoc[License Key].

*Type:* `+String+`

*Default value:* `+undefined+`

*Possible values:* `undefined`, `'gpl'` or a valid {productname} license key

==== Example: using `+licenseKey+`

[source,jsx]
----
<Editor
licenseKey='your-license-key'
/>
----

[[cloudchannel]]
=== `+cloudChannel+`

Expand Down Expand Up @@ -406,6 +431,9 @@ The following events are available:
* `+onBlur+`
* `+onClick+`
* `+onContextMenu+`
* `+onCompositionEnd+`
* `+onCompositionStart+`
* `+onCompositionUpdate+`
* `+onCopy+`
* `+onCut+`
* `+onDblclick+`
Expand All @@ -418,6 +446,7 @@ The following events are available:
* `+onFocus+`
* `+onFocusIn+`
* `+onFocusOut+`
* `+onInput+`
* `+onKeyDown+`
* `+onKeyPress+`
* `+onKeyUp+`
Expand Down

0 comments on commit 7899eff

Please sign in to comment.