diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
| commit | 6d4c4f12d15ae68d912972921997a8c5180c9aea (patch) | |
| tree | 104274447272d09617c483cf6b0ee79559c9fe6f /_samples/adobeair | |
| parent | de6d09676a9527919813a4474cc28af554a35fe1 (diff) | |
| download | ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2 ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip | |
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location
This batch is the delete and add
Diffstat (limited to '_samples/adobeair')
| -rw-r--r-- | _samples/adobeair/application.xml | 32 | ||||
| -rw-r--r-- | _samples/adobeair/run.bat | 9 | ||||
| -rw-r--r-- | _samples/adobeair/run.sh | 8 | ||||
| -rw-r--r-- | _samples/adobeair/sample.html | 45 |
4 files changed, 0 insertions, 94 deletions
diff --git a/_samples/adobeair/application.xml b/_samples/adobeair/application.xml deleted file mode 100644 index 5ecb458..0000000 --- a/_samples/adobeair/application.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?>
-<!--
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
--->
-<application xmlns="http://ns.adobe.com/air/application/1.0">
- <id>com.ckeditor.air.sample</id>
- <name>CKEditor - Adobe AIR Sample Application</name>
- <version>1.0</version>
- <filename>CKEditor AIR Samples</filename>
- <description>This is a sample AIR application of CKEditor.</description>
- <copyright>Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.</copyright>
- <initialWindow>
- <content>_samples/adobeair/sample.html</content>
- <title>CKEditor - Adobe AIR Sample</title>
- <systemChrome>standard</systemChrome>
- <transparent>false</transparent>
- <visible>true</visible>
- <minimizable>true</minimizable>
- <maximizable>true</maximizable>
- <resizable>true</resizable>
- <x>100</x>
- <y>80</y>
- <width>950</width>
- <height>700</height>
- <minSize>900 600</minSize>
- </initialWindow>
- <installFolder>CKEditor/Sample AIR Application</installFolder>
- <programMenuFolder>CKEditor/Sample AIR Application</programMenuFolder>
- <customUpdateUI>false</customUpdateUI>
- <allowBrowserInvocation>false</allowBrowserInvocation>
-</application>
diff --git a/_samples/adobeair/run.bat b/_samples/adobeair/run.bat deleted file mode 100644 index b12039c..0000000 --- a/_samples/adobeair/run.bat +++ /dev/null @@ -1,9 +0,0 @@ -@ECHO OFF
-::
-:: Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
-:: For licensing, see LICENSE.html or http://ckeditor.com/license
-::
-:: Use this file to quickly run the sample in a Windows environment.
-::
-
-adl application.xml ../../
diff --git a/_samples/adobeair/run.sh b/_samples/adobeair/run.sh deleted file mode 100644 index 51b7309..0000000 --- a/_samples/adobeair/run.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. -# For licensing, see LICENSE.html or http://ckeditor.com/license - -# Use this file to quickly run the sample under Linux. - -adl application.xml ../../ diff --git a/_samples/adobeair/sample.html b/_samples/adobeair/sample.html deleted file mode 100644 index 809341d..0000000 --- a/_samples/adobeair/sample.html +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Replace Textarea by Code - CKEditor Sample</title>
- <meta content="text/html; charset=utf-8" http-equiv="content-type" />
- <script type="text/javascript" src="../../ckeditor.js"></script>
- <link href="../sample.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- body { margin: 10px ; }
- </style></head>
-<body>
- <h1 class="samples">
- CKEditor - Adobe AIR Sample
- </h1>
- <p>
- This is a sample HTML/JavaScript Adobe AIR application with CKEditor with default features.
- </p>
- <p>
- <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea>
- <script type="text/javascript">
- //<![CDATA[
-
- // Replace the <textarea id="editor"> with an CKEditor
- // instance, using default configurations.
- CKEDITOR.replace( 'editor1' );
-
- //]]>
- </script>
- </p>
- <div id="footer" style="position:absolute;bottom:0;left:0;right:0;width:100%;padding-bottom:10px;">
- <hr />
- <p>
- CKEditor - The text editor for Internet - <a class="samples" href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://ckeditor.com/'));return false;">http://ckeditor.com</a>
- </p>
- <p id="copy">
- Copyright © 2003-2012, <a class="samples" href="#" onclick="window.runtime.flash.net.navigateToURL(new window.runtime.flash.net.URLRequest('http://cksource.com/'));return false;">CKSource</a> - Frederico
- Knabben. All rights reserved.
- </p>
- </div>
-</body>
-</html>
|
