Hi,

I have try to rebuild it with clean all and try to sort out the compatibility issue, but at last result was same(not showing me the editor). I tried to make compatible*TinyMCE 3.x in Lenya 2.0.4* which can be done with very simple steps :

   * TinyMCE will not work if uploads are disabled. So either you set
     uploads.enable in local.build.properties, *or* you modify the
   * build/lenya/webapp/WEB-INF/web.xml
   * file as follows
   *

     <init-param>

         o

           <param-name>enable-uploads</param-name>
           <param-value>true</param-value>

     </init-param>

   * and restart lenya.
   *

     Get the TinyMCE Main package and Language packs from the Download
     page <http://tinymce.moxiecode.com/download.php>.

   * If you upgrade from tiny 2.x, make sure to delete all old files
     before installing.
   * Unpack the main package in
   * ..../modules/tinymce/resources/
   * Unpack the language packs in
   * ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/

so can any body put some light on it ?






On 31/05/12 17:40, munish sharma wrote:
Hi,

Now I have install and configure fresh copy of "tinymce 2.1.2" , which has been specified by the apache-lenya installation file.
But still it won't work !

I have found bit confliction  in  :

/home/dev02/Desktop/Propcoworkspace/apache-lenya-2.0.4-src/src/pubs/0019/config/access-control/usecase-policies.xml

There are two usecase :
1)<usecase id="tinymce.edit">
<role id="sitemanager" method="grant"/>
<role id="edit" method="grant"/>
</usecase>

2) <usecase id="tinymce.edit">
<role id="admin" method="grant"/>
<role id="edit" method="grant"/>
</usecase>

Is that necessary to retain both usecase for "tinymce editor"?




On 31/05/12 16:43, munish sharma wrote:
On 31/05/12 15:41, munish sharma wrote:
Hi,

After installation& configuration of "tinymce". I created new demo page of XHTML ,
 when I tried to edit the same with "tinymce editor" it is just showing
 me two button nothing else :
 1) save
 2) cancel

But i didn't found any editor right there,can any body help ?
I am working on LINUX.

 Thanks :

 Munish Sharma


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to