> I am working on the development of new controls. > I need to create a double select item with multiple lines (add and delete > button). > I took the DialogMultiSelect as reference but the implementation is not easy > if you are new in Magnolia. > > Can you help me with some implementation examples? >
Afraid there are no good examples. You might want to look in RSSAgregator. It defines 2 such controls - FeedsControl and FiltersControl. The first one has 2 text fields, the second groups 2 combo boxes and the text field ... both are multi value. The common functionality is extracted in MultiControl class. OTOH, they are both used in the Data Module dialogs which are bit special. Haven't tried to use them in normal dialogs. HTH, Jan ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
