Multiselect control is implemented in info.magnolia.cms.gui.dialog.DialogMultiSelect ... that's pbly the class you want to extend. And yes, naming is confusing for all the controls. The best bet when not sure, is to go to admin central and look at config:/modules/adminInterface/controls/<your control> ... or in whatever module actually registers such control.
If you want to look at some customized multiselect controls, you can have a look at controls used in RSS aggregator module, there should be one or two custom multiple-field-multiselect controls HTH, Jan On Oct 24, 2011, at 10:23 PM, Rakesh Vidyadharan wrote: > Hello, > > I need modify the way the data from multiselect controls are stored. I need > to store them as an array property to allow easy XPATH querying of the data. > Looking over the information on the documentation site, I am a bit confused > as to what I should implement. I think I need a custom Dialog and not a > custom control to achieve what I want (am I right?). Also if I am creating a > custom Dialog, will I still be able to use the multiselect control and save > the data from it in an array, or do I also need a custom control? > > Thanks > Rakesh > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
