Rendering different types of elements code behind.
And one has a richtext editor, where the editor can insert a createuser/signup macro. Its not possible in advance to tell where the content is to be placed.
So i need some .net code to check if the richtext editor has a macro. And if it does i need a way to get render the macro and get the macro properties.
Macro in Richtext editor - codebehind
Hello everyone.
Gives me in Internet Explorer
But if i use
in my masterfile. then it displays my macro correct.
So the question is. How do i render a macro from a richtexteditor ?
Regards Lasse Kofoed
Someone must know this? :(
This works, dont think this is the correct way to do this..!
This looks very convoluted to me. Can you explain a bit more what you're trying to do?
Are you trying to insert the content of a document property in a p-tag on a masterpage? If that's the case:
Should do it
Regards
Jesper Hauge
Hello Jesper,
Rendering different types of elements code behind.
And one has a richtext editor, where the editor can insert a createuser/signup macro.
Its not possible in advance to tell where the content is to be placed.
So i need some .net code to check if the richtext editor has a macro. And if it does i need a way to get render the macro and get the macro properties.
**Macro parameter
is working on a reply...