File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/ui/accessrights/src/item/base.js
Back
import ColumnItemOptions from "../columnitem"; import {Tag} from 'main.core'; export default class Base { constructor(options: ColumnItemOptions) { this.currentValue = options.currentValue || null; this.identificator = 'col-' + Math.random(); this.parentContainer = options.container; this.grid = options.grid; this.text = options.text; this.userGroup = options.userGroup; this.access = options.access; this.bindEvents(); } bindEvents() { } render(): HTMLElement { return Tag.render`<div></div>`; } getId(): string { return this.identificator; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings