Presentation: SmartTools Views

SmartTools allows different types of components.

One specific type of component is the document. You can have different views of document, made by different XSL tranformations. Also, there is specific functionnalities to these views of a document: selection and modification synchronisation.

Default Lml file for Absynt component

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE view SYSTEM "file:resources/lml.dtd">
<set title="Absynt Set">
	<view title="[filename]" behavior="resources:absynt/resources/behaviors/absynt-behaviors.bhv"
		viewType="fr.smarttools.core.view.GdocView" docRef="[filename]"
		styleSheet="resources:absynt/resources/css/absynt-styles.css"
		transform="resources:fr/smarttools/core/view/resources/xsl/navigator.xsl" />
</set>
		

Last modified: $Date: 2008-08-12 14:49:12 +0200 (Tue, 12 Aug 2008) $