Last change
on this file since 253 was 239, checked in by luc, 9 years ago |
Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.
|
-
Property svn:executable
set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <!--
|
---|
3 | Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
|
---|
4 | For licensing, see LICENSE.html or http://ckeditor.com/license
|
---|
5 | -->
|
---|
6 | <application xmlns="http://ns.adobe.com/air/application/1.0">
|
---|
7 | <id>com.ckeditor.air.sample</id>
|
---|
8 | <name>CKEditor - Adobe AIR Sample Application</name>
|
---|
9 | <version>1.0</version>
|
---|
10 | <filename>CKEditor AIR Samples</filename>
|
---|
11 | <description>This is a sample AIR application of CKEditor.</description>
|
---|
12 | <copyright>Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.</copyright>
|
---|
13 | <initialWindow>
|
---|
14 | <content>_samples/adobeair/sample.html</content>
|
---|
15 | <title>CKEditor - Adobe AIR Sample</title>
|
---|
16 | <systemChrome>standard</systemChrome>
|
---|
17 | <transparent>false</transparent>
|
---|
18 | <visible>true</visible>
|
---|
19 | <minimizable>true</minimizable>
|
---|
20 | <maximizable>true</maximizable>
|
---|
21 | <resizable>true</resizable>
|
---|
22 | <x>100</x>
|
---|
23 | <y>80</y>
|
---|
24 | <width>950</width>
|
---|
25 | <height>700</height>
|
---|
26 | <minSize>900 600</minSize>
|
---|
27 | </initialWindow>
|
---|
28 | <installFolder>CKEditor/Sample AIR Application</installFolder>
|
---|
29 | <programMenuFolder>CKEditor/Sample AIR Application</programMenuFolder>
|
---|
30 | <customUpdateUI>false</customUpdateUI>
|
---|
31 | <allowBrowserInvocation>false</allowBrowserInvocation>
|
---|
32 | </application>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.