e-Form Components
Learn about e-Form components and their key properties.
Last updated
Was this helpful?
Learn about e-Form components and their key properties.
Last updated
Was this helpful?
Table, CrossTab, Chart - only for DataBand (for details, refer to .)
Label, Shape
Input tab:
TextBox, ComboBox, RadioButton, CheckBox, SignPad, Camera, etc.
Input Group tab:
RadioButtonGroup: Combine RadioButtons into a single option group.
Input Filter tab:
StringTextFilter: Set pattern for TextBox display format such as Product code, Phone number, Card number, etc.
NumberTextFilter: Set specific number formats like currency, etc.
Properties are broken down into five categories - Design, data, Appearance, Behavior, and Layout.
Properties are different by component
Design
Type
Component types
Name
Component object identifier
Group Name
RadioButtonGroup or SignPad group
Data
Data Type
Data source
Text
Value
Source
Data source
Appearance
Drawing Type
Rendering style
Color, Font, Border, etc.
Color, size, alignment, etc.
Behavior
Enable
Activate or deactivate the component
Visible
Show or hide the component
Tooltip Text
Placeholder
Max length
Max number of input characters
AllowSending
Allow extrcating input value (JSON/XML)
Text Filter Name
Input filter name to apply
Text Input Mode
Keyboard, Barcode, NFC
Required
for input validation
Layout
Location
Coordinates(x,y)
Size
Width, Height
Set the default properties of components as you prefer.
A label can have various Drawing Types and Data Type properties.
Text label
Image label
HTML label
System label
Barcode
Input components and their key properties are listed below.
Some components have different looks and feel on the web and mobile screen.
TextBox
Tooltip Text
Placeholder
Multi Line
NumberTextFilter
Required Scale
Max Scale
StringTextFilter
NumericUpDown
Value (Initial value)
Unit of change (Interval)
Maximum value
Minimum value
ComboBox
Items
Selected Index
Placeholder
CheckBox
CheckStyle
Horizontal Check Alignment
Frame Size
RadioButton
CheckStyle
Horizontal Check Alignment
Frame Size
RadioButtonGroup
Enable Uncheck: allow no choice
MultiSelectable: allow multiple choices
ToggleButton
Items
Selected Index
Placeholder
Button
Text
OnClick event: _MessageBox("Success");
AttachmentButton
TextAfterAttach: "Change File"
DateTimePicker
Format: "dd/MM/yyyy", "yyyy-MM-dd", etc.
SignPad
Width, Height, Image Format: SIGN_DATA
ImagePicker
ImagePickMode: Camera
VideoPlayer
Align, spacing, move, group multiple components
Copy any component to create a new one.
Report and band are copied with their components.
Components can be copied even between ReportTemplates
Appearance settings
Change component type
FixedTable can be used to add a group (section) of components.
Insert, Delete, Cell Merge, Cell Divide
Change cells to component types you want.
Source: