Implementována verze DB a převod DB.
Nové DB mají délku nastavenou anotací. ZUL soubory jsou omezeny atributem maxlength. closes #186
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
viewModel="@id('vmOpt') @init('info.bukova.isspst.ui.reporting.ColSelectVM')">
|
||||
<caption label="${labels.ReportOptions}"></caption>
|
||||
<hbox>
|
||||
<label value="${labels.ReportTitle}"/> <textbox value="@bind(vmOpt.reportDefinition.reportTitle)"/>
|
||||
<label value="${labels.ReportTitle}"/>
|
||||
<textbox
|
||||
value="@bind(vmOpt.reportDefinition.reportTitle)"
|
||||
maxlength="@load(vm.lengthText)" />
|
||||
</hbox>
|
||||
<vbox children="@load(vmOpt.columns.checks)">
|
||||
<template name="children">
|
||||
|
||||
Reference in New Issue
Block a user