Forum .LRN Q&A: xoWIKI - Includelets

Collapse
Posted by Christian Fuchs on
I am trying to use includelets in xowiki and found it hard to configure the option with the documentation (http://alice.wu-wien.ac.at:8000/xowiki-doc/#includelets).

Is there any additional documentation available where those option are explained and / or examples.

I am expecially curious about "book" and "Slideshow" Presentation options.

Collapse
2: Re: xoWIKI - Includelets (response to 1)
Posted by Gustaf Neumann on
concerning book: have you seen http://alice.wu-wien.ac.at:8000/xowiki-faq/#using_page_order?
In a nutshell:
- if you have oacs-5-3, book requires the postgres module ltree. Once it is installed, pages get an additional column page_order (labeled "Section"). Page-order is used to provide the ordering within a "book" (like http://www.openacs.org/test-doc/individual-programs)
- in the version from oacs-head, the strict dependency on ltree is gone, books work now as well for oracle.

There is no slide show presentation option, but there is an additional package called s5, available from cvs. It uses as well page_order, but additionally the s5 package
http://meyerweb.com/eric/tools/s5/

It is similar to the book-mode and uses page_order as well. Here are as example the slides of the xowiki tutorial from the last openacs conference in guatemala:
http://alice.wu-wien.ac.at:8000/s5-xowiki-tutorial/presentation?slideshow=1&pagenr=0

Collapse
3: Re: xoWIKI - Includelets (response to 2)
Posted by Christian Fuchs on
Thanks that helps.
But I have still problems with all the parameters in includelets and forms.

Questions:
* i.e. I have a form which uses site-wide categories. I can select the categories in the form but these entries are not shown in the categories tree. Regular page are shown. In the form constraint I see that categories can be enabled for forms with @categories: (But what is the value, I tried @categorie:true; did not work)

* How can I use a fileUpload - Field with user forms.

I do not want to bother you, but xowiki is great, but without tcl knowledge it is very hard to be used by a regular user (Which I am not because I have programming knowledge (not in Tcl).

I would love to see more working examples and explanations about the parameters for different commands.

* ie. I would also like to use "{{create-item-button -page_id -alt new -book_mode false}} ", but I did not succeed with "{{create-item-button -page_id "de:testpage" -alt new -book_mode false}}"

How is the right command for getting an add - button which opens the form "de:newentry"?

Thanks