What does this control do?
Shows a customizable, draggable and floating div where you can place other elements.
For an usage example check out the Meteora.Toolbox demo.
How to use it?
In order to be able to use this control, paste this line of javascript right
at the beginning of your script tag:
Meteora.uses('Meteora.Toolbox');
You may then be able to invoke the Autocomplete Widget
new Toolbox(
// ELEMENT
// ID or object reference of the element you want to put inside.
'element-id',
// OPTIONS
{
'autoClose': true,
'autoMove': false,
'enableDrag': true
}
);