08-20-2007 03:48 AM
08-20-2007 06:59 AM
08-20-2007 09:09 AM
Yes - it is assumed that for "real" websites you are going to have your own editor (say Dreamweaver or similar) rather than the limited capabilities of the TinyMCE pluging - which also has an annoying habit of modifying your HTML, which is not good.
Thanks for the quick reply, Kevin. That makes sense.
When you say that it modifies the HTML, are you referring to the
'cleaning-up' that it attempts, or does it do something more devious
that I haven't noticed yet?
08-21-2007 06:06 AM
08-21-2007 12:23 PM
Yes, though I hestitate to call it "cleaning-up". It's more like sterilizing.
It will strip out things like your <META> tags, any Javascripting, includes, etc.
Any reasonably well-designed, rich web page gets basically trashed.
Really, TinyMCE is good for fragments which may or may not get
sourced into a section of an overall web page … but a full web editor it is not.
11-13-2008 08:06 PM
03-04-2009 11:26 AM
I don't know if anyone is still following this old thread, but maybe others are still interested in this topic…
My use case is maintaining a collection of HTML page fragments w/ minimum effort,
so a WYSIWYG editor like TinyMCE is the way to go.
I know I could define a simple web form for these fragments with, say, one field only, but doing
so means that I carry an extra overhead: storing the XML documents I don't need, and doing simple transformations each
time I edit. However, the main problem for me is the fact that suddenly all my content is in XML rather than
HTML, meaning the users can no longer use their "usual" tools to modify it.
Ideally, I would just use "create web content" w/ content type set to HTML, then use the WYSIWYG editor to
add and edit the content inline and be done. For the more complex cases, the users would still be able to
download and modify the HTML fragment with their editor of choice, rather than forcing them to use the
web client as is the case with web forms. Yes, going back and forth between the inline editor and a "real" external editor
might screw up the markup, but that's something the users should decide - at least in my case, convenience is more
important than "leading people on the right path".
Basically, I want this to work the same way in WCM as it does in the ECM part, where e.g. text/html
content can both be created as well as edited using the built-in TinyMCE.
I understand that it's debatable if this should be working out of the box, but at least this behavior should be
- easy to change
- well-documented.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.