Changeset 47536

Show
Ignore:
Timestamp:
07/28/06 12:14:51 (4 years ago)
Author:
madarche
Message:

- #1644: Epoz broken and still called over cpswiki. The edit page forms are now

using FCKEeditor.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSWiki/trunk/CHANGES

    r47521 r47536  
    77Bug fixes: 
    88~~~~~~~~~~ 
    9 
     9- #1644: Epoz broken and still called over cpswiki. The edit page forms are now 
     10  using FCKEeditor. 
    1011New internal features: 
    1112~~~~~~~~~~~~~~~~~~~~~~ 
  • CPS3/products/CPSWiki/trunk/skins/cps_wiki/cps_wiki_pageedit.pt

    r31265 r47536  
    2626      </tal:block> 
    2727      <tal:block condition="python:parser_type == 'html'"> 
    28         <tal:block replace="structure python:here.Epoz( 
    29             name='source', data=source, lang='en', 
    30             style='width: 100%; height: 300px; border: 1px solid #a0a0a0; border-style: solid;')" /> 
     28        <script type="text/javascript" src="" 
     29                tal:attributes="src string:${base_url}fckeditor.js"> 
     30        </script> 
     31        <script type="text/javascript" tal:content="structure string: 
     32var oFCKeditor = new FCKeditor('source'); 
     33oFCKeditor.BasePath = '${base_url}'; 
     34oFCKeditor.Config['CustomConfigurationsPath'] = 'fckconfig-cps.js'; 
     35oFCKeditor.ToolbarSet='Semantic'; 
     36oFCKeditor.Width = 610; 
     37oFCKeditor.Height = 410; 
     38oFCKeditor.Create(); 
     39"> 
     40        </script> 
    3141      </tal:block> 
    3242      <p>