07-07-07 12:17 PM
Hi Stefan,
What I've done unitl now:
- implemented a custom fieldType which inherits from BaseRichFieldType
- this field type binds to a custom field control which inherits from
BaseFieldControl
- the custom field control consists of a simple text box
- when i store html e.g. <div><a
href="/sitea/siteb/Pages/default.aspx">relativ</a></div>, links are
"managed". Fine
- when i store xml, nothing is saved.
<xml>
<product>
<div><a href="/sitea/siteb/Pages/default.aspx">Link to Site B</a></div>
</product>
</xml>
In the end, i want to store most of my page data in one field, similar as
the xml above, and then let multiple page controls render out the content
where needed.
So if a page is moved, links inside the xml need to be updated. Do you think
this is feasible at all?
Regards
Karsten
"Stefan Goßner [MSFT]" wrote:
> Hi Karsten,
>
> you would need to create a field control. Not a web part.
>
> Cheers,
> Stefan
>
>
> "Karsten Grombach" <KarstenGrombach@discussions.microsoft.com> wrote in
> message news:96CB5276-5BBA-46F9-BFD7-CECC45FB728A@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|