Changeset 1503 for FCKeditor/trunk/fckeditor.lasso
- Timestamp:
- 2008-02-11 19:10:45 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/fckeditor.lasso (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/fckeditor.lasso
r889 r1503 65 65 if(self->isCompatibleBrowser); 66 66 local('out' = ' 67 <div>68 67 <input type="hidden" id="' + self->instancename + '" name="' + self->instancename + '" value="' + encode_html(self->initialvalue) + '" style="display:none" /> 69 68 ' + self->parseConfig + ' 70 69 <iframe id="' + self->instancename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?InstanceName=' + self->instancename + '&Toolbar=' + self->toolbarset + '" width="' + self->width + '" height="' + self->height + '" frameborder="0" scrolling="no"></iframe> 71 </div>72 70 '); 73 71 else; 74 72 local('out' = ' 75 <div>76 73 <textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; height: ' + self->height + '">' + encode_html(self->initialvalue) + '</textarea> 77 </div>78 74 '); 79 75 /if;