doesnt matter what version of firefox, 3.5, 3.6 or beta 4, the following does nothing, but works in Chrome and IE?
function OpenDock(dockableObject, command)
{
dockableObject.DockTo(RadDockingZoneTop);
}
I have a command button that bascially just moves the dock to a top zone.