AllDocs

Last modified by Administrator on 2008/04/21 13:35

Documents on this Wiki

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [evrueppurr:XWiki.Treeview]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

isc.XWETreeGrid.create({
  ID: "Treeview",
  // Example of default values:
  // defaultValue: "Main.WebHome",
  // defaultValue: "Main.RecentChanges@lquo.gif",
  defaultValue: "",
  htmlElement: "XWEWrapper", // Mandatory HTML wrapper.
  matchElement: true, // Make the widget match HTML wrapper size.
  // Example of data sources:
  // dataSource: isc.XWEDataSource.create({}),
  // dataSource: isc.XWESpaceDataSource.create({ space: "Main" }),
  dataSource: isc.XWEWikiDataSource.create({}),
  displaySuggest: true, // Display the input at the bottom.
  displayLinks: true, // Node titles are HTML links.
  displayAttachments: true, // Display pages attachments.
  displayAttachmentsOnTop: true // Display attachments before page children.
}).draw();