07-02-2007 11:33 PM
07-03-2007 05:04 PM
<xforms>
<widget xforms-type="xf:group"
appearance="minimal"
javascript-class-name="alfresco.xforms.HGroup"/>
<widget xforms-type="xf:group"
javascript-class-name="alfresco.xforms.VGroup"/>
<widget xforms-type="xf:repeat"
javascript-class-name="alfresco.xforms.Repeat"/>
<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:upload" javascript-class-name="alfresco.xforms.FilePicker"/>
<widget xforms-type="xf:range" javascript-class-name="alfresco.xforms.NumericalRange"/>
<widget xforms-type="xf:input"
xml-schema-type="date"
javascript-class-name="alfresco.xforms.DatePicker"/>
<widget xforms-type="xf:input"
xml-schema-type="time"
javascript-class-name="alfresco.xforms.TimePicker"/>
<widget xforms-type="xf:input"
xml-schema-type="gDay"
javascript-class-name="alfresco.xforms.DayPicker"/>
<widget xforms-type="xf:input"
xml-schema-type="gMonth"
javascript-class-name="alfresco.xforms.MonthPicker"/>
<widget xforms-type="xf:input"
xml-schema-type="gYear"
javascript-class-name="alfresco.xforms.YearPicker"/>
<widget xforms-type="xf:input"
xml-schema-type="gMonthDay"
javascript-class-name="alfresco.xforms.MonthDayPicker"/>
<widget xforms-type="xf:input"
xml-schema-type="gYearMonth"
javascript-class-name="alfresco.xforms.YearMonthPicker"/>
<widget xforms-type="xf:input"
xml-schema-type="dateTime"
javascript-class-name="alfresco.xforms.DateTimePicker"/>
<widget xforms-type="xf:input"
javascript-class-name="alfresco.xforms.TextField"/>
<widget xforms-type="xf:select1"
xml-schema-type="boolean"
javascript-class-name="alfresco.xforms.Checkbox"/>
<widget xforms-type="xf:select1"
appearance="full"
javascript-class-name="alfresco.xforms.RadioSelect1"/>
<widget xforms-type="xf:select1"
javascript-class-name="alfresco.xforms.ComboboxSelect1"/>
<widget xforms-type="xf:select"
appearance="full"
javascript-class-name="alfresco.xforms.CheckboxSelect"/>
<widget xforms-type="xf:select"
javascript-class-name="alfresco.xforms.ListSelect"/>
<widget xforms-type="xf:submit"
javascript-class-name="alfresco.xforms.Submit"/>
<widget xforms-type="xf:trigger"
javascript-class-name="alfresco.xforms.Trigger"/>
<widget xforms-type="xf:switch"
javascript-class-name="alfresco.xforms.SwitchGroup"/>
<widget xforms-type="xf:case"
javascript-class-name="alfresco.xforms.CaseGroup"/>
<widget xforms-type="chiba:data"/>
<widget xforms-type="xf:label"/>
<widget xforms-type="xf:alert"/>
</xforms>
07-05-2007 12:34 AM
07-05-2007 12:42 PM
07-05-2007 03:55 PM
07-13-2007 11:38 AM
Tinymce has a lot of plugins, but the ones that I see a real need for at most clients are tables, cleanup, flash, iespell, searchreplace, style and paste.
<widget xforms-type="xf:textarea" javascript-class-name="alfresco.xforms.RichTextEditor">
<param name="theme_advanced_buttons1">bold,italic,underline,strikethrough,
separator,link,unlink,image,separator,undo,redo</param>
<param name="theme_advanced_buttons2">cut,copy,paste,pastetext,pasteword,separator,
bullist,numlist,formatselect,charmap,separator,cleanup,help,code</param>
<param name="invalid_elements">font,table,bold,hr</param>
</widget>
07-13-2007 12:29 PM
c:\Alfresco\tomcat\webapps\alfresco\scripts\tiny_mce\plugins\
tinyMCE.init({
theme: "advanced",
mode: "exact",
plugins : "paste",
..
07-16-2007 07:18 AM
07-17-2007 07:46 AM
07-17-2007 08:51 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.