Hi Rakesh, is info.magnolia.cms.gui.dialog.DialogLink what you are looking for?
This class defines the link control and it also defines what JS function to invoke on pressing the browse button (to open the tree). What you want is probably extend this class, point it to your JS function for opening the search. You will then register that class as a custom control (searchAwareLink or similar) under /modules/<yourmodule>/controls .. you can also find all default controls and classes that are used to produce them under /modules/adminInterface/controls HTH, Jan On Feb 9, 2011, at 7:27 PM, Rakesh Vidyadharan wrote: > I need to allow our users to search for books or authors in our workspace > when using the link dialog control (walking the tree is okay, but not as > productive). I want something similar to what I did for the FCKEditor > (http://wiki.magnolia-cms.com/display/WIKI/Enable+search+from+FCKEditor+server+browser). > Can someone provide hints on where to start and what would be involved? I > shall document the process once it is functional :-) > > Thanks > Rakesh > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
