I\'ve created a dexterity content type that has a NamedBlobFile as one of the fields (users will upload a .pdf). I\'d like to have full-text indexing on that pdf -- like the ATFile type -- but not sur
I need to develop a dexterity content type with a particular field/widget. This widget is like a multiselection widget but I need to give the
I need to create PDFs from content types (made with dexerity if that matters) so that the user creates a new document and after filling the form a PDF is generated and ready to be downloaded. So basic
What\'s the best way to show the image of a Dexterity-based Plone content type in a listing view? Say I have a folder with Dexterity-based content objects that provide an image field and I want to l
I\'m writing a simple content type with Dexterity to manage customers, beside the usuals fields, eg name, company, phone...
I am writing a Dexterity content type which contains plain text and HTML fields. I want to have a custom Se开发者_开发知识库archableText() method which exposes these fields to portal_catalog and Plone
I have created a custom content-type using Dexterity that works fine. This content should be viewable but its creator kept hidden from unpriviledged members.
I have a custom Dexterity content type with collective.z3c.datagridfield define in the following way:
Background: The working copy behaviour is not really supported for container types as it leads to problems copying all the ch开发者_运维百科ildren of that folder.We\'re working round that by using chi
A quickie: how does one specify a custom field size (width and height) in a schemata using Dexterity?