如何改变 Concrete5 对我的标记的态度?
具体5.
我有一个跨度。我想给它“命名”并对其进行“分类”。我编辑 HTML 代码并
<span name='Nameo' class='Classo'>...</span>
保存它并重新编辑它。我明白了,
<span class='Classo'>...</span>
我的“名字”去哪儿了?有什么办法可以让 Concrete5 留下我的名字吗?
Concrete5.
I have a span. I want to 'name' it and 'class' it. I edit the code HTML and put
<span name='Nameo' class='Classo'>...</span>
I save it and re-edit it. I see
<span class='Classo'>...</span>
Where's my 'name' gone? Is there any way I can tell Concrete5 to leave my name alone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您在这里谈论的是“内容”块。 C5 对此内容所做的唯一更改是内部页面和文件的 url(因此,当您更改服务器/域名/子目录时,内容中的链接不会中断)。我猜这实际上是 TinyMCE 编辑器正在做的事情。我不认为“名称”是跨度上的有效属性,因此 TinyMCE 可能会将其删除。
请参阅此 TinyMCE 常见问题解答以了解更多详细信息:
http://tinymce.moxiecode.com/wiki.php/TinyMCE_FAQ#TinyMCE_strip_away_attributes_or_tags_from_my_source.3F
I assume you're talking about the "Content" block here. The only altering of this content that C5 does is for url's to internal pages and files (so links in your content don't break when you change servers / domain names / subdirectories). I'm guessing this is actually something the TinyMCE editor is doing. I don't think "name" is a valid attribute on a span so TinyMCE is probably stripping it out.
See this TinyMCE FAQ for more details:
http://tinymce.moxiecode.com/wiki.php/TinyMCE_FAQ#TinyMCE_strip_away_attributes_or_tags_from_my_source.3F