client.xml

Top  Previous  Next

Configuration > Client > client.xml


 

Description

 

The client.xml contains presets, configuration and commands for the Flash-based client.

It is build via the standard XML and it is very important that the structure is correct. An incorrect structure could cause a system malfunction.

 

 

 

Sample

 

<?xml version="1.0" encoding="utf-8"?>

<config>

  <element name="hosts">

    <element name="Host 1">

      <element name="url" value="http://www.myhost.com/floe/"/>

      <element name="script_technology" value="php"/>

    </element>

    <element name="Host 2">

      <element name="url" value="http://www.yourHost.com/"/>

      <element name="script_technology" value="php"/>

    </element>

    ...

  </element>

  ...

  <element name="language" value="ENGLISH"/>

  <element name="log_size" value="50"/>

  <element name="filter_name" value="*.*"/>

  ...

  <element name="document_types">

    <element name="asp" value="editor"/>

    <element name="aspx" value="editor"/>

    <element name="avi" value="stream"/>

    ...

  </element>

</config>

 

 

 

Elements

 

Name

Description

Value(s) [Datatype]

Preset

hosts

List of all hosts which the client can connect.

XML childs as following:

 

<element name="A Name">

  <element name="url" value="http://www.myhost.com/floe/"/>

  <element name="script_technology" value="php"/>

</element>

 

url = Address to the install folder of FLOE [String]

script_technology = Used script technology [String]

(n.a.)

language

Language pack name (Preset)

A name of a language package which is installed but without the file extension "*.xml"

[String]

(n.a.)

log_size

Amount of log entries

1 - 200

[Integer]

50

filter_name

Pathname filter for directory listing

[String] (Regular expressions)

*.*

html_output

Display the answer of a query from a tool as raw text or HTML

true, false

[Boolean]

true

wrap_output

Use word wrap for the answer of a query from a tool

true, false

[Boolean]

false

tab_char

Type of character which is inserted when the "tab" key is pressed. The value "space" is uses the "space" character 4 times.

tab, space

[String]

tab

doubleclick_timeout

Time in milliseconds between a measurement if there is more than one click

1 - 10000

[Integer]

500

progress_interrupt

Time in milliseconds between a file operation. This is required that a user could cancel the operation.

0 - 1000

[Integer]

1

update_properties

Update the path details when the selection changes.

true, false

[Boolean]

true

download_window

Target window for the download operation.

_blank, _self, _parent, _top

[String]

_blank

compression_method

Compression method for the download operation. "<empty>" downloads files without compression.

<empty>, gzip, bzip2

[String]

<empty>

compression_level

Level of compression which is used when "compression_method" is not "<empty>". 1 is lowest and 9 highest.

1 - 9

[Integer]

5

image_processing

Image processing type for the Image viewer

native, basic, convert

[String]

native

preview_images

Previews images in the filesystem details.

true, false

[Boolean]

true

preview_stretch

Stretch images which are smaller than 120x120 pixels to this size.

true, false

[Boolean]

false

image_quality

Percentage of quality for images at previewing and processing.

1 - 100

[Integer]

100

image_fill_color

Color which is used to fill images at previewing (if they do not fit) and processing (if they are transparent).

[Web color]

#FFFFFF

welcome_message

This message is displayed above the login form.

[String]

(n.a.)

startup_window

Startup window is displayed after logging in.

Attributes:

value = Window caption [String]

enabled = If window is displayed [Boolean]

innerText = Message [String]

(n.a.)

player_notice

Inform users that Flash player version 8 or higher is required to receive full functionality

Attributes:

enabled = If window is displayed [Boolean]

innerText = Message [String]

(n.a.)

scale_dialog_background

Scale the background image of dialogs.

true, false

[Boolean]

false

dialog_background_color

Color which is used for dialogs background

[Web color]

#FFFFFF

theme_color

Standard color for theme

[Web color] (Hexadecimal)

0x003366

rollover_color

Background color for highlighting e.g. listbox-item when mouse rolls over it.

[Web color] (Hexadecimal)

0xFFFF00

selection_color

Background color for highlighting e.g. listobx-item when it is selected.

[Web color] (Hexadecimal)

0x003366

text_rollover_color

Text color for highlighting e.g. listbox-item when mouse rolls over it.

[Web color] (Hexadecimal)

0x000000

text_selected_color

Text color for highlighting e.g. listobx-item when it is selected.

[Web color] (Hexadecimal)

0xFFFFFF

dialog_glow_color

Color which is used when dialog opens then it glows for a few seconds.

[Web color] (Hexadecimal)

0x003366

email_address

Tool "Mail" standard mail sender address.

[String]

(n.a.)

email_display_name

Tool "Mail" standard mail sender name which is displayed in mail clients.

[String]

(n.a.)

email_receiver

Tool "Mail" standard mail  receiver address.

[String]

(n.a.)

document_types

List of file extensions and their standard actions to handle them.

XML childs as following:

 

<element name="jpg" value="viewer"/>

name = File extension [String]

value = Launch method [String]

 

Launch methods

stream (direct connection)
player (media player)
pack (compress)
mail (file attachment for tool "Mail")

(n.a.)

 

 

 

 

 



  © 2006 unic8 Studios