I have a custom Dexterity type with a RelationField 54 media = RelationChoice($ 55 title=_(u"label_podcast_item_media"),$ 56 description=_(u"help_podcast_item_media"),$ 57 source=ObjPathSourceBinder(object_provides=IMediaItem.__identifier__),$ 58 required=False,$ 59 ) $
that should make use of the plone.app.widgets's widget of the related items field. I was reading through dx.py and dx_bbb.py but I don't get the point how to reuse the existing widget here. Any pointer? -aj -- View this message in context: http://plone.293351.n2.nabble.com/Attaching-plone-app-widgets-to-a-custom-Dexterity-schema-tp7570305.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
