Closed ezheidtmann closed 8 years ago
Added another related enhancement: itemClass
so users can override List.Item
and use it on some list forms. Untested; I'll report on its use later today.
Sorry I didn't follow up earlier; these changes are working well for me in my project. I would love to hear your thoughts on the idea; happy to re-work if you think it would be better a different way.
Related to #453.
Thanks for that. If you have an example of usage, that might be helpful as a JSFiddle, or similar for documentation.
This PR just copies the editor-finding logic from
fields.js
tolist.js
, allowing me to use an editor that isn't in theForm.editors
object.