you would only add to the UI elements if you are planning on using the FIXED data grid and would be similar to: <widget left="0" right="0" bottom="0" url="widgets/eSearch/SearchWidgetFixedDG.swf" config="widgets/eSearch/SearchWidgetFixedDG.xml"/>
The actuall eSearchWidget would be put in the widgetcontainer as such: <widget label="Search" left="600" top="50" height="450" preload="open"
icon="assets/images/i_search.png"
config="widgets/eSearch/eSearchWidget.xml"
url="widgets/eSearch/eSearchWidget.swf"/>
As long as you have copied the compiled code to the widgets/eSearch folder, it should find it and open it. Should also put a button on the toolbar to re-open it if needed.R_