Field:editor type@Users
From MintHCM Wiki
Users - Editor | |
---|---|
Name | editor_type |
Module | Users |
Type | enum |
Label | Editor |
VName | LBL_EDITOR_TYPE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Direct HTML, * TinyMCE, * Mozaik |
Options List Name | dom_editor_type |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/Users/vardefs.php
'editor_type' => array( 'name' => 'editor_type', 'vname' => 'LBL_EDITOR_TYPE', 'type' => 'enum', 'options' => 'dom_editor_type', 'importable' => false, 'reportable' => false, 'source' => 'non-db', 'studio' => false, ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |