<div class="iframe-container" style="position: absolute; top: 40px; left:0px; right:0px; bottom: 0px;">
<textarea name="text">{{ text }}</textarea>
</div>
<div class="iframe-container" style="position: absolute; top: 40px; left:0px; right:0px; bottom: 0px;">
<textarea name="text">{{ text }}</textarea>
</div>
var textareaId = 'xmleditor-' + Math.ceil(Math.random() * 1000000000);
$('textarea', panel).attr('id', textareaId);
var textareaId = 'xmleditor-' + Math.ceil(Math.random() * 1000000000);
$('textarea', panel).attr('id', textareaId);
parserfile: 'parsexml.js',
path: "{{STATIC_URL}}js/codemirror/",
stylesheet: "{{STATIC_URL}}css/xmlcolors.css",
parserfile: 'parsexml.js',
path: "{{STATIC_URL}}js/codemirror/",
stylesheet: "{{STATIC_URL}}css/xmlcolors.css",
$(texteditor.frame).css({width: '100%', height: '100%'});
this.texteditor = texteditor;
$(texteditor.frame).css({width: '100%', height: '100%'});
this.texteditor = texteditor;
- $('.iframe-container', self.contentDiv).css('top',
- $('.toolbar', self.contentDiv).outerHeight() );
+ $('.iframe-container', this.contentDiv).css('top',
+ $('.toolbar', this.contentDiv).outerHeight() );