Files
adanar/app/xml-unique/mnequest.xml

60 lines
1.2 KiB
XML
Raw Normal View History

2023-08-05 11:59:48 +03:00
<?xml version="1.0" encoding="UTF8"?>
<items>
<main>
<table>mnenie_quest</table>
<order>mne_quest_id DESC</order>
<increment>mne_quest_id</increment>
<title>Мнение: вопросы </title>
</main>
<item>
<column>mne_quest_id</column>
<title>Номер</title>
<type>increment</type>
<view>
<table>False</table>
<form>False</form>
</view>
<hint>Порядковый номер</hint>
</item>
<item>
<column>quest</column>
<title>Вопрос</title>
<type>text</type>
<col>60</col>
<validate>
<type>notnull</type>
<critic>True</critic>
</validate>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>вопрос</hint>
</item>
<item>
<column>publact</column>
<title>Актив</title>
<type>checkbox</type>
<col>60</col>
<view>
<table>True</table>
<form>True</form>
</view>
<hint>Сделать активным</hint>
</item>
<item>
<column>date_insert</column>
<title>Добавлено</title>
<type>date</type>
<col>60</col>
- <validate>
<type>mysqldate</type>
<critic>True</critic>
</validate>
- <view>
<table>True</table>
<form>True</form>
</view>
<hint>Дата создания вопроса</hint>
</item>
</items>