auto_stories Bilgi Bankası chevron_right Form chevron_right Makale

Floating Box

It is the tool that allows selection between two numerical values on the form screen.

b21.jpg

Floating Box tool icon at Toolbox

mceclip0.png

How it looks like on the Canvas

 

Compatibility

Free Form Responsive Form Mobile
icons8-check-circle-48.png icons8-check-circle-48.png icons8-check-circle-48.png

 

 

Properties

Properties of the form tool;

b23.jpg

 

  • Name: The name of the tool will be written here.

  • Default Value: The value entered here comes into the tool by default.

  • Minimum: This is the field where the initial value is determined.

  • Maximum Value: This is the field where the end value is determined.

  • Help Text: It is the text that is entered for comment when the mouse is placed on the tool.

  • Height / Width: Adjusts the height and width of the tool (The width field has been removed from Responsive Forms).

  • From Left / Top: Adjusts the distance of the tool from the left and top (This field has been removed from responsive forms).

  • Maximum Value SQL Query: The maximum value is written to the SQL query.

  • Pin Right: Pins the tool to the right.

  • Display: Makes the tool not appear on the screen.

  • Form Only: The information entered in the tool is not saved to SQL, but only in form. If the Form Only property is No, the tool area will save to the field in the table in the database. If it is Yes, this will not save the tool to field in the database.

Actions

  • When the value changes: Assign an “Action” as on value changes handler. For more information please click here.

 

 Example Used

If you want to enter “20” as the default value, you can write in Default Value property. It comes as marked on the client screen.

mceclip1.png 

Client view on screen

 

For instance; If you want to trigger a tool, this action with Update Value operation is triggered a Numeric Box and the SQL Query area contains the name of the floating box dynamically.

mceclip2.png

How it looks like on the Canvas

 

Thus, when the value in the floating box changes, the numeric box area also changes.

mceclip3.png

Client view on screen