xul overlay for ok/cancel
git-svn-id: svn://10.0.0.236/trunk@44503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -29,7 +29,8 @@ function Startup()
|
||||
{
|
||||
if (!InitEditorShell())
|
||||
return;
|
||||
dump("EditoreditorShell found for dialog Table Properties\n");
|
||||
|
||||
doSetOKCancel(onOK, null);
|
||||
|
||||
// Create dialog object to store controls for easy access
|
||||
dialog = new Object;
|
||||
@@ -61,5 +62,5 @@ function onOK()
|
||||
{
|
||||
// Set attribute example:
|
||||
// imageElement.setAttribute("src",dialog.srcInput.value);
|
||||
window.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user