From 9180fa84dbbeb1eaa760128246b472c90bba93e6 Mon Sep 17 00:00:00 2001 From: satoshi-sh Date: Mon, 10 Jun 2024 06:19:25 -0500 Subject: [PATCH 1/2] Add description for fullwidth property --- docs/manuals/gui/viselements/file_download.md_template | 8 ++++++++ docs/manuals/gui/viselements/file_selector.md_template | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/manuals/gui/viselements/file_download.md_template b/docs/manuals/gui/viselements/file_download.md_template index 347aebd04..7c595884c 100644 --- a/docs/manuals/gui/viselements/file_download.md_template +++ b/docs/manuals/gui/viselements/file_download.md_template @@ -19,6 +19,14 @@ The download can be triggered when clicking on a button or can be performed auto All the file download controls are generated with the "taipy-file_download" CSS class. You can use this class name to select the file download controls on your page and apply style. +### [Stylekit](../styling/stylekit.md) support + +The [Stylekit](../styling/stylekit.md) provides a specific class that you can use to style date selectors: + +* *fullwidth*
+ If a date selector uses the *fullwidth* class, then it uses the whole available + horizontal space. + # Usage ## Default behavior diff --git a/docs/manuals/gui/viselements/file_selector.md_template b/docs/manuals/gui/viselements/file_selector.md_template index 46231c5c7..1ed697ba9 100644 --- a/docs/manuals/gui/viselements/file_selector.md_template +++ b/docs/manuals/gui/viselements/file_selector.md_template @@ -7,6 +7,14 @@ The upload can be triggered by pressing a button, or drag-and-dropping a file on All the file selector controls are generated with the "taipy-file_selector" CSS class. You can use this class name to select the file selector controls on your page and apply style. +### [Stylekit](../styling/stylekit.md) support + +The [Stylekit](../styling/stylekit.md) provides a specific class that you can use to style date selectors: + +* *fullwidth*
+ If a date selector uses the *fullwidth* class, then it uses the whole available + horizontal space. + # Usage ## Default behavior From 4c6114f0857854d9ca96853b6767668e13e0df4f Mon Sep 17 00:00:00 2001 From: satoshi-sh Date: Mon, 17 Jun 2024 06:37:14 -0500 Subject: [PATCH 2/2] Correct descriptions --- docs/manuals/gui/viselements/file_download.md_template | 4 ++-- docs/manuals/gui/viselements/file_selector.md_template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manuals/gui/viselements/file_download.md_template b/docs/manuals/gui/viselements/file_download.md_template index 7c595884c..e57149c1f 100644 --- a/docs/manuals/gui/viselements/file_download.md_template +++ b/docs/manuals/gui/viselements/file_download.md_template @@ -21,10 +21,10 @@ name to select the file download controls on your page and apply style. ### [Stylekit](../styling/stylekit.md) support -The [Stylekit](../styling/stylekit.md) provides a specific class that you can use to style date selectors: +The [Stylekit](../styling/stylekit.md) provides a specific class that you can use to style file download elements: * *fullwidth*
- If a date selector uses the *fullwidth* class, then it uses the whole available + If a file download element uses the *fullwidth* class, then it uses the whole available horizontal space. # Usage diff --git a/docs/manuals/gui/viselements/file_selector.md_template b/docs/manuals/gui/viselements/file_selector.md_template index 1ed697ba9..77bb6f22f 100644 --- a/docs/manuals/gui/viselements/file_selector.md_template +++ b/docs/manuals/gui/viselements/file_selector.md_template @@ -9,10 +9,10 @@ name to select the file selector controls on your page and apply style. ### [Stylekit](../styling/stylekit.md) support -The [Stylekit](../styling/stylekit.md) provides a specific class that you can use to style date selectors: +The [Stylekit](../styling/stylekit.md) provides a specific class that you can use to style file selectors: * *fullwidth*
- If a date selector uses the *fullwidth* class, then it uses the whole available + If a file selector uses the *fullwidth* class, then it uses the whole available horizontal space. # Usage