DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Your "component" should live in: org.apache.flex.html. staticControls. The beads that make up your component should live in: org.apache.flex.html.staticControls.beads or one of its sub-directories, depending on its purpose.
...
The component is called, "NumericAdjustment", or org.apache.flex.html.staticControls.NumericAdjustment. This component needs the following beads:
...
NumericAdjustment {
iBeadView: ClassReference("org.apache.flex.html.staticControls.beads.NumericAdjustmentView");
iBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.NumericAdjustmentModel");
}The NumericAdjustment component class, org.apache.flex.html.staticControls.NumericAdjustment, has very little content of its own:
...