X4 Produktdokumentation

Action "LogoutAction"

The action LogoutAction is created with the element <LogoutAction> und logs out of the Web App. The Web App page is reloaded.  

For the LogOut action the standard attributes for Actions can be defined.

Example

XML
<DetailComponent>
	<FlowLayout>
		<TextBox value="#TEST"/>
		<Button>
			<LogoutAction process="logout.wrf"/>
		</Button>
	</FlowLayout>
</DetailComponent>