@pie-element/math-templated 2.22.3-next.9 → 2.22.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +1205 -204
- package/docs/config-schema.json.md +744 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- package/module/configure.js +91 -154
- package/module/element.js +91 -154
- package/module/manifest.json +1 -1
- package/module/print.js +91 -154
- package/package.json +3 -3
|
@@ -129,6 +129,110 @@ Properties of the `h3` object:
|
|
|
129
129
|
|
|
130
130
|
Indicates if the plugin is disabled or not
|
|
131
131
|
|
|
132
|
+
## `languageCharacters` (object)
|
|
133
|
+
|
|
134
|
+
Properties of the `languageCharacters` object:
|
|
135
|
+
|
|
136
|
+
### `disabled` (boolean)
|
|
137
|
+
|
|
138
|
+
Indicates if the plugin is disabled or not
|
|
139
|
+
|
|
140
|
+
## `bold` (object)
|
|
141
|
+
|
|
142
|
+
Properties of the `bold` object:
|
|
143
|
+
|
|
144
|
+
### `disabled` (boolean)
|
|
145
|
+
|
|
146
|
+
Indicates if the plugin is disabled or not
|
|
147
|
+
|
|
148
|
+
## `html` (object)
|
|
149
|
+
|
|
150
|
+
Properties of the `html` object:
|
|
151
|
+
|
|
152
|
+
### `disabled` (boolean)
|
|
153
|
+
|
|
154
|
+
Indicates if the plugin is disabled or not
|
|
155
|
+
|
|
156
|
+
## `italic` (object)
|
|
157
|
+
|
|
158
|
+
Properties of the `italic` object:
|
|
159
|
+
|
|
160
|
+
### `disabled` (boolean)
|
|
161
|
+
|
|
162
|
+
Indicates if the plugin is disabled or not
|
|
163
|
+
|
|
164
|
+
## `ol_list` (object)
|
|
165
|
+
|
|
166
|
+
Properties of the `ol_list` object:
|
|
167
|
+
|
|
168
|
+
### `disabled` (boolean)
|
|
169
|
+
|
|
170
|
+
Indicates if the plugin is disabled or not
|
|
171
|
+
|
|
172
|
+
## `redo` (object)
|
|
173
|
+
|
|
174
|
+
Properties of the `redo` object:
|
|
175
|
+
|
|
176
|
+
### `disabled` (boolean)
|
|
177
|
+
|
|
178
|
+
Indicates if the plugin is disabled or not
|
|
179
|
+
|
|
180
|
+
## `strikethrough` (object)
|
|
181
|
+
|
|
182
|
+
Properties of the `strikethrough` object:
|
|
183
|
+
|
|
184
|
+
### `disabled` (boolean)
|
|
185
|
+
|
|
186
|
+
Indicates if the plugin is disabled or not
|
|
187
|
+
|
|
188
|
+
## `sub` (object)
|
|
189
|
+
|
|
190
|
+
Properties of the `sub` object:
|
|
191
|
+
|
|
192
|
+
### `disabled` (boolean)
|
|
193
|
+
|
|
194
|
+
Indicates if the plugin is disabled or not
|
|
195
|
+
|
|
196
|
+
## `sup` (object)
|
|
197
|
+
|
|
198
|
+
Properties of the `sup` object:
|
|
199
|
+
|
|
200
|
+
### `disabled` (boolean)
|
|
201
|
+
|
|
202
|
+
Indicates if the plugin is disabled or not
|
|
203
|
+
|
|
204
|
+
## `table` (object)
|
|
205
|
+
|
|
206
|
+
Properties of the `table` object:
|
|
207
|
+
|
|
208
|
+
### `disabled` (boolean)
|
|
209
|
+
|
|
210
|
+
Indicates if the plugin is disabled or not
|
|
211
|
+
|
|
212
|
+
## `ul_list` (object)
|
|
213
|
+
|
|
214
|
+
Properties of the `ul_list` object:
|
|
215
|
+
|
|
216
|
+
### `disabled` (boolean)
|
|
217
|
+
|
|
218
|
+
Indicates if the plugin is disabled or not
|
|
219
|
+
|
|
220
|
+
## `underline` (object)
|
|
221
|
+
|
|
222
|
+
Properties of the `underline` object:
|
|
223
|
+
|
|
224
|
+
### `disabled` (boolean)
|
|
225
|
+
|
|
226
|
+
Indicates if the plugin is disabled or not
|
|
227
|
+
|
|
228
|
+
## `undo` (object)
|
|
229
|
+
|
|
230
|
+
Properties of the `undo` object:
|
|
231
|
+
|
|
232
|
+
### `disabled` (boolean)
|
|
233
|
+
|
|
234
|
+
Indicates if the plugin is disabled or not
|
|
235
|
+
|
|
132
236
|
# `prompt` (object)
|
|
133
237
|
|
|
134
238
|
Properties of the `prompt` object:
|
|
@@ -214,6 +318,110 @@ Properties of the `h3` object:
|
|
|
214
318
|
|
|
215
319
|
Indicates if the plugin is disabled or not
|
|
216
320
|
|
|
321
|
+
### `languageCharacters` (object)
|
|
322
|
+
|
|
323
|
+
Properties of the `languageCharacters` object:
|
|
324
|
+
|
|
325
|
+
#### `disabled` (boolean)
|
|
326
|
+
|
|
327
|
+
Indicates if the plugin is disabled or not
|
|
328
|
+
|
|
329
|
+
### `bold` (object)
|
|
330
|
+
|
|
331
|
+
Properties of the `bold` object:
|
|
332
|
+
|
|
333
|
+
#### `disabled` (boolean)
|
|
334
|
+
|
|
335
|
+
Indicates if the plugin is disabled or not
|
|
336
|
+
|
|
337
|
+
### `html` (object)
|
|
338
|
+
|
|
339
|
+
Properties of the `html` object:
|
|
340
|
+
|
|
341
|
+
#### `disabled` (boolean)
|
|
342
|
+
|
|
343
|
+
Indicates if the plugin is disabled or not
|
|
344
|
+
|
|
345
|
+
### `italic` (object)
|
|
346
|
+
|
|
347
|
+
Properties of the `italic` object:
|
|
348
|
+
|
|
349
|
+
#### `disabled` (boolean)
|
|
350
|
+
|
|
351
|
+
Indicates if the plugin is disabled or not
|
|
352
|
+
|
|
353
|
+
### `ol_list` (object)
|
|
354
|
+
|
|
355
|
+
Properties of the `ol_list` object:
|
|
356
|
+
|
|
357
|
+
#### `disabled` (boolean)
|
|
358
|
+
|
|
359
|
+
Indicates if the plugin is disabled or not
|
|
360
|
+
|
|
361
|
+
### `redo` (object)
|
|
362
|
+
|
|
363
|
+
Properties of the `redo` object:
|
|
364
|
+
|
|
365
|
+
#### `disabled` (boolean)
|
|
366
|
+
|
|
367
|
+
Indicates if the plugin is disabled or not
|
|
368
|
+
|
|
369
|
+
### `strikethrough` (object)
|
|
370
|
+
|
|
371
|
+
Properties of the `strikethrough` object:
|
|
372
|
+
|
|
373
|
+
#### `disabled` (boolean)
|
|
374
|
+
|
|
375
|
+
Indicates if the plugin is disabled or not
|
|
376
|
+
|
|
377
|
+
### `sub` (object)
|
|
378
|
+
|
|
379
|
+
Properties of the `sub` object:
|
|
380
|
+
|
|
381
|
+
#### `disabled` (boolean)
|
|
382
|
+
|
|
383
|
+
Indicates if the plugin is disabled or not
|
|
384
|
+
|
|
385
|
+
### `sup` (object)
|
|
386
|
+
|
|
387
|
+
Properties of the `sup` object:
|
|
388
|
+
|
|
389
|
+
#### `disabled` (boolean)
|
|
390
|
+
|
|
391
|
+
Indicates if the plugin is disabled or not
|
|
392
|
+
|
|
393
|
+
### `table` (object)
|
|
394
|
+
|
|
395
|
+
Properties of the `table` object:
|
|
396
|
+
|
|
397
|
+
#### `disabled` (boolean)
|
|
398
|
+
|
|
399
|
+
Indicates if the plugin is disabled or not
|
|
400
|
+
|
|
401
|
+
### `ul_list` (object)
|
|
402
|
+
|
|
403
|
+
Properties of the `ul_list` object:
|
|
404
|
+
|
|
405
|
+
#### `disabled` (boolean)
|
|
406
|
+
|
|
407
|
+
Indicates if the plugin is disabled or not
|
|
408
|
+
|
|
409
|
+
### `underline` (object)
|
|
410
|
+
|
|
411
|
+
Properties of the `underline` object:
|
|
412
|
+
|
|
413
|
+
#### `disabled` (boolean)
|
|
414
|
+
|
|
415
|
+
Indicates if the plugin is disabled or not
|
|
416
|
+
|
|
417
|
+
### `undo` (object)
|
|
418
|
+
|
|
419
|
+
Properties of the `undo` object:
|
|
420
|
+
|
|
421
|
+
#### `disabled` (boolean)
|
|
422
|
+
|
|
423
|
+
Indicates if the plugin is disabled or not
|
|
424
|
+
|
|
217
425
|
## `required` (boolean)
|
|
218
426
|
|
|
219
427
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -347,6 +555,110 @@ Properties of the `h3` object:
|
|
|
347
555
|
|
|
348
556
|
Indicates if the plugin is disabled or not
|
|
349
557
|
|
|
558
|
+
### `languageCharacters` (object)
|
|
559
|
+
|
|
560
|
+
Properties of the `languageCharacters` object:
|
|
561
|
+
|
|
562
|
+
#### `disabled` (boolean)
|
|
563
|
+
|
|
564
|
+
Indicates if the plugin is disabled or not
|
|
565
|
+
|
|
566
|
+
### `bold` (object)
|
|
567
|
+
|
|
568
|
+
Properties of the `bold` object:
|
|
569
|
+
|
|
570
|
+
#### `disabled` (boolean)
|
|
571
|
+
|
|
572
|
+
Indicates if the plugin is disabled or not
|
|
573
|
+
|
|
574
|
+
### `html` (object)
|
|
575
|
+
|
|
576
|
+
Properties of the `html` object:
|
|
577
|
+
|
|
578
|
+
#### `disabled` (boolean)
|
|
579
|
+
|
|
580
|
+
Indicates if the plugin is disabled or not
|
|
581
|
+
|
|
582
|
+
### `italic` (object)
|
|
583
|
+
|
|
584
|
+
Properties of the `italic` object:
|
|
585
|
+
|
|
586
|
+
#### `disabled` (boolean)
|
|
587
|
+
|
|
588
|
+
Indicates if the plugin is disabled or not
|
|
589
|
+
|
|
590
|
+
### `ol_list` (object)
|
|
591
|
+
|
|
592
|
+
Properties of the `ol_list` object:
|
|
593
|
+
|
|
594
|
+
#### `disabled` (boolean)
|
|
595
|
+
|
|
596
|
+
Indicates if the plugin is disabled or not
|
|
597
|
+
|
|
598
|
+
### `redo` (object)
|
|
599
|
+
|
|
600
|
+
Properties of the `redo` object:
|
|
601
|
+
|
|
602
|
+
#### `disabled` (boolean)
|
|
603
|
+
|
|
604
|
+
Indicates if the plugin is disabled or not
|
|
605
|
+
|
|
606
|
+
### `strikethrough` (object)
|
|
607
|
+
|
|
608
|
+
Properties of the `strikethrough` object:
|
|
609
|
+
|
|
610
|
+
#### `disabled` (boolean)
|
|
611
|
+
|
|
612
|
+
Indicates if the plugin is disabled or not
|
|
613
|
+
|
|
614
|
+
### `sub` (object)
|
|
615
|
+
|
|
616
|
+
Properties of the `sub` object:
|
|
617
|
+
|
|
618
|
+
#### `disabled` (boolean)
|
|
619
|
+
|
|
620
|
+
Indicates if the plugin is disabled or not
|
|
621
|
+
|
|
622
|
+
### `sup` (object)
|
|
623
|
+
|
|
624
|
+
Properties of the `sup` object:
|
|
625
|
+
|
|
626
|
+
#### `disabled` (boolean)
|
|
627
|
+
|
|
628
|
+
Indicates if the plugin is disabled or not
|
|
629
|
+
|
|
630
|
+
### `table` (object)
|
|
631
|
+
|
|
632
|
+
Properties of the `table` object:
|
|
633
|
+
|
|
634
|
+
#### `disabled` (boolean)
|
|
635
|
+
|
|
636
|
+
Indicates if the plugin is disabled or not
|
|
637
|
+
|
|
638
|
+
### `ul_list` (object)
|
|
639
|
+
|
|
640
|
+
Properties of the `ul_list` object:
|
|
641
|
+
|
|
642
|
+
#### `disabled` (boolean)
|
|
643
|
+
|
|
644
|
+
Indicates if the plugin is disabled or not
|
|
645
|
+
|
|
646
|
+
### `underline` (object)
|
|
647
|
+
|
|
648
|
+
Properties of the `underline` object:
|
|
649
|
+
|
|
650
|
+
#### `disabled` (boolean)
|
|
651
|
+
|
|
652
|
+
Indicates if the plugin is disabled or not
|
|
653
|
+
|
|
654
|
+
### `undo` (object)
|
|
655
|
+
|
|
656
|
+
Properties of the `undo` object:
|
|
657
|
+
|
|
658
|
+
#### `disabled` (boolean)
|
|
659
|
+
|
|
660
|
+
Indicates if the plugin is disabled or not
|
|
661
|
+
|
|
350
662
|
## `required` (boolean)
|
|
351
663
|
|
|
352
664
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -419,38 +731,142 @@ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/pa
|
|
|
419
731
|
|
|
420
732
|
The object is an array with all elements of the type `object`.
|
|
421
733
|
|
|
422
|
-
The array object has the following properties:
|
|
734
|
+
The array object has the following properties:
|
|
735
|
+
|
|
736
|
+
#### `event` (string, required)
|
|
737
|
+
|
|
738
|
+
The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
|
|
739
|
+
PIE will emit the event prefixed with "PIE-".
|
|
740
|
+
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
741
|
+
|
|
742
|
+
#### `iconAlt` (string, required)
|
|
743
|
+
|
|
744
|
+
The alt for the custom button icon
|
|
745
|
+
|
|
746
|
+
#### `iconType` (string, required)
|
|
747
|
+
|
|
748
|
+
The icon type.
|
|
749
|
+
Currently, only "SVG" is supported.
|
|
750
|
+
|
|
751
|
+
#### `icon` (string, required)
|
|
752
|
+
|
|
753
|
+
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
754
|
+
|
|
755
|
+
### `blockquote` (object)
|
|
756
|
+
|
|
757
|
+
Properties of the `blockquote` object:
|
|
758
|
+
|
|
759
|
+
#### `disabled` (boolean)
|
|
760
|
+
|
|
761
|
+
Indicates if the plugin is disabled or not
|
|
762
|
+
|
|
763
|
+
### `h3` (object)
|
|
764
|
+
|
|
765
|
+
Properties of the `h3` object:
|
|
766
|
+
|
|
767
|
+
#### `disabled` (boolean)
|
|
768
|
+
|
|
769
|
+
Indicates if the plugin is disabled or not
|
|
770
|
+
|
|
771
|
+
### `languageCharacters` (object)
|
|
772
|
+
|
|
773
|
+
Properties of the `languageCharacters` object:
|
|
774
|
+
|
|
775
|
+
#### `disabled` (boolean)
|
|
776
|
+
|
|
777
|
+
Indicates if the plugin is disabled or not
|
|
778
|
+
|
|
779
|
+
### `bold` (object)
|
|
780
|
+
|
|
781
|
+
Properties of the `bold` object:
|
|
782
|
+
|
|
783
|
+
#### `disabled` (boolean)
|
|
784
|
+
|
|
785
|
+
Indicates if the plugin is disabled or not
|
|
786
|
+
|
|
787
|
+
### `html` (object)
|
|
788
|
+
|
|
789
|
+
Properties of the `html` object:
|
|
790
|
+
|
|
791
|
+
#### `disabled` (boolean)
|
|
792
|
+
|
|
793
|
+
Indicates if the plugin is disabled or not
|
|
794
|
+
|
|
795
|
+
### `italic` (object)
|
|
796
|
+
|
|
797
|
+
Properties of the `italic` object:
|
|
798
|
+
|
|
799
|
+
#### `disabled` (boolean)
|
|
800
|
+
|
|
801
|
+
Indicates if the plugin is disabled or not
|
|
802
|
+
|
|
803
|
+
### `ol_list` (object)
|
|
804
|
+
|
|
805
|
+
Properties of the `ol_list` object:
|
|
806
|
+
|
|
807
|
+
#### `disabled` (boolean)
|
|
808
|
+
|
|
809
|
+
Indicates if the plugin is disabled or not
|
|
810
|
+
|
|
811
|
+
### `redo` (object)
|
|
812
|
+
|
|
813
|
+
Properties of the `redo` object:
|
|
814
|
+
|
|
815
|
+
#### `disabled` (boolean)
|
|
816
|
+
|
|
817
|
+
Indicates if the plugin is disabled or not
|
|
818
|
+
|
|
819
|
+
### `strikethrough` (object)
|
|
820
|
+
|
|
821
|
+
Properties of the `strikethrough` object:
|
|
822
|
+
|
|
823
|
+
#### `disabled` (boolean)
|
|
824
|
+
|
|
825
|
+
Indicates if the plugin is disabled or not
|
|
826
|
+
|
|
827
|
+
### `sub` (object)
|
|
828
|
+
|
|
829
|
+
Properties of the `sub` object:
|
|
830
|
+
|
|
831
|
+
#### `disabled` (boolean)
|
|
832
|
+
|
|
833
|
+
Indicates if the plugin is disabled or not
|
|
834
|
+
|
|
835
|
+
### `sup` (object)
|
|
836
|
+
|
|
837
|
+
Properties of the `sup` object:
|
|
838
|
+
|
|
839
|
+
#### `disabled` (boolean)
|
|
840
|
+
|
|
841
|
+
Indicates if the plugin is disabled or not
|
|
423
842
|
|
|
424
|
-
|
|
843
|
+
### `table` (object)
|
|
425
844
|
|
|
426
|
-
|
|
427
|
-
PIE will emit the event prefixed with "PIE-".
|
|
428
|
-
Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
|
|
845
|
+
Properties of the `table` object:
|
|
429
846
|
|
|
430
|
-
#### `
|
|
847
|
+
#### `disabled` (boolean)
|
|
431
848
|
|
|
432
|
-
|
|
849
|
+
Indicates if the plugin is disabled or not
|
|
433
850
|
|
|
434
|
-
|
|
851
|
+
### `ul_list` (object)
|
|
435
852
|
|
|
436
|
-
|
|
437
|
-
Currently, only "SVG" is supported.
|
|
853
|
+
Properties of the `ul_list` object:
|
|
438
854
|
|
|
439
|
-
#### `
|
|
855
|
+
#### `disabled` (boolean)
|
|
440
856
|
|
|
441
|
-
|
|
857
|
+
Indicates if the plugin is disabled or not
|
|
442
858
|
|
|
443
|
-
### `
|
|
859
|
+
### `underline` (object)
|
|
444
860
|
|
|
445
|
-
Properties of the `
|
|
861
|
+
Properties of the `underline` object:
|
|
446
862
|
|
|
447
863
|
#### `disabled` (boolean)
|
|
448
864
|
|
|
449
865
|
Indicates if the plugin is disabled or not
|
|
450
866
|
|
|
451
|
-
### `
|
|
867
|
+
### `undo` (object)
|
|
452
868
|
|
|
453
|
-
Properties of the `
|
|
869
|
+
Properties of the `undo` object:
|
|
454
870
|
|
|
455
871
|
#### `disabled` (boolean)
|
|
456
872
|
|
|
@@ -668,6 +1084,110 @@ Properties of the `h3` object:
|
|
|
668
1084
|
|
|
669
1085
|
Indicates if the plugin is disabled or not
|
|
670
1086
|
|
|
1087
|
+
### `languageCharacters` (object)
|
|
1088
|
+
|
|
1089
|
+
Properties of the `languageCharacters` object:
|
|
1090
|
+
|
|
1091
|
+
#### `disabled` (boolean)
|
|
1092
|
+
|
|
1093
|
+
Indicates if the plugin is disabled or not
|
|
1094
|
+
|
|
1095
|
+
### `bold` (object)
|
|
1096
|
+
|
|
1097
|
+
Properties of the `bold` object:
|
|
1098
|
+
|
|
1099
|
+
#### `disabled` (boolean)
|
|
1100
|
+
|
|
1101
|
+
Indicates if the plugin is disabled or not
|
|
1102
|
+
|
|
1103
|
+
### `html` (object)
|
|
1104
|
+
|
|
1105
|
+
Properties of the `html` object:
|
|
1106
|
+
|
|
1107
|
+
#### `disabled` (boolean)
|
|
1108
|
+
|
|
1109
|
+
Indicates if the plugin is disabled or not
|
|
1110
|
+
|
|
1111
|
+
### `italic` (object)
|
|
1112
|
+
|
|
1113
|
+
Properties of the `italic` object:
|
|
1114
|
+
|
|
1115
|
+
#### `disabled` (boolean)
|
|
1116
|
+
|
|
1117
|
+
Indicates if the plugin is disabled or not
|
|
1118
|
+
|
|
1119
|
+
### `ol_list` (object)
|
|
1120
|
+
|
|
1121
|
+
Properties of the `ol_list` object:
|
|
1122
|
+
|
|
1123
|
+
#### `disabled` (boolean)
|
|
1124
|
+
|
|
1125
|
+
Indicates if the plugin is disabled or not
|
|
1126
|
+
|
|
1127
|
+
### `redo` (object)
|
|
1128
|
+
|
|
1129
|
+
Properties of the `redo` object:
|
|
1130
|
+
|
|
1131
|
+
#### `disabled` (boolean)
|
|
1132
|
+
|
|
1133
|
+
Indicates if the plugin is disabled or not
|
|
1134
|
+
|
|
1135
|
+
### `strikethrough` (object)
|
|
1136
|
+
|
|
1137
|
+
Properties of the `strikethrough` object:
|
|
1138
|
+
|
|
1139
|
+
#### `disabled` (boolean)
|
|
1140
|
+
|
|
1141
|
+
Indicates if the plugin is disabled or not
|
|
1142
|
+
|
|
1143
|
+
### `sub` (object)
|
|
1144
|
+
|
|
1145
|
+
Properties of the `sub` object:
|
|
1146
|
+
|
|
1147
|
+
#### `disabled` (boolean)
|
|
1148
|
+
|
|
1149
|
+
Indicates if the plugin is disabled or not
|
|
1150
|
+
|
|
1151
|
+
### `sup` (object)
|
|
1152
|
+
|
|
1153
|
+
Properties of the `sup` object:
|
|
1154
|
+
|
|
1155
|
+
#### `disabled` (boolean)
|
|
1156
|
+
|
|
1157
|
+
Indicates if the plugin is disabled or not
|
|
1158
|
+
|
|
1159
|
+
### `table` (object)
|
|
1160
|
+
|
|
1161
|
+
Properties of the `table` object:
|
|
1162
|
+
|
|
1163
|
+
#### `disabled` (boolean)
|
|
1164
|
+
|
|
1165
|
+
Indicates if the plugin is disabled or not
|
|
1166
|
+
|
|
1167
|
+
### `ul_list` (object)
|
|
1168
|
+
|
|
1169
|
+
Properties of the `ul_list` object:
|
|
1170
|
+
|
|
1171
|
+
#### `disabled` (boolean)
|
|
1172
|
+
|
|
1173
|
+
Indicates if the plugin is disabled or not
|
|
1174
|
+
|
|
1175
|
+
### `underline` (object)
|
|
1176
|
+
|
|
1177
|
+
Properties of the `underline` object:
|
|
1178
|
+
|
|
1179
|
+
#### `disabled` (boolean)
|
|
1180
|
+
|
|
1181
|
+
Indicates if the plugin is disabled or not
|
|
1182
|
+
|
|
1183
|
+
### `undo` (object)
|
|
1184
|
+
|
|
1185
|
+
Properties of the `undo` object:
|
|
1186
|
+
|
|
1187
|
+
#### `disabled` (boolean)
|
|
1188
|
+
|
|
1189
|
+
Indicates if the plugin is disabled or not
|
|
1190
|
+
|
|
671
1191
|
## `EditableHtmlButtonConfigure` (object)
|
|
672
1192
|
|
|
673
1193
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -784,6 +1304,110 @@ Properties of the `h3` object:
|
|
|
784
1304
|
|
|
785
1305
|
Indicates if the plugin is disabled or not
|
|
786
1306
|
|
|
1307
|
+
#### `languageCharacters` (object)
|
|
1308
|
+
|
|
1309
|
+
Properties of the `languageCharacters` object:
|
|
1310
|
+
|
|
1311
|
+
##### `disabled` (boolean)
|
|
1312
|
+
|
|
1313
|
+
Indicates if the plugin is disabled or not
|
|
1314
|
+
|
|
1315
|
+
#### `bold` (object)
|
|
1316
|
+
|
|
1317
|
+
Properties of the `bold` object:
|
|
1318
|
+
|
|
1319
|
+
##### `disabled` (boolean)
|
|
1320
|
+
|
|
1321
|
+
Indicates if the plugin is disabled or not
|
|
1322
|
+
|
|
1323
|
+
#### `html` (object)
|
|
1324
|
+
|
|
1325
|
+
Properties of the `html` object:
|
|
1326
|
+
|
|
1327
|
+
##### `disabled` (boolean)
|
|
1328
|
+
|
|
1329
|
+
Indicates if the plugin is disabled or not
|
|
1330
|
+
|
|
1331
|
+
#### `italic` (object)
|
|
1332
|
+
|
|
1333
|
+
Properties of the `italic` object:
|
|
1334
|
+
|
|
1335
|
+
##### `disabled` (boolean)
|
|
1336
|
+
|
|
1337
|
+
Indicates if the plugin is disabled or not
|
|
1338
|
+
|
|
1339
|
+
#### `ol_list` (object)
|
|
1340
|
+
|
|
1341
|
+
Properties of the `ol_list` object:
|
|
1342
|
+
|
|
1343
|
+
##### `disabled` (boolean)
|
|
1344
|
+
|
|
1345
|
+
Indicates if the plugin is disabled or not
|
|
1346
|
+
|
|
1347
|
+
#### `redo` (object)
|
|
1348
|
+
|
|
1349
|
+
Properties of the `redo` object:
|
|
1350
|
+
|
|
1351
|
+
##### `disabled` (boolean)
|
|
1352
|
+
|
|
1353
|
+
Indicates if the plugin is disabled or not
|
|
1354
|
+
|
|
1355
|
+
#### `strikethrough` (object)
|
|
1356
|
+
|
|
1357
|
+
Properties of the `strikethrough` object:
|
|
1358
|
+
|
|
1359
|
+
##### `disabled` (boolean)
|
|
1360
|
+
|
|
1361
|
+
Indicates if the plugin is disabled or not
|
|
1362
|
+
|
|
1363
|
+
#### `sub` (object)
|
|
1364
|
+
|
|
1365
|
+
Properties of the `sub` object:
|
|
1366
|
+
|
|
1367
|
+
##### `disabled` (boolean)
|
|
1368
|
+
|
|
1369
|
+
Indicates if the plugin is disabled or not
|
|
1370
|
+
|
|
1371
|
+
#### `sup` (object)
|
|
1372
|
+
|
|
1373
|
+
Properties of the `sup` object:
|
|
1374
|
+
|
|
1375
|
+
##### `disabled` (boolean)
|
|
1376
|
+
|
|
1377
|
+
Indicates if the plugin is disabled or not
|
|
1378
|
+
|
|
1379
|
+
#### `table` (object)
|
|
1380
|
+
|
|
1381
|
+
Properties of the `table` object:
|
|
1382
|
+
|
|
1383
|
+
##### `disabled` (boolean)
|
|
1384
|
+
|
|
1385
|
+
Indicates if the plugin is disabled or not
|
|
1386
|
+
|
|
1387
|
+
#### `ul_list` (object)
|
|
1388
|
+
|
|
1389
|
+
Properties of the `ul_list` object:
|
|
1390
|
+
|
|
1391
|
+
##### `disabled` (boolean)
|
|
1392
|
+
|
|
1393
|
+
Indicates if the plugin is disabled or not
|
|
1394
|
+
|
|
1395
|
+
#### `underline` (object)
|
|
1396
|
+
|
|
1397
|
+
Properties of the `underline` object:
|
|
1398
|
+
|
|
1399
|
+
##### `disabled` (boolean)
|
|
1400
|
+
|
|
1401
|
+
Indicates if the plugin is disabled or not
|
|
1402
|
+
|
|
1403
|
+
#### `undo` (object)
|
|
1404
|
+
|
|
1405
|
+
Properties of the `undo` object:
|
|
1406
|
+
|
|
1407
|
+
##### `disabled` (boolean)
|
|
1408
|
+
|
|
1409
|
+
Indicates if the plugin is disabled or not
|
|
1410
|
+
|
|
787
1411
|
### `required` (boolean)
|
|
788
1412
|
|
|
789
1413
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -881,6 +1505,110 @@ Properties of the `h3` object:
|
|
|
881
1505
|
|
|
882
1506
|
Indicates if the plugin is disabled or not
|
|
883
1507
|
|
|
1508
|
+
#### `languageCharacters` (object)
|
|
1509
|
+
|
|
1510
|
+
Properties of the `languageCharacters` object:
|
|
1511
|
+
|
|
1512
|
+
##### `disabled` (boolean)
|
|
1513
|
+
|
|
1514
|
+
Indicates if the plugin is disabled or not
|
|
1515
|
+
|
|
1516
|
+
#### `bold` (object)
|
|
1517
|
+
|
|
1518
|
+
Properties of the `bold` object:
|
|
1519
|
+
|
|
1520
|
+
##### `disabled` (boolean)
|
|
1521
|
+
|
|
1522
|
+
Indicates if the plugin is disabled or not
|
|
1523
|
+
|
|
1524
|
+
#### `html` (object)
|
|
1525
|
+
|
|
1526
|
+
Properties of the `html` object:
|
|
1527
|
+
|
|
1528
|
+
##### `disabled` (boolean)
|
|
1529
|
+
|
|
1530
|
+
Indicates if the plugin is disabled or not
|
|
1531
|
+
|
|
1532
|
+
#### `italic` (object)
|
|
1533
|
+
|
|
1534
|
+
Properties of the `italic` object:
|
|
1535
|
+
|
|
1536
|
+
##### `disabled` (boolean)
|
|
1537
|
+
|
|
1538
|
+
Indicates if the plugin is disabled or not
|
|
1539
|
+
|
|
1540
|
+
#### `ol_list` (object)
|
|
1541
|
+
|
|
1542
|
+
Properties of the `ol_list` object:
|
|
1543
|
+
|
|
1544
|
+
##### `disabled` (boolean)
|
|
1545
|
+
|
|
1546
|
+
Indicates if the plugin is disabled or not
|
|
1547
|
+
|
|
1548
|
+
#### `redo` (object)
|
|
1549
|
+
|
|
1550
|
+
Properties of the `redo` object:
|
|
1551
|
+
|
|
1552
|
+
##### `disabled` (boolean)
|
|
1553
|
+
|
|
1554
|
+
Indicates if the plugin is disabled or not
|
|
1555
|
+
|
|
1556
|
+
#### `strikethrough` (object)
|
|
1557
|
+
|
|
1558
|
+
Properties of the `strikethrough` object:
|
|
1559
|
+
|
|
1560
|
+
##### `disabled` (boolean)
|
|
1561
|
+
|
|
1562
|
+
Indicates if the plugin is disabled or not
|
|
1563
|
+
|
|
1564
|
+
#### `sub` (object)
|
|
1565
|
+
|
|
1566
|
+
Properties of the `sub` object:
|
|
1567
|
+
|
|
1568
|
+
##### `disabled` (boolean)
|
|
1569
|
+
|
|
1570
|
+
Indicates if the plugin is disabled or not
|
|
1571
|
+
|
|
1572
|
+
#### `sup` (object)
|
|
1573
|
+
|
|
1574
|
+
Properties of the `sup` object:
|
|
1575
|
+
|
|
1576
|
+
##### `disabled` (boolean)
|
|
1577
|
+
|
|
1578
|
+
Indicates if the plugin is disabled or not
|
|
1579
|
+
|
|
1580
|
+
#### `table` (object)
|
|
1581
|
+
|
|
1582
|
+
Properties of the `table` object:
|
|
1583
|
+
|
|
1584
|
+
##### `disabled` (boolean)
|
|
1585
|
+
|
|
1586
|
+
Indicates if the plugin is disabled or not
|
|
1587
|
+
|
|
1588
|
+
#### `ul_list` (object)
|
|
1589
|
+
|
|
1590
|
+
Properties of the `ul_list` object:
|
|
1591
|
+
|
|
1592
|
+
##### `disabled` (boolean)
|
|
1593
|
+
|
|
1594
|
+
Indicates if the plugin is disabled or not
|
|
1595
|
+
|
|
1596
|
+
#### `underline` (object)
|
|
1597
|
+
|
|
1598
|
+
Properties of the `underline` object:
|
|
1599
|
+
|
|
1600
|
+
##### `disabled` (boolean)
|
|
1601
|
+
|
|
1602
|
+
Indicates if the plugin is disabled or not
|
|
1603
|
+
|
|
1604
|
+
#### `undo` (object)
|
|
1605
|
+
|
|
1606
|
+
Properties of the `undo` object:
|
|
1607
|
+
|
|
1608
|
+
##### `disabled` (boolean)
|
|
1609
|
+
|
|
1610
|
+
Indicates if the plugin is disabled or not
|
|
1611
|
+
|
|
884
1612
|
### `settings` (boolean)
|
|
885
1613
|
|
|
886
1614
|
Indicates if the item has to be displayed in the Settings Panel
|