2nd preview

This commit is contained in:
Paolo
2017-05-10 09:54:23 +02:00
parent e143aa8815
commit f092867602
4 changed files with 31 additions and 3 deletions
+13
View File
@@ -2,6 +2,19 @@
<body>
<div>
<?php
echo $this->widgetlib->UDFWidget(
array(
UDFWidgetTpl::SCHEMA_ARG_NAME => 'public',
UDFWidgetTpl::TABLE_ARG_NAME => 'tbl_person',
UDFWidgetTpl::FIELD_ARG_NAME => 'schuhgroesse',
DropdownWidget::SELECTED_ELEMENT => $udfs['schuhgroesse']
),
array('name' => 'schuhgroesseName', 'id' => 'schuhgroesseId')
);
?>
</div>
<br/>
<br/>