Gradients & Borders.
StyleTextbox
Set the background color, border color, width, and corner radii of the TextBox. Gradients are automatically applied when multiple colors are provided..
-
For solid color: pass a list with a single color.
For gradient: pass a list with multiple colors. -
To show a border: pass a value greater than 0 in borderWidths.
To hide a border: pass a 0 in borderWidths.
CharacterLimit
Sets a character limit and triggers an event when characters are typed.
Padding
Set padding for the TextBox.
FirstLetterCapitalized
Automatically capitalizes the first letter as the user types.
InvokeKeyboard
Open the keyboard and position the cursor in the textBox.
KeyboardInvoked
Triggered when the keyboard is invoked on the textbox.
RemainingCharactersChanged
Triggered when the number of remaining characters changes.
v1.1 Ago 14, 2025.
-
Lists are now used in parameters to use a single block, with a list of values for each text box.
-
The colorStart, colorMiddle, and colorEnd parameters have been removed, and instead, the colors parameter has been added, which accepts a list of color lists.
-
The hasBorder parameter has been removed since it was no longer needed.
-
Fixed an issue with gradientDirections where the gradient directions were not being applied.
Note:
-
This update will collapse all your textbox blocks if you're using the previous version, as the input type in the parameters has been completely updated.
- I recommend saving your AIA project so you don't lose your work.
aia project:
Textbox.aia (19.2 KB)
Extension: v1.1.
joejsanz.joedevtextbox.aix (15.2 KB)
JDK: 11
Minimum API Level: 21
Updated On: 2025-08-14T07:00:00Z
Built using: FAST-CLI v4.1.1-premium
Thanks.