使用Javascript或WYSIWYG打开并编辑html页面的片段

时间:2012-06-19 10:23:34

标签: javascript html editor ckeditor wysiwyg

因为我正在制作一个教育网站,那里有练习题,我有一个老师的私人登录区,我想知道是否有可能编辑包含问题的另一页的HTML,如果是老师希望增加更多。

我见过WYSIWYG编辑器就像CKEditor一样,但到目前为止他们对实现和功能感到困惑,任何建议都会非常感激:)

如果可能只有一段代码显示,因为使用它的教师没有任何经验,所以最少的技术难度也将非常感激:)

如果您对代码有任何疑问或要求,请询问:) 谢谢你:))

<div class="main_story" style="margin-bottom:20px;">
                        <p class="sentence">the word to go here -></p>
                        <input id="you" name="input" class="sentence" type="text" size="7">
                        <p class="sentence">is you</p>
                        <button style="float:right" id="correct" onClick="Check('you', 'bShow');">Check answer</button>
                        <input style="float:right" name="bShow" id="bShow" type="checkbox" value="">
                        <p class="sentence" style="float:right">correct</p>
                    </div>

它只是

和来自按钮的onClick调用需要更改,id可能也需要,是否有任何WYSIWYG编辑器可以用这种原始格式编辑html? :/

1 个答案:

答案 0 :(得分:3)

查看aloha:http://aloha-editor.org/