Нет, не помогает.
В моем частном случае я подключаю скрипт edit_area к textarea
То есть, получается вообще так:
Код:
|
editAreaLoader.init({
id: "widget_code" // id of the textarea to transform
,start_highlight: true // if start with highlight
,allow_resize: "both"
,allow_toggle: true
,word_wrap: true
,language: "ru"
,syntax: "php"
}); |
Но и вручную document.getElementById не работает