|
|
FieldEnhancements
Field enhancements ideas
Field enhancements wishlist
- ColorField:
- refer to my ColorField2. Cells of the original ColorField is nice in design but a bit small to me.
- idea provide an boolean option to design if pop-up
or inline panel should be used. This parameter may be used by other fields, too.
- I'm wondering if a ColorField should be extening
- Group
- Allow a collapsible group be controlled by a check
box (rather than the "legend"). i.e. when a check box is checked, a group is expanded. It could be done in different ways: pass in the check box ID to the Group, define a check box in a group (as "controller" or whatever), just make radio button and group separately and use UI interaction to link them up.
- DateTimeField
- Formatting option
- PlageField
- ex: le "lundi" (select) de "16"h"00" à "18"h"00"
- IntegerField:
- implement radix option
- NumberField:
- Correct bugs
- maxDigits option
- ListField:
- make buttons '+' and '-' optional so we have a sortable field (or an editable list with N elements)
- implement minItems and maxItems options
- SliderField:
- implement all the options !!
- InPlaceEdit:
- make buttons in editor optional (the enter and escape keys are enough)
- Field:
- Put the status text in a floating div instead of the tooltip (allows to put it on the right or bottom of the field)
- description text that appears on focus and on hover
- StringField:
- typing invite: text (and style) when empty
- add "minLength" and "maxLength" optional properties
- Form:
- use 'label' tags instead of divs ?
- http://groups.google.com/group/inputex/browse_thread/thread/cabc37a2d6df48be
- align buttons
- Server-side validation ?
- AutoCompleteField: implement multiple selection like http://www.interiders.com/wp-content/demos/ProtoAutocompleteList/test.html
with a "select all" button
- PasswordField:
- display a warning if caps locked
- output export in SHA1 or MD5
- password strength indicator
- PairField:
- use inputEx.buildField to build right/left fields
Sign in to add a comment
