# SPAS 3.0 Form.addItem vs Label+TextInput

**URL:** https://forum.kirupa.com/t/spas-3-0-form-additem-vs-label-textinput/279617
**Category:** flash
**Created:** [January 16, 2009, 4:08pm UTC](https://forum.kirupa.com/t/spas-3-0-form-additem-vs-label-textinput/279617 "2009-01-16T16:08:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![USFbobFL](https://avatars.discourse-cdn.com/v4/letter/u/c0e974/32.png) [@USFbobFL](https://forum.kirupa.com/u/USFbobFL)
#### Post date: [January 16, 2009, 4:08pm UTC](https://forum.kirupa.com/t/spas-3-0-form-additem-vs-label-textinput/279617/1 "2009-01-16T16:08:28Z")

</div>

In reference to the sample set of basic web forms presented in SPAS 3.0 white paper spas3\_ria\_en.pdf, I found that using Label and TextInput controls added with panel.addGraphicElements() provides far more control and addressability that does the simple form.addItem method. While the sample application is visually appealing, without means to control and access the input data, the FormItem class is just eye candy.

Of course, I am new to action script, so maybe I am missing something here, like some inherited methods and properties that are obvious to an AS veteran.

An example of how to refernce the contents of a FormItem would be of awesome.
