Data Controls
Label
The Control Category: Data Controls Type: pf.Label The Label Control is used not only as a label placeholder, but this is the control you would be using to also write descriptions and other informative text within your form. Actions When the Label ...
Datetime Picker
Date Picker
Image Checkbox
The Control Category: Data Controls Type: pf.ImageCheckBox Using the Image Checkbox Control, you can apply your own images for the two scenarios of a checked and an unchecked box. Actions When the Image Checkbox Control is selected in the Central ...
Hidden
The Control Category: Data Controls Type: pf.Hidden The Hidden Control is ideal to use for flag or temp variables/values. Visible in the designer, hidden during runtime, it's every developer's favorite control! (similar to Input type="hidden" in ...
Checkbox
The Control Category: Data Controls Type: pf.CheckBox Using the Checkbox Control, you can get a true/false value for your question. You can also group CheckBoxes Controls to allow only for one answer from a series of questions. For example when ...
Chart
The Control Category: Data Controls Type: pf.Chart Using the Chart Control, you are able to display charts using data from the form. Actions When the Chart Control is selected in the Central pane, the Actions section on the ribbon is updated to ...
Combobox
The Control Category: Data Controls Type: pf.ComboBox The Combobox Control displays a drop down list of the values you have specified in the value provider, and allows the user to either select one or multiple values. Actions When the Combobox ...
Checkboxes
The Control Category: Data Controls Type: pf.CheckBoxes Similarly to the Checkbox Control, the CheckBoxes Control gets a list of options as input and for each displays a checkbox. The control's output is a list of all the selected values. Actions ...
Image
The Control Category: Data Controls Type: pf.Image Using the Image Control, you can easily place an image anywhere within the form Actions When the Image Control is selected in the Central pane, the Actions section on the ribbon is updated to display ...
Slider
The Control Category: Data Controls Type: pf.Slider Ideal to get percentage input from users, the slider has minimum/maximum and small/large step predefined values. Actions When the Slider Control is selected in the Central pane, the Actions section ...
RichTextbox
The Control Category: Data Controls Type: pf.RichTextBox Allow the user to format their own text, through a customizable editor, and display only the options that fit the occasion. Enable or disable the display of font, display, image, link, list, ...
Toggleswitch
The Control Category: Data Controls Type: pf.ToggleSwitch Allows the user to select between two values (true/false Actions When the ToggleSwitch Control is selected in the Central pane, the Actions section on the ribbon is updated to display the ...
Textbox
The Control Category: Data Controls Type: pf.TextBox The Textbox Control is amongst the most common controls used in forms. It is used to get input from the user in either a controlled way (eg. request a numeric value) or non controlled way (eg. free ...
Listbox
The Control Category: Data Controls Type: pf.ListBox The listbox is one of the most important controls of Openous. It provides a grid-like functionality, both for listing records in tabular fashion, as well as allowing editing of the repeating items ...
Radio Buttons
The Control Category: Data Controls Type: pf.RadioButtons Using the Radio Buttons Control, one can offer the user a variety of options but only allow the user to select one value, rather than multiple. Actions When the Radio Buttons Control is ...
Progress Bar
The Control Category: Data Controls Type: pf.ProgressBar The progress bar is used to give the users a visual indicator of the form's completeness. Supports animation and full styling customization. Actions When the Progress Bar Control is selected in ...