N°2737 - RenderBlockTemplate enhancement, uilinkswidget UIBlock refactor

This commit is contained in:
Eric
2020-12-16 11:05:30 +01:00
parent d2bc651fc6
commit 1b115624a2
25 changed files with 612 additions and 286 deletions

View File

@@ -0,0 +1,16 @@
{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
oWidget{{ oUIBlock.iInputId }} = new LinksWidget(
'{{ oUIBlock.sLinkedSetId }}',
'{{ oUIBlock.sClass }}',
'{{ oUIBlock.sAttCode }}',
'{{ oUIBlock.iInputId }}',
'{{ oUIBlock.sNameSuffix }}',
{{ oUIBlock.bDuplicates }},
{{ oUIBlock.oWizHelper }},
'{{ oUIBlock.sExtKeyToRemote }}',
{{ oUIBlock.bJSDoSearch }}
);
oWidget{{ oUIBlock.iInputId }}.Init();
{% endapply %}