dexterity
Add contents of Dexterity NamedBlobFile to SearchableText
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[详细]
2023-04-10 17:43 分类:问答Developing a new dexterity widget and field
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[详细]
2023-04-08 23:29 分类:问答Generate PDF from Plone content types
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[详细]
2023-04-07 18:29 分类:问答How to show the image of a Dexterity-based Plone content type in a listing view?
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[详细]
2023-04-05 23:30 分类:问答How can I set a schema.Datetime field to None with Dexterity
I\'m writing a simple content type with Dexterity to manage customers, beside the usuals fields, eg name, company, phone...[详细]
2023-04-01 02:21 分类:问答Custom SearchableText and HTML fields in Plone
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[详细]
2023-03-26 07:41 分类:问答Modifying read permissions on DublinCore metadata and Plone 4
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.[详细]
2023-03-19 03:08 分类:问答Vocabulary source, function is not iterable, with dexterity in Plone 4.1
I have a custom Dexterity content type with collective.z3c.datagridfield define in the following way:[详细]
2023-03-18 18:27 分类:问答Delegate read only Dublin Core data access to child object using Dexterity
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[详细]
2023-03-18 13:39 分类:问答Custom field size in Plone 4 using Dexterity
A quickie: how does one specify a custom field size (width and height) in a schemata using Dexterity?[详细]
2023-03-15 11:06 分类:问答