pgForm release 1.0
Gepubliceerd door videokid op dinsdag, 18.08.2009 [3665 x gelezen]
Bert Roefs [aka DITS] bracht zijn eerste stabiele versie uit van pgForm, dit is de release 1.0
Deze release is geïnstalleerd op deze site en je kan ze gerust uitproberen, samen met de laatste versie van 'Scribite'.
Commentaren
Thilo
07 sep 2009
|
Congrats and questions
I have downloaded pgForm 1.0 and find it very useful, thank you! A few questions: 1. Multilists: when will it be included? 2. Populate input fields via URL variable: I use "&set_fieldname" to automatically populate pagesetter input fields. This does not seem to work with custom templates in pgForm. How can I use this functionality with pgForm? 3. More complex: I need to create a single form including various related publication types. My idea is as follows: A. After completing the main publication's input, the user clicks one of various buttons for one of the related publication types. This triggers Ajax to: - save the main publication in the background - read back the newly created PID of the main publication - open the form of the related publication (using DHTML to avoid reloading the page) and populate its relation field with the PID of the main publication B. The user now fills in the form of the related publication. He may thereafter repeat (A) for more related publications or finalize his input by clicking a specific button at the bottom of the page Has anybody thought of such a combined formview? Is it at all possible?
|
dits
03 okt 2009
|
Thanks and answers
1. It won't. Please refer to http://code.zikula.org/dits/ticket/30
2. Use as value
3. It's on my todo: http://code.zikula.org/dits/ticket/45
In general rather use tickets on Cozi, the forum here, or the forum on community.zikula.org.
|
dits
03 okt 2009
|
Code fell away in comments
2. Use < ! - - [ $pub.$fieldname|pnvarprepfordisplay ] - - > as value
|