Coversion of Composer dialogs to XUL 1.0 compliance: use '<dialog>' and related common button attributes instead of global overlays. b=104113, r=akkana, sr=ben

git-svn-id: svn://10.0.0.236/trunk@109968 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2001-12-07 04:38:52 +00:00
parent 398c6e0681
commit 3ab348d40b
33 changed files with 132 additions and 191 deletions

View File

@@ -37,8 +37,6 @@ function Startup()
if (!InitEditorShell())
return;
doSetOKCancel(onOK, onCancel);
tableElement = editorShell.CreateElementWithDefaults(tagName);
if(!tableElement)
{
@@ -133,7 +131,7 @@ function ValidateData()
}
function onOK()
function onAccept()
{
if (ValidateData())
{