Hi,
I'd like to know how to make a web part store values against a document versus a template. eg: Usually when you put a web part into a template, any changes to the web part (on that template) are shared by all documents that use the template. But I've noticed that the 'editable text' web part's 'text' property is NOT shared - it's unique per document.
Storing web part data against the template or the document...In general data can be stored as a part of document or a template...
I can see in the cms_document table, sometimes the documentContent is populated.
Is it possible to store other webpart variables against the document? In my case I'm wanting to store a 'path' variable against the document - so that the editors can explicity choose a path for a repeater per document, instead of per template.
Thanks,
Lance