I\'m in process creating a form in Plone/PloneFormGen. This form has Multi-Select field that I am populating from MySQL database as key,value
I have a PloneFormGen form with a Custom Script Adapter that, on form submission, generates a new uid and creates a folder with that uid as its ID.
I\'m writing a PloneFormGen custom action adapter in order to add a File object to a folder from the File Field in the form. Here is the script:
When I create a new PFG Form Folder, the Prologue and Epilogue textareas come up with a default Text Format = Plain Text.Is this intended?
I am trying to install zettwerk.ui theme , i have added zettwerk.ui to eggs = then ran buildout and restarted plone but i didn\'t find the theme on the Addon page.
What I want to do is use a form gen form that calls a custom script adapter. The script will then take the search field and mess with it and plug it into an sql method called sms that searches a mysql
Every once in a while the submi开发者_开发技巧t of a PloneFormGen-form (it happens on different forms, so nothing form specific) raises the \"Form authenticator is invalid\" exception.
Are there any example add-ons where to look at when one would like to 开发者_运维知识库1) Create custom action adapters for PloneFormGen
I have an information request form that has a series of checkboxes that i want to conditionally test and if checked I want to add content to the page开发者_如何学JAVA.
I have a problem with QListWidget on freemantle (maemo, n900). I want to use two QListWidget on same window and allow the user to pick on number in each window.