Skip to content

Commit e55f0ea

Browse files
Farzad Hayatkemister85
andauthored
DOC-1925: Add Skins and Icons examples to examples.adoc index page (#3046)
* DOC-1925: Add Skins and Icons examples to examples.adoc index page * Fixed nav.adoc link and added entry to changelog * Update changelog.md * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 5f7ef87 commit e55f0ea

File tree

4 files changed

+91
-1
lines changed

4 files changed

+91
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
66

77
### Unreleased
88

9+
### 2024-01-18
10+
11+
- DOC-1925: Add `Skins and Icons examples` to examples.adoc index page
12+
913
### 2023-12-19
1014

1115
- DOC-2220: add generation of `latest` and `6` documentation in parallel.

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
*** xref:distraction-free-demo.adoc[Distraction-free editor]
226226
** xref:examples.adoc#integration-examples[Integration examples]
227227
*** xref:ie-template-creation.adoc[Template creation example]
228-
** Tiny Skins and Icon Packs
228+
** xref:examples.adoc#skins-and-icons-examples[Skins and Icons examples]
229229
*** xref:bootstrap-demo.adoc[Bootstrap Demo]
230230
*** xref:borderless-demo.adoc[Borderless Demo]
231231
*** xref:fabric-demo.adoc[Fabric Demo]

modules/ROOT/pages/examples.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ include::partial$index-pages/general-examples.adoc[]
1111
== Integration examples
1212

1313
include::partial$index-pages/integration-examples.adoc[]
14+
15+
[[skins-and-icons-examples]]
16+
== Skins and Icons examples
17+
18+
include::partial$index-pages/skins-and-icons-examples.adoc[]
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
This table sets out {productname}'s range of pre-made skins and icon packs included in the {productname} documentation.
2+
3+
[cols="1,1"]
4+
|===
5+
6+
a|
7+
[.lead]
8+
xref:bootstrap-demo.adoc[Bootstrap Demo]
9+
10+
Example form with colors, forms, and buttons to closely match the default Bootstrap framework UI.
11+
12+
a|
13+
[.lead]
14+
xref:borderless-demo.adoc[Borderless Demo]
15+
16+
Default TinyMCE skin without an outer border, ideal for "fullscreen" editing.
17+
18+
a|
19+
[.lead]
20+
xref:fabric-demo.adoc[Fabric Demo]
21+
22+
Microsoft design language-inspired Fabric skin with optional custom borders.
23+
24+
a|
25+
[.lead]
26+
xref:fluent-demo.adoc[Fluent Demo]
27+
28+
Microsoft design language-inspired Fluent skin with optional custom borders.
29+
30+
a|
31+
[.lead]
32+
xref:jam-demo.adoc[Jam Icons Demo]
33+
34+
Icons from JAM icon library used with the Small skin.
35+
36+
a|
37+
[.lead]
38+
xref:material-classic-demo.adoc[Material Classic Demo]
39+
40+
Example form with classical Material Design components and Material Classic skin.
41+
42+
a|
43+
[.lead]
44+
xref:material-outline-demo.adoc[Material Outline Demo]
45+
46+
Example form with outlined Material Design components and Material Outline skin.
47+
48+
a|
49+
[.lead]
50+
xref:naked-demo.adoc[Naked Demo]
51+
52+
Clean and simple text input experience with Naked skin, no outer or toolbar borders.
53+
54+
a|
55+
[.lead]
56+
xref:outside-demo.adoc[Outside Demo]
57+
58+
Clean text input with Outside skin, border around editable area, small icon pack.
59+
60+
a|
61+
[.lead]
62+
xref:small-demo.adoc[Small Icons Demo]
63+
64+
Smaller buttons using Small skin with smaller default icons.
65+
66+
a|
67+
[.lead]
68+
xref:snow-demo.adoc[Snow Demo]
69+
70+
Modern, lightweight editor with Snow skin, looks great with Thin icon pack.
71+
72+
// Dummy table cell.
73+
// 1. Remove the inline comment markup pre-pending this
74+
// element when the number of cells in the table is
75+
// odd.
76+
// 2. Prepend the inline comment markup to this element
77+
// when the number of cells in the table is even.
78+
a|
79+
80+
|===
81+

0 commit comments

Comments
 (0)