Open the menu

    Interface Configuration Menu

    One of the advantages of developing applications on the doui framework is the ability to create generic and parameterizable applications so that they can be reused in different scenarios.

    Services created from DOUI generally have in the right-click on the administration and list interfaces the following menu items: Style, Number of Items, Fields, Sorting, Filters, Image Repository, and Document Repository. These options are typical for data manipulation.

    Portal services that do not use DOUI have in the right-click only the options Properties and Refresh because they do not manipulate data.

    To add other menu items, a new class must be implemented to render the pop-up. For example, the code below from the servicedefinition.xml of the HTML service implements a menu item “HTML Editor” for the HTML service interface.

    In LumisXP Administration, it is possible to access configurations in an interface through the right-click on it, where several menu items are displayed.

    interface_configuration_menu_000