08-02-2007 03:59 AM
08-02-2007 06:11 AM
08-02-2007 06:35 AM
08-02-2007 07:37 AM
08-02-2007 08:09 AM
08-02-2007 09:07 AM
2. A web project is, as far as I know, still not searchable. http://issues.alfresco.com/browse/WCM-411 tells me that this functionality was implemented in version 2.1 but like Joseph I can’t get it to work. In other words Alfresco won’t find any files in a web project. Am I just missing something?
08-02-2007 10:30 AM
08-06-2007 10:46 AM
<widget xforms-type="xf:textarea"
appearance="minimal"
javascript-class-name="alfresco.xforms.PlainTextEditor"/>
<widget xforms-type="xf:textarea"
javascript-class-name="alfresco.xforms.RichTextEditor">
<param name="theme_advanced_buttons1">bold,italic,underline,separator,forecolor,backcolor,separator,link,unlink,image</param>
</widget>
<widget xforms-type="xf:textarea"
appearance="full"
javascript-class-name="alfresco.xforms.RichTextEditor">
<param name="theme_advanced_buttons1">bold,italic,underline,strikethrough,separator,fontselect,fontsizeselect</param>
<param name="theme_advanced_buttons2">link,unlink,image,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,undo,redo,separator,forecolor,backcolor</param>
<param name="height">400</param>
</widget>
<widget xforms-type="xf:textarea"
appearance="custom"
javascript-class-name="alfresco.xforms.RichTextEditor">
<param name="theme_advanced_buttons1">bold,italic,underline,strikethrough,separator,fontselect,fontsizeselect</param>
<param name="theme_advanced_buttons2">link,unlink,image,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,undo,redo,separator,forecolor,backcolor</param>
<param name="height">600</param>
<param name="mode">exact</param>
<param name="force_p_newlines">true</param>
<param name="apply_source_formatting">true</param>
<param name="plugins">table</param>
<param name="theme_advanced_buttons3">tablecontrols</param>
</widget>
08-08-2007 08:28 AM
…
<param name="force_p_newlines">true</param>
<param name="apply_source_formatting">true</param>
<param name="plugins">layer</param>
<param name="theme_advanced_buttons3">moveforward,movebackward,absolute,insertlayer</param>
…
Unfortunately that didn't work. Am I missing something? But definitely: it is heading the right direction.
08-08-2007 08:33 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.