Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user