Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 721 Bytes

File metadata and controls

16 lines (14 loc) · 721 Bytes
layout docs-api
toc toc-api-ui.html
title Editor UI Widgets
slug ui widgets

A set of jQuery widgets are available that can be used within a node's edit template.

  • TypedInput - a replacement for a regular <input> that allows the type of the value to be chosen, including options for string, number and boolean. Used extensively in the core Node-RED nodes.
  • EditableList - an editable list where the elements can be complex forms in their own right. Used by the core Switch and Change nodes.
  • SearchBox - an enhanced <input> for common usage around Search UX.
  • TreeList - a list to display tree-structured data.