Fetches an object that was persisted with persist()
Class Details
[line 35]
DomApi SpinEdit Form Field Class
Useful for allowing the user to select a whole number. They can either type in a number or use the spin buttons to modify it. Supports defined ranges and automatically validates user info.
uses javascript/dhtml/domapi. see http://www.domapi.com, it's great.
the following domapi settings are supported like this: DOMAPI BLUESHOES EXAMPLE DESCRIPTION buttonWidth => size 10 width of the input field min => bsDataInfo '1|500' min value max => bsDataInfo '1|500' max value
VERY BIG NOTE: THIS COMPONENT IS NOT USABLE YET CAUSE THE attachToForm() METHOD IS MISSING. I GUESS IT WILL BE ADDED IN THE REAL NEAR FUTURE.