Table of Contents
回复内容:
Home Backend Development PHP Tutorial javascript - 用codemirror制作PHP preview editor

javascript - 用codemirror制作PHP preview editor

Jun 06, 2016 pm 08:33 PM
javascript php

Target: 我想制作一个能带预览功能的PHP editor(并能轻易插入一个页面).

Action:

  1. 搜索(google or baidu)没发现任何现成答案.
  2. 搜索中发现了codemirror,我想应该ok.
  3. 于是下载并解压codemirror(5.2version)到D盘,D:\codemirror-5.2.
  4. 在D:\codemirror-5.2\demo,有很多demo,其中preview.html比较合适.
  5. 用Chrome打开preview.html,测试javascript and HTML,均OK.
  6. 我就想要这种效果(preview.html),但是要PHP版本,所以我copy preview.html,并命名为phppreview.html,放在D:\codemirror-5.2\demo.
  7. 在notepad++打开phppreview.html,按如下步骤修改.
  8. Line 3, changed title to CodeMirror: PHP preview.
  9. After line 12, add a new line :<script src="../mode/php/php.js"></script>>.
  10. Line 37 and 42,change "HTML5 preview" to "PHP preview".
  11. Line 72, change mode from "text/xml" to "application/x-httpd-php".
  12. 其他不作改变,在Chrome打开phppreview.html,测试PHP code,代码输出和代码高亮均不起作用!

Questions: 我想在一个页面插入一个PHP editor带预览功能(用codemirror实现),该如何制作? 以上的步骤哪里有错?或还需要加入哪些步骤?

万分感谢!

NOTE: 该问题已在stackoverflow提交但两周还未收到一条回复.望在segmentfault能得到热心高手的指点!

HTML editor with preview:
javascript - 用codemirror制作PHP preview editor

PHP editor with preview:
javascript - 用codemirror制作PHP preview editor

回复内容:

Target: 我想制作一个能带预览功能的PHP editor(并能轻易插入一个页面).

Action:

  1. 搜索(google or baidu)没发现任何现成答案.
  2. 搜索中发现了codemirror,我想应该ok.
  3. 于是下载并解压codemirror(5.2version)到D盘,D:\codemirror-5.2.
  4. 在D:\codemirror-5.2\demo,有很多demo,其中preview.html比较合适.
  5. 用Chrome打开preview.html,测试javascript and HTML,均OK.
  6. 我就想要这种效果(preview.html),但是要PHP版本,所以我copy preview.html,并命名为phppreview.html,放在D:\codemirror-5.2\demo.
  7. 在notepad++打开phppreview.html,按如下步骤修改.
  8. Line 3, changed title to CodeMirror: PHP preview.
  9. After line 12, add a new line :<script src="../mode/php/php.js"></script>>.
  10. Line 37 and 42,change "HTML5 preview" to "PHP preview".
  11. Line 72, change mode from "text/xml" to "application/x-httpd-php".
  12. 其他不作改变,在Chrome打开phppreview.html,测试PHP code,代码输出和代码高亮均不起作用!

Questions: 我想在一个页面插入一个PHP editor带预览功能(用codemirror实现),该如何制作? 以上的步骤哪里有错?或还需要加入哪些步骤?

万分感谢!

NOTE: 该问题已在stackoverflow提交但两周还未收到一条回复.望在segmentfault能得到热心高手的指点!

HTML editor with preview:
javascript - 用codemirror制作PHP preview editor

PHP editor with preview:
javascript - 用codemirror制作PHP preview editor

你要的也许是 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到服务端运行,当然要设置好安全问题。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

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

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

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

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

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

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

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

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

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

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

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

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

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

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

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

See all articles