Untitled

 avatar
unknown
java
2 years ago
1.5 kB
8
Indexable
//==========================================================================
// ASSECO CE a.s. (c) 2023
//==========================================================================

userinterface [email protected]
{
  import [email protected];
  import [email protected];
  import [email protected];

  
//  forms for WidgetSearch {
//    [email protected]:EditObjectAttributes {}
//  }

 // search widget
  extend class WidgetSearch {
    symbol = [email protected]:SymbolDocumentAnalyze; // [email protected]:SymbolFindEmbedded;
    
    forms {
      WidgetView, ExploreObject, ExploreTree {
        WidgetSearchFormDesk; // Reference to the form defined below for WidgetSearch
      }
    }
    menus {
      default = {
        expansions {
          
          TaskPaneExpansion {
            entries = {
              [email protected]:MenuObjectCreate,
              [email protected]:MenuEditCopy,
              [email protected]:MenuEditCopyDirect,
              MenuOpenObjectAttributesDirect,
              [email protected]:MenuSendAsPointerDirect,
              [email protected]:MenuManageTimeTravel,
              [email protected]:MenuObjectCreateDirect
            }
            condition = expression {
              false
            }
          }
          
          TaskPaneExpansion {
            entries = {
              LogSearchMain
            }
            condition = expression {
              true
            }
          }
        }
      }
    }
  }
}
Editor is loading...
Leave a Comment