It is actually exposed via SQLFORM.widgets.list.widget, and it is used automatically in SQLFORMs for list:<type> fields, so I assume it is safe to use and here to stay.
Anthony On Friday, February 3, 2012 10:35:42 AM UTC-5, monotasker wrote: > > I'm continuing to work in fits and starts on my ajaxselect plugin (I'll > post an update and bugfix soon, hopefully with a proper demo). In the > process, I came across the ListWidget method in sqlhtml. It's quite a nice > way to implement multi-reference field. But it's not documented in the 4th > edition book. Is there some problem with using it? Is it unfinished? Will > it be dropped? Or could I use it safely in my plugin? > > Ian >

