11-02-2011 11:17 AM
tinymce is not defined
11-02-2011 12:31 PM
11-02-2011 06:03 PM
Are you editing using the Web Editor or Share?
11-03-2011 12:14 PM
<bean id="alfrescoTinyMCE" class="org.springframework.extensions.webeditor.WEFResourceImpl">
<property name="name" value="org.alfresco.editors.tinymce" />
<property name="description" value="Alfresco wrapped TinyMCE control" />
<property name="path" value="/res/modules/editors/tiny_mce.js" />
<property name="type" value="js" />
</bean>
<bean id="alfrescoTinyMCE" class="org.springframework.extensions.webeditor.WEFResourceImpl">
<property name="name" value="org.alfresco.editors.tinymce" />
<property name="description" value="Alfresco wrapped TinyMCE control" />
<property name="path" value="/res/modules/editors/tiny_mce.js" />
<property name="type" value="js" />
<property name="dependencies">
<list>
<ref bean="tinyMCE" />
</list>
</property>
</bean>
<bean id="tinyMCE" class="org.springframework.extensions.webeditor.WEFResourceImpl">
<property name="name" value="com.moxiecode.tinymce" />
<property name="description" value="TinyMCE library" />
<property name="path" value="/res/modules/editors/tiny_mce/tiny_mce_src_patched.js" />
<property name="type" value="js" />
</bean>
11-04-2011 04:40 AM
11-04-2011 05:05 AM
11-18-2011 03:22 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.