File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/bizproc/automation/src/tourguide/beginning-guide.js
Back
import {Loc} from 'main.core'; import {Guide} from 'ui.tour'; export class BeginningGuide { #guide: Guide; constructor(options) { this.#guide = new Guide({ steps: [ { target: options.target, title: Loc.getMessage('BIZPROC_AUTOMATION_TOUR_GUIDE_BEGINNING_TITLE'), text: Loc.getMessage('BIZPROC_AUTOMATION_TOUR_GUIDE_BEGINNING_SUBTITLE'), article: '16547606', condition: { top: true, bottom: false, color: 'primary', }, position: 'bottom', }, ], onEvents: true, }); this.#guide.getPopup().setAutoHide(true); } start() { this.#guide.showNextStep(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings