Hi everybody,
i'd like to integrate the ckeditor into my app but i have a little problem.
I have gote some none html tags and i would like that they will be shown (only shown!) as some different content.
I have found the createFakeParserElement way to replace those tags by an image. But in my way i would like to get a hyperlink. Ist this possible?
Tag:
<cmsw:pagelink infos >Text to display</cmsw:pagelink>
And this should be displayed as:
<a href='dynamicPageTitleGeneratedOnTheServer'>Text to display</a>
Very nice would be if it would be possible to set the dynamicPageTitleGeneratedOnTheServer to a string returned by a server call with ajax.
Ist this possible? And if yes, how?
thanks!
PS: I hope you you could understand what i'm trying to tell you .. english is a foreign language for me