You are not logged in.
WinXPSP2 IE6SP2 Xinha_0.95 with ru lang very good working with Opera 9.52 - IE output only textarea and plain text (Xinha don't loading). If change lang=en, IE working, but don't closed splashscreen "Xihna Loading in progress. Please wait! Finishing". Why? Help me, please. Thank you!
****************************************
<script type="text/javascript">
_editor_url = "xinha/"
_editor_lang = "en"; // if change "ru" - IE don't work.
_editor_skin = "xp-blue";
</script>
<script type="text/javascript" src="xinha/XinhaLoader.js"></script>
<script type="text/javascript">
xinha_editors = null;
xinha_init = null;
xinha_config = null;
xinha_plugins = null;
xinha_init = xinha_init ? xinha_init : function(){
xinha_editors = xinha_editors ? xinha_editors :
[
'myTextArea'
];
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'SmartReplace',
'Stylist',
'Linker',
'SuperClean',
'TableOperations'
];
if(!Xinha.loadPlugins(xinha_plugins, xinha_init)) return;
xinha_config = xinha_config ? xinha_config() : new Xinha.Config();
xinha_config.pageStyleSheets = [ _editor_url + "examples/full_example.css" ];
xinha_editors = Xinha.makeEditors(xinha_editors, xinha_config, xinha_plugins);
Xinha.startEditors(xinha_editors);
}
window.onload = xinha_init;
</script>
</head>
<body>
.................
print '<form action="about.php?page='.$_GET['page'].'" method="post">';
print '<textarea id="myTextArea" name="myTextArea" rows="40" cols="50" style="width: 100%">La-La-La</textarea>';
print '<input type="submit" value=" Изменить " />';
print '<input name="page" type="hidden" value="'.$_GET['page'].'" />';
print '</form>';
*****************************
Offline
скрипт удалённый или локальный?
Offline
Локальный
Offline
Примеры на xihna.org загружаются нормально, а у меня зависает на сплэшскрине, но при этом работает. Выставляю русский язык - и вообще ничего не грузится в IE, а в Опере все работает прекрасно
Offline
http://www.xinha.org/punbb/viewtopic.php?id=1554
попробуй вот так код инициализации спустить вниз
какой ИЕ?
Last edited by $SMax$ (2008-09-30 01:57:17)
Offline