Patch #151
Extending the JSListpicker
100%
Description
Hi Robert!
I add some capabilities to the JSListpicker (v0.9.2) that are useful for me and I think that maybe you want to add them to your module:
*form.editableColumns (Array with the name of the columns that you want to allow edit)
*form.columValuelists (Object with valuelists for the columns that need it. Must be filled like {columName1: valuelistName1, columName2: valuelistName2 ...})
*callback.closeAfterNew (Boolean. If false doesn't close the form after the createNewMethod callback)
These changes allow me to create new records and edit them in the same form. They shouldn't break the behaviour of a JSListpicker v0.9.2.
Best regards.
Victor
Files
History
Updated by Victor Rojo Carballo over 14 years ago
- File patch_Listpicker.txt patch_Listpicker.txt added
Sorry use this patch, I fixed the property name form.columValuelists->form.columnValuelists (I missed the n after the m in column hehe)
Updated by Robert Ivens over 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Patch committed.
Thanks!