Oracle Migration Tool On Demand Guide > Migrating Custom Web Applets > Elements and Sections in the Web Applet XML Output File >

Action Bar Custom Web Applets


Table 26 describes the elements and sections in the Action bar custom Web applet XML output file.

Table 26. Elements and Sections in the Action Bar Custom Web Applet XML File
Element or Section
Description

<data:DisplayName>Globalwebapplet</data:DisplayName>
<data:Description></data:Description>
<data:DisplayNameCurrentUserLang>ENU
</data:DisplayNameCurrentUserLang>
<data:Height>200</data:Height>

This section contains the elements for the Action Bar custom Web applet.

<data:HTMLType>
  <data:HTMLHeader></data:HTMLHeader>
  <data:HTMLBody></data:HTMLBody>
  <data:AlwaysRun>true</data:AlwaysRun>
</data:HTMLType>

This section contains the elements for the Action Bar custom Web applets of type HTML.

<data:FeedType>
  <data:URL>http://www.oracle.com</data:URL>
  <data:OverrideURLFlag>true</data:OverrideURLFlag>
  <data:TargetWindow>New Window</data:TargetWindow>
</data:FeedType>

This section contains the elements for the Action Bar custom Web applets of type Feed.

<data:URLType>
  <data:URL>http://www.oracle.com</data:URL>
  <data:AlwaysRun>true</data:AlwaysRun>
</data:URLType>

This section contains the elements for the Action Bar custom Web Applets of type URL.

<data:ListOfTranslation>
  <data:Translation>
    <data:LanguageCode>ENU</data:LanguageCode>
    <data:DisplayName>MyApplet</data:DisplayName>
  </data:Translation>
</data:ListOfTranslation>

This section contains the translation elements for the Action Bar custom Web applet.

Oracle Migration Tool On Demand Guide, Release 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.