📄️ TextBox
The overall purpose of this object is to enable users to enter data onto the designed form. It also enables you to see previously entered data and to connect to and show data from data sources.
📄️ MaskInput
A MaskInput object is an object that is used when an end user wants to enter a value in a specific format. The number of characters is certain; It is a special data entry object that allows information such as tc identity number, telephone number, IBAN to be entered in the appropriate format.
📄️ Password
It is the object of choice when a password or information that is not intended to be publicly available needs to be entered on the form. Characters entered in the object are hidden by visualizing them with a dot (.) expression.
📄️ Label
It is the object of choice for displaying fixed, immutable text expressions to users on the designed form, for informational or title text purposes.
📄️ ComboBox
It is an object that presents the values from a data source or the values that the developer has added as an element to the user in the form of a list in the web interface and serves to select elements from this data.
📄️ Dropdown
It is an object that presents the values from a data source or the values that the developer has added as an element to the user in the form of a drop-down list in the web interface and serves to select elements from this data.
📄️ Lookup
It is an object that presents the values from a data source or the values that the developer adds as an element to the user in the form of a table structure in the web interface and serves to select elements from this data.
📄️ ListBox
An object that presents the values from a data source or the values that the developer has added as elements to the user in the form of a list in the web interface and allows the selection of one or more elements from this list.
📄️ Radio
An object that is used in situations where only one of multiple options must be selected.
📄️ RadioList
An object that represents a list of multiple Radio objects that belong to the same group. Instead of putting multiple Radio objects on the form and grouping them, it is useful to add options that are included in the same group as elements of a single RadioList object.
📄️ CheckBox
An object that allows one or more selections to be made from multiple options.
📄️ Header
A form header object that provides information to users to indicate the purpose and description of the form.
📄️ Divider
A parenthetical object that is used to divide a form into different sections.
📄️ TextArea
This object, like the TextBox object, is used for data entry. Unlike a TextBox object, it is an object that is used to display text on more than one line when long text expressions are required.
📄️ NumberBox
It is the object to be used when a numeric data entry is desired. It supports decimal (decimal) and integer data entries and includes special settings that can be used for numeric expressions.
📄️ DateTimePicker
An object to use when date or date and time entries are intended.
📄️ DateRangePicker
An object used to specify a date or time range. Used to specify a range value in the start and end date logic.
📄️ Scheduler
It is an object that allows the end user to add types such as meetings, events, appointments in a certain date/date range on a calendar and to list them visually.
📄️ TimePicker
An object used to enter time information.
📄️ Rate
An end user is an object through which he or she can evaluate his or her opinion of a situation within a specified score range.
📄️ Switch
Yes/No, True/False, Active/Passive, etc. A state switching object used to switch between two opposing states, such as Active/Passive.
📄️ SearchBox
An object that is used to search the data within the objects.