mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°2737 - RenderBlockTemplate enhancement, uilinkswidget UIBlock refactor
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user