On 12/16/05, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > We may want to have in fact three list attributes in the form : visible > widgets, hidden widgets and all widgets (implementing the last one as a > property returning the concatenation of the two others).
Assuming a widget can say that it's a hidden one, the visible and hidden widgets lists can be computed. You're right that making these three lists available will make writing a form widget easier. Kevin

