1- [[<configuration_option> ]]
2- == `<configuration_option> `
1+ [[trackchanges_model ]]
2+ == `trackchanges_model `
33
44////
55What does the option do?
@@ -13,12 +13,282 @@ Are there risks?
1313 - For longer or more complicated scenarios, use the limitations section below.
1414////
1515
16- *Type:* `+String+` , `+Boolean+` , `+Number+` , `+Function+` , `+ Object+` , `+Array+` , or `+Regexp +`
16+ *Type:* xref:#trackeddocument[TrackedDocument] `+Object+`
1717
18- // Remove the *Possible values* line if there is no discrete set of possible values.
19- *Possible values:* `'string1'` , `'string2'` , `false`
18+ === Example: using `trackchanges_model`
2019
21- *Default value:* `false` , `1` , `'string1'`
20+ // Add a working and tested configuration.
21+ [source,js]
22+ ----
23+ tinymce.init({
24+ selector: 'textarea', // Change this value according to your HTML
25+ <configuration_option>: '<value>'
26+ });
27+ ----
28+
29+ // Add a working and tested configuration (edit as required)
30+ // or remove if not applicable.
31+ === Example: disabling the <feature>
32+
33+ To disable <feature>, set `<configuration_option>` to `false`.
34+
35+ [source,js]
36+ ----
37+ tinymce.init({
38+ selector: 'textarea', // Change this value according to your HTML
39+ <configuration_option>: 'false'
40+ });
41+ ----
42+
43+ // Remove if not applicable.
44+ === Limitation<s> of the `<configuration_option>` option
45+
46+ The `<configuration_option>` option has the following limitations.
47+
48+ ////
49+ Known limitations.
50+ Complicated scenarios.
51+ Anything that warrants a CAUTION or WARNING admonition.
52+ ////
53+
54+ [[trackchanges_uid]]
55+ == `trackchanges_uid`
56+
57+ *Type:* `+String+`
58+
59+
60+ ////
61+ What does the option do?
62+ Why use it?
63+ When use it?
64+ What values can it use?
65+ What do these values do?
66+ Are there risks?
67+ - Explain without using ‘risk’ or similar words.
68+ - Use NOTE or IMPORTANT admonitions if helpful.
69+ - For longer or more complicated scenarios, use the limitations section below.
70+ ////
71+
72+ === Example: using `<configuration_option>`
73+
74+ // Add a working and tested configuration.
75+ [source,js]
76+ ----
77+ tinymce.init({
78+ selector: 'textarea', // Change this value according to your HTML
79+ <configuration_option>: '<value>'
80+ });
81+ ----
82+
83+ // Add a working and tested configuration (edit as required)
84+ // or remove if not applicable.
85+ === Example: disabling the <feature>
86+
87+ To disable <feature>, set `<configuration_option>` to `false`.
88+
89+ [source,js]
90+ ----
91+ tinymce.init({
92+ selector: 'textarea', // Change this value according to your HTML
93+ <configuration_option>: 'false'
94+ });
95+ ----
96+
97+ // Remove if not applicable.
98+ === Limitation<s> of the `<configuration_option>` option
99+
100+ The `<configuration_option>` option has the following limitations.
101+
102+ ////
103+ Known limitations.
104+ Complicated scenarios.
105+ Anything that warrants a CAUTION or WARNING admonition.
106+ ////
107+
108+ [[trackchanges_role]]
109+ == `trackchanges_role`
110+
111+ *Type:* `+String+`
112+
113+ *Possible values:* `'admin'`, `'reviewer'`, `'contributor'`, `'viewer'`, `'none'`,
114+
115+ *Default value:* `'admin'`
116+
117+
118+ ////
119+ What does the option do?
120+ Why use it?
121+ When use it?
122+ What values can it use?
123+ What do these values do?
124+ Are there risks?
125+ - Explain without using ‘risk’ or similar words.
126+ - Use NOTE or IMPORTANT admonitions if helpful.
127+ - For longer or more complicated scenarios, use the limitations section below.
128+ ////
129+
130+ === Example: using `<configuration_option>`
131+
132+ // Add a working and tested configuration.
133+ [source,js]
134+ ----
135+ tinymce.init({
136+ selector: 'textarea', // Change this value according to your HTML
137+ <configuration_option>: '<value>'
138+ });
139+ ----
140+
141+ // Add a working and tested configuration (edit as required)
142+ // or remove if not applicable.
143+ === Example: disabling the <feature>
144+
145+ To disable <feature>, set `<configuration_option>` to `false`.
146+
147+ [source,js]
148+ ----
149+ tinymce.init({
150+ selector: 'textarea', // Change this value according to your HTML
151+ <configuration_option>: 'false'
152+ });
153+ ----
154+
155+ // Remove if not applicable.
156+ === Limitation<s> of the `<configuration_option>` option
157+
158+ The `<configuration_option>` option has the following limitations.
159+
160+ ////
161+ Known limitations.
162+ Complicated scenarios.
163+ Anything that warrants a CAUTION or WARNING admonition.
164+ ////
165+
166+ [[trackchanges_user_lookup]]
167+ == `trackchanges_user_lookup`
168+
169+ *Type:* `+Function+`
170+
171+
172+ ////
173+ What does the option do?
174+ Why use it?
175+ When use it?
176+ What values can it use?
177+ What do these values do?
178+ Are there risks?
179+ - Explain without using ‘risk’ or similar words.
180+ - Use NOTE or IMPORTANT admonitions if helpful.
181+ - For longer or more complicated scenarios, use the limitations section below.
182+ ////
183+
184+ === Example: using `<configuration_option>`
185+
186+ // Add a working and tested configuration.
187+ [source,js]
188+ ----
189+ tinymce.init({
190+ selector: 'textarea', // Change this value according to your HTML
191+ <configuration_option>: '<value>'
192+ });
193+ ----
194+
195+ // Add a working and tested configuration (edit as required)
196+ // or remove if not applicable.
197+ === Example: disabling the <feature>
198+
199+ To disable <feature>, set `<configuration_option>` to `false`.
200+
201+ [source,js]
202+ ----
203+ tinymce.init({
204+ selector: 'textarea', // Change this value according to your HTML
205+ <configuration_option>: 'false'
206+ });
207+ ----
208+
209+ // Remove if not applicable.
210+ === Limitation<s> of the `<configuration_option>` option
211+
212+ The `<configuration_option>` option has the following limitations.
213+
214+ ////
215+ Known limitations.
216+ Complicated scenarios.
217+ Anything that warrants a CAUTION or WARNING admonition.
218+ ////
219+
220+ [[trackchanges_css_url]]
221+ == `trackchanges_css_url`
222+
223+ *Type:* `+String+`
224+
225+ *Default value:* `'${pluginUrl}/css/trackchanges.css'`
226+
227+
228+ ////
229+ What does the option do?
230+ Why use it?
231+ When use it?
232+ What values can it use?
233+ What do these values do?
234+ Are there risks?
235+ - Explain without using ‘risk’ or similar words.
236+ - Use NOTE or IMPORTANT admonitions if helpful.
237+ - For longer or more complicated scenarios, use the limitations section below.
238+ ////
239+
240+ === Example: using `<configuration_option>`
241+
242+ // Add a working and tested configuration.
243+ [source,js]
244+ ----
245+ tinymce.init({
246+ selector: 'textarea', // Change this value according to your HTML
247+ <configuration_option>: '<value>'
248+ });
249+ ----
250+
251+ // Add a working and tested configuration (edit as required)
252+ // or remove if not applicable.
253+ === Example: disabling the <feature>
254+
255+ To disable <feature>, set `<configuration_option>` to `false`.
256+
257+ [source,js]
258+ ----
259+ tinymce.init({
260+ selector: 'textarea', // Change this value according to your HTML
261+ <configuration_option>: 'false'
262+ });
263+ ----
264+
265+ // Remove if not applicable.
266+ === Limitation<s> of the `<configuration_option>` option
267+
268+ The `<configuration_option>` option has the following limitations.
269+
270+ ////
271+ Known limitations.
272+ Complicated scenarios.
273+ Anything that warrants a CAUTION or WARNING admonition.
274+ ////
275+
276+ [[trackchanges_diff_classes]]
277+ == `trackchanges_diff_classes`
278+
279+ *Type:* `+Object+`
280+
281+ ////
282+ What does the option do?
283+ Why use it?
284+ When use it?
285+ What values can it use?
286+ What do these values do?
287+ Are there risks?
288+ - Explain without using ‘risk’ or similar words.
289+ - Use NOTE or IMPORTANT admonitions if helpful.
290+ - For longer or more complicated scenarios, use the limitations section below.
291+ ////
22292
23293=== Example: using `<configuration_option>`
24294
0 commit comments