Modify Control

Modify control (controls)

"Modify Control" is one of the most used functions when developing your application in Apphive. It allows you to modify the controls within it, bringing life and dynamism to your application when your users interact with it. It enables you to modify various properties depending on the control you use, such as text, backgrounds, fonts, colors, and sizes. It has 3 entry variables: "Data to Send", "Element", and "Property to Modify", and does not have callbacks.

Data to send : We will place the value we want to modify, such as a string if it is text, a hexadecimal if we want to change the color of a text or the background of a button, or numbers to modify a size. You must ensure that the value you send is allowed by the parameter to be modified. (Required)

Element : We enter the ID of the control you wish to modify or mainly select it from the variable menu in the controls section, where you will find the controls you have on your page, allowing you to select the one you want to modify. (Required)

Property to modify : We will find both in a dropdown with the available properties to modify once we select the control from the variable menu, or in a field where you can enter the desired property to modify if it is not found in the options of the previous dropdown, or if you enter the control ID directly.. (Required)

Step by Step :

Última actualización