All Downloads are FREE. Search and download functionalities are using the official Maven repository.

etc.def.as.as-viewdef-ano-access-application-data.xml Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
<view name="AnoAccessApplicationData" title="Ano-Access Data" requiredroles="admin,developer,editor">
	<sections>
		<section title="User Data" type="module">
			<module>AnoAccessApplicationData</module>
			<document>UserData</document>
			<filter name="AZ" field="userId" />
			<elements>
				<element type="field" name="id" comparable="true">
					<decorator name="idToA">
						<rule>3</rule>
					</decorator>
				</element>
				<element type="field" name="userId" comparable="default">
					<decorator name="editLink" />
				</element>
				<element type="field" name="roles" />
				<element type="function" name="edit" />
				<element type="function" name="deleteWithConfirmation" />
				<element type="function" name="lock" />
				<element type="function" name="unlock" />
				<element type="function" name="version" />
			</elements>
			<dialog name="Edit" title="Edit User Data">
				<elements>
					<element type="empty" />
					<element type="field" name="id" readonly="true" />
					<element type="field" name="userId" />
					<element type="field" name="roles" />
					<element type="empty" />
					<element type="list">
						<element type="function" name="updateAndClose" />
						<element type="function" name="updateAndStay" />
						<element type="function" name="cancel" />
						<element type="function" name="lock" />
						<element type="function" name="unlock" />
					</element>
				</elements>
			</dialog>
		</section>
	</sections>
</view>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy