All Downloads are FREE. Search and download functionalities are using the official Maven repository.

application.awe-react.screen.screen-help.xml Maven / Gradle / Ivy

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

<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://aweframework.gitlab.io/awe/docs/schemas/screen.xsd" template="help">
  <tag source="center">
    <dialog id="HlpOpt" modal="true" style="modal-lg expand" label="SCREEN_HELP" icon="question-circle" help="HELP_SCREEN_HELP">
      <tag type="div" style="modal-body scrollable expand">
        <widget type="help-viewer" id="helpViewer"/>
      </tag>
      <tag type="div" style="modal-footer">
        <tag type="div" style="pull-right">
          <button label="BUTTON_CLOSE" icon="times" id="ButHlpClo" button-type="submit" help="HELP_CLOSE_HELP_BUTTON">
            <button-action type="close" target="HlpOpt" />
          </button>
        </tag>
      </tag>
    </dialog>
  </tag>
  <tag source="application-help-source">
    <dialog id="application-help-dialog" modal="true" style="modal-lg expand" label="SCREEN_HELP" icon="question-circle" help="HELP_SCREEN_HELP">
      <tag type="div" style="modal-body scrollable expand">
        <widget type="help-viewer" id="applicationHelpViewer"/>
      </tag>
      <tag type="div" style="modal-footer">
        <tag type="div" style="pull-right">
          <button label="BUTTON_CLOSE" icon="times" id="application-help-close-button" button-type="submit" help="HELP_CLOSE_HELP_BUTTON">
            <button-action type="close" target="application-help-dialog" />
          </button>
        </tag>
      </tag>
    </dialog>
  </tag>
</screen>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy