Strange, but editarea works correct only when i load script from http://www.cdolivet.com/editarea/editarea/edit_area/edit_area_full.js
When i'm trying to load it from "../js/edit_area_full.js" (path to js file on my local mashine, it is correct) - script does nothing. I mean I dont see result. But there is no js-errors or something like that. editAreaLoader object is initialized, there is access to it's properties. But editarea remains usual editarea. I've used code from example to init:
editAreaLoader.init({
id: "example_1" // id of the textarea to transform
,start_highlight: true // if start with highlight
,allow_resize: "both"
,allow_toggle: true
,word_wrap: true
,language: "en"
,syntax: "php"
});
That's simply not true. You probably have a typo in your path.