From 2dc22833c0e6bfd8219a124ad1535825f6fb341d Mon Sep 17 00:00:00 2001
From: DivadNojnarg Inputs Layoutf7List() to benefit from the styling options, styling them
all at once (see below with the iOS skin):
f7Radio()
are
not supported in f7List()
but can be styled to look
similar:
-In the below example this means you can gather all the values by
simply calling input$myform
and update them all at once by
calling updateF7Form()
:
When setting mode
to "links"
, the list
items will be displayed as links:
mode
to
NULL
in f7List()
:
-mode
argument should be set to "contacts"
in f7List()
:
-NULL
at the end of the animation (you may run the app below in full screen
mode and hold a left click with your mouse from top to bottom):
-shinyMobile has a predefined input, namely input$deviceInfo.
-Below an example that displays a card only when the app is on desktop:
-input$lastInputChanged
which returns the name, value and type of the last changed input:
-f7Item()
as
sidebar items. The tabName must correspond.
-The following example shows how to update the theme, dark mode, and color theme of the app:
-Changing the value of a gauge is a common task and perfectly possible
with updateF7Entity()
:
For the f7Popup()
component, you will need a bit more
code to make updates. Within updateF7Entity()
, you need to
provide the necessary HTML of the popup content:
There are many options to customize the f7Swiper()
component. Note that on desktop you need to click and hold to swipe: