вопрос
Разбираю понемногу код движка и не могу понять как и куда передаются данные. Подскажите, пожалуйста, комрады.
$onload_scripts[] = <<<HTML
$('#comments').froalaEditor({
dle_root: dle_root,
dle_upload_area : "comments",
dle_upload_user : "{$p_name}",
dle_upload_news : "{$p_id}",
width: '100%',
height: '220',
language: '{$lang['wysiwyg_language']}',
placeholderText: '',
enter: $.FroalaEditor.ENTER_BR,
toolbarSticky: false,
theme: 'gray',
linkAlwaysNoFollow: false,
linkInsertButtons: ['linkBack'],
linkList:[],
linkAutoPrefix: '',
linkStyles: {
'fr-strong': 'Bold',
'fr-text-red': 'Red',
'fr-text-blue': 'Blue',
'fr-text-green': 'Green'
},
linkText: true,
htmlAllowedTags: ['div', 'span', 'p', 'br', 'strong', 'em', 'ul', 'li', 'ol', 'b', 'u', 'i', 's', 'a', 'img'],
htmlAllowedAttrs: ['class', 'href', 'alt', 'src', 'style', 'target'],
pastePlain: true,
imageInsertButtons: ['imageBack', '|', 'imageByURL'],
imagePaste: false,
imageStyles: {
'fr-bordered': 'Borders',
'fr-rounded': 'Rounded',
'fr-padded': 'Padded',
'fr-shadows': 'Shadows',
},
toolbarButtonsXS: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', {$link_icon} 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler'],
toolbarButtonsSM: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', {$link_icon} 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler'],
toolbarButtonsMD: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', {$link_icon} 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler'],
toolbarButtons: ['bold', 'italic', 'underline', 'strikeThrough', '|', 'align', 'formatOL', 'formatUL', '|', {$link_icon} 'emoticons', '|', 'dlehide', 'dlequote', 'dlespoiler']
});
HTML;