Bitrix API

LayoutSettings

Table of Contents

Methods

__construct()  : mixed
enableCatalogPriceEdit()  : void
Enabled changing product prices from entity card
enableCatalogPriceSave()  : void
Enabled saving product prices from entity card
enableDedupeWizard()  : void
Enable dedupe wizard for duplicate control
enableEntityCommodityItemCreation()  : void
Enabled creation commodity item into entities without creation into catalog
enableFilePreviewerInKanbanAndGrid()  : void
enableFullCatalog()  : void
enableSimpleTimeFormat()  : void
Enable simple time format
enableSlider()  : void
Enabled slider for edit and view actions
enableUserNameSorting()  : void
Enable user name sorting
getClientLayoutType()  : int
Get client layout type
getCurrent()  : LayoutSettings
Get current instance
isCatalogPriceEditEnabled()  : bool
isCatalogPriceSaveEnabled()  : bool
isCommonProductProcessingEnabled()  : bool
isCreationEntityCommodityItemAllowed()  : bool
Check if user is allowed to create commodity item into entities without creation into catalog
isDedupeWizardEnabled()  : bool
Check if dedupe wizard enabled for duplicate control
isFilePreviewerInKanbanAndGridEnabled()  : bool
isFullCatalogEnabled()  : bool
isSimpleTimeFormatEnabled()  : bool
Check if simple time format enabled for display system fields (CREATED, LAST_MODIFIED and etc)
isSliderEnabled()  : bool
Check if slider enabled for edit and view actions
isUserNameSortingEnabled()  : bool
Check if user name sorting enabled
setClientLayoutType()  : void
Set client layout type

Methods

enableCatalogPriceEdit()

Enabled changing product prices from entity card

public enableCatalogPriceEdit(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

enableCatalogPriceSave()

Enabled saving product prices from entity card

public enableCatalogPriceSave(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

enableDedupeWizard()

Enable dedupe wizard for duplicate control

public enableDedupeWizard(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

enableEntityCommodityItemCreation()

Enabled creation commodity item into entities without creation into catalog

public enableEntityCommodityItemCreation(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

enableFilePreviewerInKanbanAndGrid()

public enableFilePreviewerInKanbanAndGrid(bool $enabled) : void
Parameters
$enabled : bool

enableFullCatalog()

public enableFullCatalog(bool $enabled) : void
Parameters
$enabled : bool

enableSimpleTimeFormat()

Enable simple time format

public enableSimpleTimeFormat(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

enableSlider()

Enabled slider for edit and view actions

public enableSlider(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

enableUserNameSorting()

Enable user name sorting

public enableUserNameSorting(bool $enabled) : void
Parameters
$enabled : bool

Enabled Flag.

getClientLayoutType()

Get client layout type

public getClientLayoutType() : int
Return values
int

isCatalogPriceEditEnabled()

public isCatalogPriceEditEnabled() : bool

Check if user is allowed to change product prices from entity card

Return values
bool

isCatalogPriceSaveEnabled()

public isCatalogPriceSaveEnabled() : bool

Check if user is allowed to change product prices from entity card

Return values
bool

isCommonProductProcessingEnabled()

public isCommonProductProcessingEnabled() : bool
Return values
bool

isCreationEntityCommodityItemAllowed()

Check if user is allowed to create commodity item into entities without creation into catalog

public isCreationEntityCommodityItemAllowed() : bool
Return values
bool

isDedupeWizardEnabled()

Check if dedupe wizard enabled for duplicate control

public isDedupeWizardEnabled() : bool
Return values
bool

isFilePreviewerInKanbanAndGridEnabled()

public isFilePreviewerInKanbanAndGridEnabled() : bool
Return values
bool

isFullCatalogEnabled()

public isFullCatalogEnabled() : bool
Return values
bool

isSimpleTimeFormatEnabled()

Check if simple time format enabled for display system fields (CREATED, LAST_MODIFIED and etc)

public isSimpleTimeFormatEnabled() : bool
Return values
bool

isSliderEnabled()

Check if slider enabled for edit and view actions

public isSliderEnabled() : bool
Return values
bool

isUserNameSortingEnabled()

Check if user name sorting enabled

public isUserNameSortingEnabled() : bool
Return values
bool

setClientLayoutType()

Set client layout type

public setClientLayoutType(int $layoutType) : void
Parameters
$layoutType : int

Layout type (see \Bitrix\Crm\Layout\ClientLayoutType).


        
On this page

Search results