HTML/JS插件
功能介绍
用于插入HTML/JS代码,实现个性化效果
使用流程
第一步:将左边组件拖拽至中间预览区,第二步:在右边编辑区编辑代码
HTML可允许标签
'a', 'code', 'pre', 'blockquote', 'ul', 'ol', 'li', 'table', 'thead', 'tbody', 'tfoot', 'tr', 'td', 'th', 'dd','dl', 'dt', 's', 'u', 'b', 'i', 'font', 'span', 'strong', 'br', 'em', 'hr', 'sub', 'sup', 'div', 'section', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'vedio', 'audio', 'svg', 'img', 'style', 'iframe', 'fidldset', 'animate','text', 'tspan', 'marquee'
JS可允许标签
js组件允许标签在html组件基础上增加script
'script', 'a', 'code', 'pre', 'blockquote', 'ul', 'ol', 'li', 'table', 'thead', 'tbody', 'tfoot', 'tr', 'td', 'th', 'dd', 'dl', 'dt', 's', 'u', 'b', 'i', 'font', 'span', 'strong', 'br', 'em', 'hr', 'sub', 'sup', 'div', 'section', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'vedio', 'audio', 'svg', 'img', 'style', 'iframe', 'fidldset','animate', 'text', 'tspan', 'marquee'