Cakephp 3.6.14:在文本字段中显示html格式的文本

时间:2019-02-18 14:54:32

标签: php html cakephp

我有一个带有一些文本字段的表单,我想知道是否有可能在可编辑的文本字段中显示HTML格式的文本。

这是字段:

#idcontainer{
    position: absolute;
    left: 0;
    top: 0;
    WIDTH: 100%;
    HEIGHT: 100%;
}
footer{
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

如何显示HTML格式?我需要echo $this->Form->control('instructions'); 还是有其他方法?

2 个答案:

答案 0 :(得分:1)

答案 1 :(得分:0)

查看由浏览器检查器生成的html代码,并查看要转换的textarea的ID,然后只需编写必要的JS