Rodja Trappe преди 1 година
родител
ревизия
82d0b85211
променени са 1 файла, в които са добавени 15 реда и са изтрити 0 реда
  1. 15 0
      website/static/search_index.json

+ 15 - 0
website/static/search_index.json

@@ -144,6 +144,11 @@
     "content": "Using NiceGUI as web interface for a ROS2 robot",
     "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",
     "content": "This is **Markdown**.",
@@ -874,6 +879,11 @@
     "content": "You can also use Lottie files with animations.",
     "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",
     "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.",
     "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",
     "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",