Collapse now works for hiding toolbars! Use this to hide toolbars in HTML Source editing

This commit is contained in:
cmanske%netscape.com 2000-05-10 02:03:47 +00:00
Родитель 6073141fbd
Коммит 8051a466c5
1 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -985,11 +985,7 @@ function SetDisplayMode(mode)
ContentWindowDeck.setAttribute("index","1");
// Hide normal chrome
// BUG IN CSS/BOXES MAKES THIS ASSERT LIKE MAD!
//EditorToolbox.setAttribute("style", "visibility:collapse");
// THIS DOESN'T WORK!?
//EditorToolbox.setAttribute("collapsed", "true");
EditorToolbox.setAttribute("collapsed", "true");
// TODO: WE MUST DISABLE ALL KEYBOARD COMMANDS!
@ -1002,8 +998,7 @@ function SetDisplayMode(mode)
ContentWindowDeck.setAttribute("index","0");
// Show normal chrome
// BUG IN CSS/BOXES MAKES THIS ASSERT LIKE MAD!
//EditorToolbox.setAttribute("style","visibility:inherit");
EditorToolbox.removeAttribute("collapsed");
// TODO: WE MUST ENABLE ALL KEYBOARD COMMANDS!