Skip to content

Latest commit

 

History

History
379 lines (353 loc) · 14.7 KB

oh-slider-cell.md

File metadata and controls

379 lines (353 loc) · 14.7 KB
title component label description source prev
oh-slider-cell - Slider Cell
oh-slider-cell
Slider Cell
A cell expanding to a big vertical slider
/docs/ui/components/

oh-slider-cell - Slider Cell

[[toc]]

A cell expanding to a big vertical slider

Configuration

Cell

General settings of the cell Header of the cell Title of the cell Subtitle of the cell Footer of the cell Use oh:iconName (openHAB icon), f7:iconName (Framework7 icon), material:iconName (Material icon) or iconify:iconSet:iconName (Iconify icon, requires being online if not in cache) Color to use when highlighted Expression to determine when the card should be highlighted. If blank, determine automatically from the primary bound item if applicable.

Slider

Item to control Minimum value Maximum value Minimum interval between values Display the slider vertically Display a label above the slider knob while sliding Display a scale on the slider Number of (major) scale markers Number of scale minor markers between each major marker Unit for the command sent and also append to the label while dragging the cursor, leave empty to use Item's unit Ignore the display state if available and always use the raw state. If enabled, no commands are sent during sliding Time to wait between subsequent commands in ms (default 200) Time to wait before switching from displaying user input to displaying item state in ms (default 2000)

Action

Action to perform when the element is clicked Type of action to perform URL to navigate to or to send HTTP request to Open the URL in the same tab/window instead of a new one. This will exit the app. HTTP method to use for the request Body to send with the request Item to perform the action on Command to send to the Item. If "Toogle Item" is selected as the action, only send the command when the state is different Command to send to the Item when "Toggle Item" is selected as the action, and the Item's state is equal to the command above Comma-separated list of options; if omitted, retrieve the command options from the Item dynamically. Use value=label format to provide a label different than the option. Scene, Script or Rule to run Object representing the optional context to pass. Edit in YAML or provide a JSON object, e.g. { "param1": "value1", "param2": { "subkey1": "testing", "subkey2": 123 } }. Page to navigate to Use a specific page transition animation Page or widget to display in the modal Configuration (prop values) for the target modal page or widget Array of URLs or objects representing the images. Auto-refresh is not supported.
Edit in YAML, e.g.
- item: ImageItem1
caption: Camera
or provide a JSON array, e.g.
[ "url1", { "item": "ImageItem1", "caption": "Camera" } ]
Objects are in the photos array format with an additional item property to specify an item to view. Configuration for the photo browser.
Edit in YAML or provide a JSON object, e.g.
{ "exposition": false, "type": "popup", "theme": "dark" }
See photo browser parameters (not all are supported). Group Item whose members to show in a popup Start analyzing with the specified (set of) Item(s) The initial analyzing period - dynamic or a predefined fixed period: day, week, month or year The initial coordinate system of the analyzer - time, aggregate or calendar (only time is supported for dynamic periods) Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object { type: "dialog", title: "Confirm", text: "Are you sure?" } or { type: "sheet", text: "Confirm", color: "green" } Shows a toast popup when the action has been executed. Can either be a text to show or a JSON object including some of the supported parameters The variable name to set The value to set the variable to Consider the variable value is an object and set the corresponding deep property within that object using a key syntax. Examples: user.name, user[0].address[1].street, [0], [0].label. The inner property and its parent hierarchy will be created if missing.