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

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

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

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

Для системных кнопок корневой элемент formcomponentДля кастомных кнопок корневой элемент formcomponentsectioncomponent. 
Параметр button. Пространство имен: <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 schema-ref="{schema name}" id="{id}">
	
  		<!-- system button -->
		<component>
			<button name="{name}">
				<properties>
					<hide>
						<negative-condition-ref ref="read"/>
					</hide>
				</properties>
				<hint-pop-up>{hint}</hint-pop-up>
				<action>
					<system name="http://intertrust.ru/cmj/relations#copy"/>
				</action>
			</button>
		</component>

		<!-- custom button -->
		<section id="RootMenu">
			<component>
				<section id="{id}" name="{name}">
					<component>
						<button name="{name}">
							<action>
								<custom>
									<operation>
										<handler-ref ref="{operation name}"/>
									</operation>
								</custom>
							</action>
						</button>
					</component>
				</section>
			</component>
		</section>
	</form>
</ui>	

attributes

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

properties

ПараметрыОписание
Статус

В РАБОТЕ

КомментарийЦвета https://conf.inttrust.ru:8443/pages/viewpage.action?pageId=163677011

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

  • Нет меток