Дерево страниц
Skip to end of metadata
Go to start of metadata

Вы просматриваете старую версию данной страницы. Смотрите текущую версию.

Сравнить с текущим просмотр истории страницы

« Предыдущий Версия 5 Следующий »

Корневой элемент form. Параметр component. Пространсто имен: <ui xmlns="http://www.intertrust.ru/schema/palette/tn-ui">

Краткое описание

Структура XML
<?xml version='1.0' encoding='UTF-8'?>
<ui xmlns="http://www.intertrust.ru/schema/palette/tn-ui">
    <form id="{id}" schema-ref="{schema name}" showtabs="true" projection="default">

	 	<!-- Компоненты: Секции\Поля -->
        <component>
		  
			<!-- System action -->
	 		<button name="{name}"/>    

			<!-- Custom action/RootMenu -->
			<section id = "RootMenu">
				<component>
				 	<button name="{name}"/>	
					
					<!-- Submenu -->
					<section id = "{id}" name = "{name}">
						<component>
							<button name = "{name}"/>
					 	</component>
					</section>
				</component>
			</section >      

			<!-- Header -->
			<section id = "Header">
				<component>
      				<field  attribute-ref = "{name schema property}" name = "{name}"/> 
				</component>
			</section>

		 	<!-- Custom section -->
            <section id = "{id}" name = "{name}">
				<component>
					<field   attribute-ref = "{name schema property}" name = "{name}"/>
				 	<!--custom button-->
				  	<button name="{name}"/>
					<section id = "{id}" name = "{name}">
						<component>
							<field  attribute-ref = "{name schema property}" name = "{name}"/>
					 	</component>
					</section>
				</component>
			</section>

   			<!-- System section -->
		 	<section id="History" name="${ui.form.RkkResourceInputForm.section.History.name:История}"/>

        </component>
    </form>
</ui>

attributes

ПараметрыОписание
ПараметрыОписание
КомпонентыОписание

system action

Системные действия

custom action/RootMenu

Кастомные действия

header

Реквизиты шапки документа

custom section

Кастомные секции

system section

Системные секции. К таким секциям относятся "История", "Связи"
Статус

ЧЕРНОВИК

Комментарий

Теги и атрибуты:

  • Нет меток