Skip to content

Commit

Permalink
Updating order of articles and field demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
mhawkinsbasis committed Sep 29, 2023
1 parent a321515 commit 8981e6d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/components/fields/date-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The `DateField` is a user interface component that allows users to input or sele

<ComponentDemo
path='https://hot.bbx.kitchen/webapp/controlsamples?class=componentdemos.fielddemos.DateFieldDemo'
javaE='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/DateFieldDemo.java'
javaC=''
javaE=''
javaC='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/DateFieldDemo.java'
cssURL='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/resources/css/fieldstyles/date_field_styles.css'
/>

Expand Down
4 changes: 2 additions & 2 deletions docs/components/fields/date-time-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The `DateTimeField` class provides a user interface component that allows the us

<ComponentDemo
path='https://hot.bbx.kitchen/webapp/controlsamples?class=componentdemos.fielddemos.DateTimeFieldDemo'
javaE='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/DateTimeFieldDemo.java'
javaC=''
javaC='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/DateTimeFieldDemo.java'
javaE=''
cssURL='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/resources/css/fieldstyles/date_field_styles.css'
/>

Expand Down
4 changes: 2 additions & 2 deletions docs/components/fields/number-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The `NumberField` component can be used to accept numerical input from the user.

<ComponentDemo
path='https://hot.bbx.kitchen/webapp/controlsamples?class=componentdemos.fielddemos.NumberFieldDemo'
javaE='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/NumberFieldDemo.java'
javaC=''
javaC='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/NumberFieldDemo.java'
javaE=''
cssURL='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/resources/css/fieldstyles/date_field_styles.css'
/>

Expand Down
4 changes: 2 additions & 2 deletions docs/components/fields/password-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The `PasswordField` component provides a way for the user to securely enter a pa

<ComponentDemo
path='https://hot.bbx.kitchen/webapp/controlsamples?class=componentdemos.fielddemos.PasswordFieldDemo'
javaE='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/PasswordFieldDemo.java'
javaC=''
javaC='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/java/componentdemos/fielddemos/PasswordFieldDemo.java'
javaE=''
cssURL='https://raw.githubusercontent.com/DwcJava/ControlSamples/main/src/main/resources/css/fieldstyles/date_field_styles.css'
/>

Expand Down
2 changes: 1 addition & 1 deletion docs/components/fields/time-field.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 7
title: TimeField
sidebar_class_name: sidebar--item__hidden
# sidebar_class_name: sidebar--item__hidden
slug: timefield
---

Expand Down
2 changes: 1 addition & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 0
sidebar_position: 1000
title: Glossary
sidebar_class_name: sidebar--item__hidden
slug: glossary
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 0
displayed_sidebar: documentationSidebar
---

Expand Down

0 comments on commit 8981e6d

Please sign in to comment.