javascript - 用codemirror制作PHP preview editor
Target: 我想制作一个能带预览功能的PHP editor(并能轻易插入一个页面).
Action:
- 搜索(google or baidu)没发现任何现成答案.
- 搜索中发现了codemirror,我想应该ok.
- 于是下载并解压codemirror(5.2version)到D盘,D:\codemirror-5.2.
- 在D:\codemirror-5.2\demo,有很多demo,其中preview.html比较合适.
- 用Chrome打开preview.html,测试javascript and HTML,均OK.
- 我就想要这种效果(preview.html),但是要PHP版本,所以我copy preview.html,并命名为phppreview.html,放在D:\codemirror-5.2\demo.
- 在notepad++打开phppreview.html,按如下步骤修改.
- Line 3, changed title to CodeMirror: PHP preview.
- After line 12, add a new line :
<script src="../mode/php/php.js"></script>
>. - Line 37 and 42,change "HTML5 preview" to "PHP preview".
- Line 72, change mode from "text/xml" to "application/x-httpd-php".
- 其他不作改变,在Chrome打开phppreview.html,测试PHP code,代码输出和代码高亮均不起作用!
Questions: 我想在一个页面插入一个PHP editor带预览功能(用codemirror实现),该如何制作? 以上的步骤哪里有错?或还需要加入哪些步骤?
万分感谢!
NOTE: 该问题已在stackoverflow提交但两周还未收到一条回复.望在segmentfault能得到热心高手的指点!
HTML editor with preview:
PHP editor with preview:
回复内容:
Target: 我想制作一个能带预览功能的PHP editor(并能轻易插入一个页面).
Action:
- 搜索(google or baidu)没发现任何现成答案.
- 搜索中发现了codemirror,我想应该ok.
- 于是下载并解压codemirror(5.2version)到D盘,D:\codemirror-5.2.
- 在D:\codemirror-5.2\demo,有很多demo,其中preview.html比较合适.
- 用Chrome打开preview.html,测试javascript and HTML,均OK.
- 我就想要这种效果(preview.html),但是要PHP版本,所以我copy preview.html,并命名为phppreview.html,放在D:\codemirror-5.2\demo.
- 在notepad++打开phppreview.html,按如下步骤修改.
- Line 3, changed title to CodeMirror: PHP preview.
- After line 12, add a new line :
<script src="../mode/php/php.js"></script>
>. - Line 37 and 42,change "HTML5 preview" to "PHP preview".
- Line 72, change mode from "text/xml" to "application/x-httpd-php".
- 其他不作改变,在Chrome打开phppreview.html,测试PHP code,代码输出和代码高亮均不起作用!
Questions: 我想在一个页面插入一个PHP editor带预览功能(用codemirror实现),该如何制作? 以上的步骤哪里有错?或还需要加入哪些步骤?
万分感谢!
NOTE: 该问题已在stackoverflow提交但两周还未收到一条回复.望在segmentfault能得到热心高手的指点!
HTML editor with preview:
PHP editor with preview:
你要的也许是 http://3v4l.org/
至于自己做,codemirror只是一个editor,除了editor之外,你说的功能还必须有一个合适的沙盒环境来执行PHP代码,单靠editor肯定是无法执行php代码的
比如 https://github.com/fieryprophet/php-sandbox 看上去还算能用
你可以看看这个demo,希望能对你有用:
http://www.365mini.com/diy.php?f=jquery-on-demo
php是服务端语言,光靠客户端是无法预览的。可以做个按钮然后ajax到服务端运行,当然要设置好安全问题。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c
