Comflow Documentation

Comflow Documentation

  • Comflow 2.22

›Desktop Functions

Presentation

  • Release Notes
  • Migration Notes
  • Master Sitedef

Chart Implementations

  • Comflow Chart Implementations
  • Comflow Custom Chart Setup

Comflow IPP

  • Comflow IPP Basics
  • Using ppd files
  • Windows Printer Server Setup

Comflow Styling

  • Comflow Styling Basics
  • _config.scss
  • _custom-class.scss
  • Portal Header

Copy to Clipboard

  • Copy to Clipboard Basics
  • External Resources

Datepicker Exceptions

  • Datepicker Exceptions

Desktop Functions

  • Desktop Functions Basics
  • Modes
  • Style

My Functions

  • My Functions Basics

My Settings

  • My Settings Basics

Open API

  • OpenAPI Basics

Portal Menu Options

  • Portal Menu Options Basics
  • Mega Menu
  • Side Menu
  • Top Menu

Quick Search

  • Quick Search Basics

Quick Start

  • Quick Start Basics

Removed Classes/Methods

  • AbstractEnvironment
  • AbstractSegmentChangeObject
  • ApplicationObject
  • CadModel
  • ChangeObject
  • Changes in Rendering Classes
  • ClientInfo
  • Component
  • CoreSessionManager
  • DataInstance
  • Database
  • DriverHelper
  • DynamicModels
  • Environment
  • ErrorUtils
  • FieldChangeObject
  • Field
  • FlexIdImplementation
  • FlexId
  • Introduction
  • Logical Unit of Work
  • PromptRequest
  • RendererInfo
  • RendererModelUtils
  • RendererModel
  • RepositoryUtil
  • Root
  • SegmentChangeObjectImpl
  • SegmentChangeObject
  • SessionMessage
  • SimpleModel
  • Site
  • StringUtil
  • SystemWorkspace

Repository Constant

  • Repository Constant Basics

Sitedef

  • Site definition Settings

Sound Events

  • Sound Events Basics
  • Sound Events in Errors
  • Sound Events in Rules
  • Test Case in Verify

User Avatar

  • User Avatar Basics
  • Changes in Classes and Tables
  • References

User Info

  • User Info Basics

Style

Desktop functions use colors set in _config.scss. For more information, see Comflow Styling.

Tile refers to the whole desktop function.

Used Variables

NameDescription
$action‑hover‑background‑colorBackground color on whole tile
$theme‑dark‑color (opacity 0.9)Color on text in tile

Custom Style

It is also possible to add custom style to desktop functions. Override or add properties to classes in the Custom.css.

Class NameDescription
tile-containerMain container div element
tile-image-containerImage or icon container div element
tile-text-containerText container div element. Contains a h1 element
tile-image-defaultDefault image displayed when Display is set to Text
/* Set background color to 'Dark Sea Green' for all desktop functions */
.tile-container {
  background-color: darkseagreen;
}

/* Set icon color to 'Pink' */
.tile-image-container {
  color: pink;
}

/* Set text color to 'White' */
.tile-text-container h1{
  color: white;
}

Custom Style to Specific Tasks

Each tile container has a data attribute with the task id. This enables applying style to desktop functions for specific tasks.

/* Set background color to 'Dark Slate Gray' for desktop function 'My Worklist' (with task id 'AsynchWorkflow/MyWorkListsV4') */
.tile-container[data-task-id="AsynchWorkflow/MyWorkListsV4"] {
  background-color: darkslategreen;
}
← ModesNext →
Comflow Documentation
Docs
Corzia Info
Community
User ShowcaseCorzia WebsiteTwitter
More
Update Sitetech@corzia.com
Copyright © 2019 Corzia AB