gpt4 book ai didi

html - Joomla 的自定义 Html 模块不是对代码进行样式化,而是只是将其打印到屏幕上

转载 作者:行者123 更新时间:2023-11-28 11:46:30 26 4
gpt4 key购买 nike

我正在创建一个 joomla 模板,我正在尝试使用自定义 Html 模块。当我向模块添加代码时...它显示正确的元素,但没有 Canvas

这是我要放入模块中的代码。

  <div class="pane1">

<h1>Static Designs</h1>

<div class="artBox" id="aBox">
<section class="slide">
<h1>Clouds</h1>
<canvas id="canvas" width="800" height="600">
Canvas not supported
</canvas>
</section>

<section class="slide">
<h1>Clouds and Hearts</h1>
<canvas id="canvas2" width="800" height="600">
Canvas not supported
</canvas>
</section>

<section class="slide">
<h1>Coloured Hearts</h1>
<canvas id="canvas3" width="800" height="650">
Canvas not supported
</canvas>
</section>

<section class="slide">
<h1>Green Hearts</h1>
<canvas id="canvas4" width="800" height="650">
Canvas not supported
</canvas>
</section>

<section class="slide">
<h1>Stairs</h1>
<canvas id="canvas5" width="800" height="600">
Canvas not supported
</canvas>
</section>

<!-- End slides. -->

<!-- Begin extension snippets. Add or remove as needed. -->

<!-- deck.navigation snippet -->
<a href="#aBox" class="deck-prev-link" title="Previous">&#8592;</a>
<a href="#aBox" class="deck-next-link" title="Next">&#8594;</a>

</div>

</div>

有没有我遗漏的选项?为什么不注册?

   <jdoc:include type="modules" name="customHtmlContent" style="html5" />

这是我在模板的内容部分使用的 include 语句

如果您需要更多信息,请询问

谢谢!

最佳答案

我通过关闭 Joomla 中的所有编辑器解决了这个问题。这是通过转到插件管理器,搜索“编辑器”并禁用所有插件并选择“无编辑器”来完成的。这对于 tinyMCE 以及编辑配置文件或 php 文件以允许具有 id 和类的元素都是可能的。

使用 TinyMCE 我转到选项并将其切换到扩展版本并添加我需要的标签( Canvas 和部分)然后它有点工作但我需要这些元素上的 id 才能正常工作然后我尝试关闭所有编辑器它奏效了。

关于html - Joomla 的自定义 Html 模块不是对代码进行样式化,而是只是将其打印到屏幕上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20483840/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com