Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的所有实体属性类型“文本”以在表单中显示一个 html 编辑器(最好是 tinyMCE)来创建和编辑。有什么办法吗?
我不确定文本输入是否是使用 TinyMCE 在 textarea 元素上表示文本编辑器的最佳方式(并且可能)。这是你如何做到的:
->add('myText', 'textarea', array('attr' => array('class' => 'tinymce', 'tinymce'=>'{"theme":"simple"}')));
您可以稍后通过使用其模板选项为此字段添加自定义模板来包含 TinyMCE 依赖项(尽管建议将它们添加到<head>页面中)
<head>
您好,首先在您的项目中安装 tinycme 编辑器包,请在此之后查看 此页面 ,以便在奏鸣曲管理员中使用请参阅此问题
我的 ViewModel 包含一些对象(IEnumerable)的集合。集合中的项目按行显示在标签中。当我提交表单时,它会触发提交 jQuery 函数来验证自己。我需要从显示的表中获取值并转换为对象。
看一下这个:
// // the table to display my collection content <div id="publications">