|
@@ -144,6 +144,11 @@
|
|
"content": "Using NiceGUI as web interface for a ROS2 robot",
|
|
"content": "Using NiceGUI as web interface for a ROS2 robot",
|
|
"url": "https://github.com/zauberzeug/nicegui/tree/main/examples/ros2/"
|
|
"url": "https://github.com/zauberzeug/nicegui/tree/main/examples/ros2/"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "title": "Example: Download Text as File",
|
|
|
|
+ "content": "providing in-memory data like strings as file download",
|
|
|
|
+ "url": "https://github.com/zauberzeug/nicegui/tree/main/examples/download_text_as_file/main.py"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"title": "Basic Elements",
|
|
"title": "Basic Elements",
|
|
"content": "This is **Markdown**.",
|
|
"content": "This is **Markdown**.",
|
|
@@ -874,6 +879,11 @@
|
|
"content": "You can also use Lottie files with animations.",
|
|
"content": "You can also use Lottie files with animations.",
|
|
"url": "/documentation/image#lottie_files"
|
|
"url": "/documentation/image#lottie_files"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "title": "Image: Image link",
|
|
|
|
+ "content": "Images can link to another page by wrapping them in a ui.link.",
|
|
|
|
+ "url": "/documentation/image#image_link"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"title": "Color Theming",
|
|
"title": "Color Theming",
|
|
"content": "Sets the main colors (primary, secondary, accent, ...) used by Quasar <https://quasar.dev/>_.",
|
|
"content": "Sets the main colors (primary, secondary, accent, ...) used by Quasar <https://quasar.dev/>_.",
|
|
@@ -1094,6 +1104,11 @@
|
|
"content": "You can link to other pages by providing the link target as path or function reference.",
|
|
"content": "You can link to other pages by providing the link target as path or function reference.",
|
|
"url": "/documentation/link#links_to_other_pages"
|
|
"url": "/documentation/link#links_to_other_pages"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "title": "Link: Link from images and other elements",
|
|
|
|
+ "content": "By nesting elements inside a link you can make the whole element clickable. This works with all elements but is most useful for non-interactive elements like ui.image, ui.avatar etc.",
|
|
|
|
+ "url": "/documentation/link#link_from_images_and_other_elements"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"title": "Log view",
|
|
"title": "Log view",
|
|
"content": "Create a log view that allows to add new lines without re-transmitting the whole history to the client. :param max_lines: maximum number of lines before dropping oldest ones (default: None) push clear Clear the log",
|
|
"content": "Create a log view that allows to add new lines without re-transmitting the whole history to the client. :param max_lines: maximum number of lines before dropping oldest ones (default: None) push clear Clear the log",
|