[FREE] TextboxUtil - ⌨️ Additional Tools To The Built-In TextBox Component!

:partying_face: Version 10!

  • Decorate your TextBoxes with opacity values!

GetOpacityValue

image

Returns the opacity of the TextBox. 0 is less opaque and 255 is most opaque.

Returns: number (float)

Parameters: textBox = component

SetOpacityValue

image

Sets the opacity of the TextBox. 0 is less opaque and 255 is most opaque.

Parameters: textBox = component, opacity = number (float)

  • Custom colors with links in your TextBox! Use the Linkify extension here to add links to your TextBox, and then set the link colors with this extension!

SetLinksColor

image

Sets the color of the links of your TextBox.

Parameters: textBox = component, color = color

  • Show the context menu for your TextBoxes!

image

ShowContextMenu

image

Show the context menu for the given TextBox. Returns true if the context menu was shown, else false.

Returns: boolean

Parameters: textBox = component

  • Other features added!

SetSelectAllOnFocus

image

Sets the TextBox so that when the user clicks any of the text in the TextBox, it automatically selects all of the text.

Parameters: textBox = component, setSelectOnFocus = boolean

2 Likes