Files
iTop/templates/base/layouts/activity-panel/caselog-entry-form/layout.ready.js.twig
2024-04-15 12:53:21 +02:00

7 lines
307 B
Twig

$('#{{ oUIBlock.GetId() }}').caselog_entry_form({
object_class: '{{ oUIBlock.GetObjectClass() }}',
object_id: '{{ oUIBlock.GetObjectId() }}',
attribute_code: '{{ oUIBlock.GetAttCode() }}',
submit_mode: '{{ oUIBlock.GetSubmitMode() }}',
text_input_id: '{{ oUIBlock.GetTextInput().GetId()}}'
});