AppliBuilder
Visual Mashup Builder


AppliBuilder User Documentation

Textbox Widget

The textbox widget is useful for getting user input. It may be part of a larger form, or simply a standalone input field. Occasionally, you may use it to display a value, and disable it so it will not allow editing.

You will often need to get the current value of the text field in your scripts. Use the getInputValue(element_name) global function to access the value from your scripts.

This widget is essentially a HTML input element of type text. The CSS styles for the element can be setup via the styles property tab.

If you need a label associated with the text input, use the Form Text widget


© 2006 Applibase, Inc.