<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Displaying contents in table format in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114167#M80437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The same code i added in xforms.js in alfresco-community-tomcat-2.1.0R1…. but it's not working …….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's really frustating and lot of time is getting wasted…. I don't understand why they didn't provide all the advance controls(table,html source view) as default in the tinyMCE editor…………&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How should we work without having these basic features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pls help me to include all the advance controls in the editor…..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 09:17:30 GMT</pubDate>
    <dc:creator>guhann</dc:creator>
    <dc:date>2007-07-17T09:17:30Z</dc:date>
    <item>
      <title>Displaying contents in table format</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114164#M80434</link>
      <description>Is that possible to create and manage the contents in table format? i need to display some contents in table format. How do i go about it?There is no option for table in that editor which we are using from xsl….. Pls help me on this……while giving input to the web forms, Is there any ways to provide</description>
      <pubDate>Mon, 09 Jul 2007 12:59:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114164#M80434</guid>
      <dc:creator>guhann</dc:creator>
      <dc:date>2007-07-09T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying contents in table format</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114165#M80435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there are two options for this.&amp;nbsp; the recommended is to use a repeat structure within the xform to capture the data and then in your rendering engine template, read in that data and render a table.&amp;nbsp; if your preference is to have the user enter tabluar data within the richtexteditor, you can include the tinymce plugin for tables by patching xforms.js.&amp;nbsp; in 2.1E there will be external configuration available to enable this feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 19:03:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114165#M80435</guid>
      <dc:creator>arielb</dc:creator>
      <dc:date>2007-07-11T19:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying contents in table format</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114166#M80436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Thank you very much for this…………&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did modifications in xforms.js as below and all the advance tools are getting displayed in the editor toolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tinyMCE.init({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme : "advanced",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mode : "exact",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;elements : "editor",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;save_callback : "saveContent",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;plugins : "table",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme_advanced_toolbar_location : "top",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme_advanced_toolbar_align : "left",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme_advanced_buttons1_add : "fontselect,fontsizeselect",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme_advanced_buttons2_add : "separator,forecolor,backcolor",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme_advanced_buttons3_add_before : "tablecontrols,separator",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;theme_advanced_disable: "styleselect",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;extended_valid_elements : "a[href|target|name],font[face|size|color|style],span[class|align|style]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 05:52:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114166#M80436</guid>
      <dc:creator>guhann</dc:creator>
      <dc:date>2007-07-12T05:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying contents in table format</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114167#M80437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The same code i added in xforms.js in alfresco-community-tomcat-2.1.0R1…. but it's not working …….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's really frustating and lot of time is getting wasted…. I don't understand why they didn't provide all the advance controls(table,html source view) as default in the tinyMCE editor…………&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How should we work without having these basic features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pls help me to include all the advance controls in the editor…..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:17:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/displaying-contents-in-table-format/m-p/114167#M80437</guid>
      <dc:creator>guhann</dc:creator>
      <dc:date>2007-07-17T09:17:30Z</dc:date>
    </item>
  </channel>
</rss>

