wrps-demo-kit/99-reference/ciserver-hmi-deployment/components/ExtendedIExplorer.xml
xxlio 570dc743d8 docs(reference): worked CI Server examples, trimmed 138 MB to 5 MB
CI Server publishes no file-format documentation, so real .qli exports and a
real HMI deployment are the only specification the .qli and display generators
were written against. Kept the parts that carry that knowledge:

  ciserver-qli-exports/     10 exports - the .qli format
  ciserver-hmi-deployment/  components, layouts, thresholds, locales
                            + 6 of 84 displays

Dropped symbols/ (107 MB - CI Server's own installed library, already on
cicore1), the colour-variant displays, editor lock/autosave artefacts, and the
stock OpenPLC sample projects.
2026-09-02 15:16:56 +10:00

91 lines
No EOL
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
* @(#)ExtendedIExplorer.xml
*
* Copyright: Yokogawa, All rights reserved.
* YOKOGAWA PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
* Author: M. Brentnall
*
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Changes ....
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Who When Change What
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* BNL Aug-11 e10555 First version documented
* BNL Feb-12 e10555 Add Icon, Palette Order and Correct URL saving
* BNL Jun-12 e10657 Basic/Advanced Properties
* HMN May-17 e11335 Transition from ActiveX to JavaFX browser
* BNL Jul-18 e11986 Edit Module HTML Mode
* BNL Feb-19 e11986 Disallow connection to positional properties in HTML mode
* VNU Feb-20 e12194 Port to Java 11(Add error text)
* VNU Feb-20 i12247 Correct HTML5 supported properties
* HVS Jun-20 e12272 Port to JViews 2017.2
*
-->
<componentType name="extendedIExplorer"
containedBy="JComponent"
icon="stock_internet-16.png"
description="InternetExplorer"
class="fasttools.jwui.components.iexplorer.JfxWebBrowser"
paletteOrder="400">
<category name="General">
<property name="name" type="java.lang.String" defaultAllowed="no" connectAllowed="no" advanced="yes"/>
<property name="toolTipText" type="java.lang.String" defaultAllowed="no" localized="yes" description="This is the tooltip text" advanced="yes" html="no"/>
</category>
<category name="Transformation">
<property name="x" type="double" defaultAllowed="no" setter="setXAsFloat" getter="getXAsFloat" advanced="yes" html="noConnect"/>
<property name="y" type="double" defaultAllowed="no" setter="setYAsFloat" getter="getYAsFloat" advanced="yes" html="noConnect"/>
<property name="top" type="double" defaultAllowed="no" html="noConnect"/>
<property name="bottom" type="double" defaultAllowed="no" html="noConnect"/>
<property name="left" type="double" defaultAllowed="no" html="noConnect"/>
<property name="right" type="double" defaultAllowed="no" html="noConnect"/>
<property name="rotation" type="double" defaultAllowed="no"/>
<property name="shear" type="double" defaultAllowed="no" advanced="yes"/>
</category>
<category name="Navigation">
<property name="url" type="java.lang.String" bound="yes" defaultAllowed="no" />
<property name="back" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="forward" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="stop" type="boolean" save="no" defaultAllowed="no" html="no"/>
<property name="reload" type="boolean" save="no" defaultAllowed="no" html="no"/>
<property name="home" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="backPossible" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="forwardPossible" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
</category>
<category name="Status">
<property name="busy" type="boolean" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="progress" type="float" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="status" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="title" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="error" type="java.lang.String" bound="yes" writeAllowed="no" save="no" defaultAllowed="no" advanced="yes" html="no"/>
</category>
<category name="Printing">
<property name="pageSetup" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="print" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
<property name="printImmediate" type="boolean" save="no" defaultAllowed="no" advanced="yes" html="no"/>
</category>
<category name="Visibility">
<property name="transparency" type="float" html="no"/>
<property name="opaque" type="boolean" html="no"/>
<property name="backgroundColor" type="fasttools.jtools.common.property.color.ColorSet" advanced="yes" html="no"/>
<property name="visible" type="boolean" setter="setVisibleAsBoolean" getter="isVisibleAsBoolean"/>
</category>
<category name="Style">
<property name="borderType" type="fasttools.jwui.common.property.JBorderType"/>
</category>
<category name="Zooming">
<property name="zoomEnabled" type="boolean" advanced="yes" html="no"/>
<property name="zoomFactor" type="float" advanced="yes" html="no"/>
</category>
</componentType>