Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5

This commit is contained in:
Chris Morgan
2005-12-07 03:37:36 +00:00
committed by WineHQ
parent 369b40b046
commit 8786179180
175 changed files with 2371 additions and 1919 deletions

View File

@@ -17,14 +17,14 @@ HTMLArea.PanelDialog = function(editor, side, html, localizer)
this._lc = function(string)
{
return HTMLArea._lc(string,localizer);
}
};
}
else
{
this._lc = function(string)
{
return string;
}
};
}
html = html.replace(/\[([a-z0-9_]+)\]/ig,
@@ -50,18 +50,18 @@ HTMLArea.PanelDialog = function(editor, side, html, localizer)
);
this.rootElem.innerHTML = html;
}
};
HTMLArea.PanelDialog.prototype.show = function(values)
{
this.editor.showPanel(this.rootElem);
}
};
HTMLArea.PanelDialog.prototype.hide = function()
{
this.editor.hidePanel(this.rootElem);
return this.getValues();
}
};
HTMLArea.PanelDialog.prototype.onresize = HTMLArea.Dialog.prototype.onresize;
@@ -73,4 +73,4 @@ HTMLArea.PanelDialog.prototype.getValues = HTMLArea.Dialog.prototype.getValues;
HTMLArea.PanelDialog.prototype.getElementById = HTMLArea.Dialog.prototype.getElementById;
HTMLArea.PanelDialog.prototype.getElementsByName = HTMLArea.Dialog.prototype.getElementsByName;
HTMLArea.PanelDialog.prototype.getElementsByName = HTMLArea.Dialog.prototype.getElementsByName;