Code Monkey home page Code Monkey logo

toolbar's Introduction

Glue42 Floating Toolbar

Pure JavaScript implementation of a Glue42 Floating Toolbar for Glue42 Enterprise.

Toolbar GIF

For more details, see also the Glue42 Toolbar documentation.

Prerequisites

None. The code doesn't require any other modules, packages or installations.

Main Functionalities

  • Listing, searching and starting applications.
  • Adding and removing applications from favorites.
  • Listing, searching and opening Layouts (including Global, Swimlane and Workspace layouts).
  • Managing basic settings for the Toolbar.
  • Changing the Glue42 themes.
  • Searching for Clients and Instruments (if available via GSS), listing and starting application that can open the search entity (Client or Instrument).
  • Switching between horizontal and vertical views.
  • Opening the Glue42 Feedback Form.
  • Opening the Glue42 Notifications Panel

Customizing the Toolbar

You can use the Floating Toolbar source code to create your own modified version of a Glue42 Toolbar. Once you have implemented a toolbar, you must host it, create an application configuration file for it and add it to your application store. Make sure to set the "shell" top-level key to true:

{
    ...
    "shell": true,
    ...
}

Also, modify the system configuration of Glue42 Enterprise from the system.json file - set the "useEmbeddedShell" property to false:

{
    ...
    "useEmbeddedShell": false,
    ...
}

Restart Glue42 Enterprise for the changes to take effect.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.