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

etc.def.as.as-datadef-layout.xml Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
  <module name="ASLayoutData">
    <listener class="net.anotheria.anosite.cms.listener.CRUDLogListener"/>
  	<document name="PageStyle">
		<property name="name" type="string"/>
		<property name="css" type="text"/>
		<property type="text" name="description"/>
  	</document>
	<document name="PageLayout">
		<property type="string" name="name"/>
		<property type="string" name="layoutpage"/>
		<link name="style" type="single" target="ASLayoutData.PageStyle"/>
		<property type="text" name="description"/>
	</document> 
   </module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy