source: sandbox/filemanager/tp/fckeditor/_samples/adobeair/application.xml @ 1575

Revision 1575, 1.3 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implentação, melhorias do modulo gerenciador de arquivos

  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<application xmlns="http://ns.adobe.com/air/application/1.0">
3        <id>net.fckeditor.air.samples.sample01</id>
4        <name>FCKeditor Sample Application 1.0</name>
5        <version>1.0</version>
6        <filename>FCKeditor AIR Sample</filename>
7        <description>This is a sample AIR application including FCKeditor.</description>
8        <copyright>Copyright (C) 2003-2009 Frederico Caldeira Knabben</copyright>
9        <initialWindow>
10                <content>_samples/adobeair/sample01.html</content>
11                <title>FCKeditor AIR Sample</title>
12                <systemChrome>standard</systemChrome>
13                <transparent>false</transparent>
14                <visible>true</visible>
15                <minimizable>true</minimizable>
16                <maximizable>true</maximizable>
17                <resizable>true</resizable>
18                <x>100</x>
19                <y>80</y>
20                <width>820</width>
21                <height>600</height>
22                <minSize>600 400</minSize>
23        </initialWindow>
24        <installFolder>FCKeditor/AIR Samples/Sample01</installFolder>
25        <programMenuFolder>FCKeditor/AIR Samples</programMenuFolder>
26        <icon>
27                <image16x16>_samples/adobeair/icons/16.png</image16x16>
28                <image32x32>_samples/adobeair/icons/32.png</image32x32>
29                <image48x48>_samples/adobeair/icons/48.png</image48x48>
30                <image128x128>_samples/adobeair/icons/128.png</image128x128>
31        </icon>
32        <customUpdateUI>false</customUpdateUI>
33        <allowBrowserInvocation>false</allowBrowserInvocation>
34</application>
Note: See TracBrowser for help on using the repository browser.