Form Editor Tabs

Although the tabs inside the Form Editor appear to be basic Relationship tabs, they are actually being populated by the ui_Resources.xml file that can be located in the \\Innovator\Client\xml.ja folder of your Aras Innovator code tree. In this file you will find the following section that contains the UI resources that populate the text for the Form Editor Tabs.

Figure 3.

<!-- +++++ Client/Scripts/FormTool/formTabs.html +++++ -->
                                            

  <resource key="formtabs.field_type" value="Field Type"/>

  <resource key="formtabs.field_label" value="Field Label"/>

  <resource key="formtabs.field_physical" value="Field Physical"/>

  <resource key="formtabs.field_border" value="Field Border"/>

  <resource key="formtabs.field_event" value="Field Event"/>

  <resource key="formtabs.form_props" value="Form Properties"/>

  <resource key="formtabs.form_body" value="Form Body"/>

  <resource key="formtabs.form_event" value="Form Event"/>

  <resource key="formtabs.populating_data_source_list" value="populating data source list"/>

  <!--       Client/Scripts/FormTool/formTabs.html       -->

The values highlighted in yellow above control the text that appears on the Form Editor tabs along with any messages that may pop up. After translating these values save the ui_Resources.xml file and verify the Form Editor adheres to your changes.

Figure 4.