Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Ike 09.05.2006 16:02
Есть баг с 9 оперой.<html> <head> <script type="text/javascript" src="/admin/editor/fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor('text')^; oFCKeditor.BasePath = '/admin/editor/'^; oFCKeditor.ToolbarSet = 'Content'^; oFCKeditor.Height = 500^; oFCKeditor.ReplaceTextarea()^; var iFCKeditor = new FCKeditor('lead')^; iFCKeditor.BasePath = '/admin/editor/'^; iFCKeditor.ToolbarSet = 'Content'^; iFCKeditor.Height = 500^; iFCKeditor.ReplaceTextarea()^; } </script> </head> <body> <form method="post"> <textarea name="text">$form:text</textarea><br /> <textarea name="lead">$form:lead</textarea><br /> <input type="submit" name="do" value="do" /> </form> ^if(def $form:text && def $form:lead && def $form:do){Yes}{No}В опере -- всегда NO, firefox норма