M
M
Maxim2014-06-02 16:54:51
PHP
Maxim, 2014-06-02 16:54:51

How to add a gadget to Bitrix 14?

How do I add my own gadgets to the desktop in the control panel?
An attempt to do it according to the manuals was unsuccessful, the created gadget is not displayed in the list.
Judging by the Bitrix forum, I'm not the only one with such a problem
dev.1c-bitrix.ru/community/forums/forum23/topic25522

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dotzero, 2014-06-25
@dotzero

Try to use similar .description.php

$arDescription = array(
    'NAME' => GetMessage('GD_NAME'),
    'DESCRIPTION' => GetMessage('GD_NAME'),
    'ICON' => '',
    'GROUP' => array('ID' => 'personal'),
    'SU_ONLY' => false,
    'SG_ONLY' => false,
    'BLOG_ONLY' => false,
    'AI_ONLY' => true,
);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question