plone - How to customize dexterity-through-the-web-content view? -


i created content in plone 4.3 site (no grok here) nice dexterity through-the-web editor. i'd customize default view content.

i've read martn aspelli's book problem through-the-web content does'nt have specific interface (so can't use create specific view).

if want through-the-web, following:

  1. create template view in "custom" folder of portal_skins (through zmi). you'll want start copy of page template (portal_skins/plone_content/document_view). give name your_content_type_view. test appending /your_content_type_view url sample object.

  2. edit factory type information (portal_types/your_content_type/default view method) your_content_type_view.

what have done create skin-level view type. different browser views martin discussing, indeed require class. dexterity development team working on way provide ttw maintenance of browser views, that's later version of plone.

meanwhile, if later transfer dexterity content type python add on, you'll able use template, possibly unmodified browser view.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -