Похожие чаты

Всем привет! Подскажите пожалуйста, где я тут допускаю ошибку? Хочу создать костомное

тип поля, но при создании в админке тип поля не отображается, при этом ошибка тоже нету

<?php
use Bitrix\Main\EventManager;
use Bitrix\Main\UI\Extension;
use Bitrix\Main\UserField\TypeBase;
Extension::load("ui.buttons");


class MyUserType extends TypeBase
{
const USER_TYPE_ID = 'myusertype';

public static function GetUserTypeDescription()
{
return [
'USER_TYPE_ID' => static::USER_TYPE_ID,
'CLASS_NAME' => __CLASS__,
'DESCRIPTION' => 'Кастомное поле',
'BASE_TYPE' => \CUserTypeManager::BASE_TYPE_STRING,
'EDIT_CALLBACK' => [__CLASS__, 'GetPublicEdit'],
'VIEW_CALLBACK' => [__CLASS__, 'GetPublicView'],
];
}

public static function GetDBColumnType($arUserField)
{
global $DB;
switch(strtolower($DB->type))
{
case "mysql":
return "text";
case "oracle":
return "varchar2(2000 char)";
case "mssql":
return "varchar(2000)";
}
}

public static function GetPublicView($arUserField, $arAdditionalParameters = [])
{
Extension::load('ui.buttons');
return '<a href="#" class="ui-btn ui-btn-danger">Button From Custom Field</a>';
}

public static function GetPublicEdit($arUserField, $arAdditionalParameters = [])
{
Extension::load('ui.buttons');
$name = static::getFieldName($arUserField, $arAdditionalParameters);
return '<input type="hidden" name="' . $name . '" value="1"/><a href="#" class="ui-btn ui-btn-success">Button From Custom Field</a>';
}
}

$eventManager = EventManager::getInstance();
$eventManager->addEventHandlerCompatible('main', 'OnUserTypeBuildList', ['MyUserType', 'GetUserTypeDescription']);

1 ответов

26 просмотров

ошибок нет, я проверил,. гля подключние это файла в init

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта