Plugin SDK

Input Field


A view users can input text into.


SampleInput.png


On this page:

/*<![CDATA[*/ div.rbtoc1774030919160 {padding: 0px;} div.rbtoc1774030919160 ul {list-style: disc;margin-left: 0px;} div.rbtoc1774030919160 li {margin-left: 0px;padding-left: 0px;} /*]]>*/ Usage Anatomy Layout Implementation

Usage

An input field allows a user to enter text into a page.  This is typically used to collect information from a user that the plugin needs to use for configuration.


Anatomy

  1. Title (also serves to describe the content)

  2. Content


Input_anatomy.png

Layout

Input fields will stretch horizontally to fill all available space on the page.  Both the title and content are left justified.


Implementation

Implement this on a page using HomeSeer.Jui.Views.InputView.