, ,

The Chart control

Chart is a new control which can be used to display information in two different ways:   As a Pie Chart   As a Bar Chart   Type : Chart Name Provides a unique name for the control. Enabled for new…
, ,

The AutoCompleteTextBox control

The AutoCompleteTextBox can be used as an alternative to the Combobox and the LookupPicker controls. You start typing letters and the control will filter and display only those values that match the letters. An example of an AutoCompleteTextBox…
, ,

The Label control

The Label control is a simple but yet very powerful control in PowerForms/HTML, since it can contain any kind of HTML content required. So it can serve as a simple control caption, or it can display complex data retrieved from a List Query or…
, ,

Control Properties and Methods

The form control represents an object that holds the details for the control on the form (type, position, layout details, etc). References to those objects can be obtained using the form.GetControl(name) method. GetValue() Return type…
, ,

The Button control

The button control is used to trigger user defined actions: The value of the control (see "Value" section below) defines the display text of the button. The actions to be executed once the button is clicked are defined in the Extra Configuration…