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

org.cfeclipse.cfml.dictionary.layouts.cfloop.xml Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<dialog>

<tab name="General">
	
	<field name="index"/>
	
</tab>

<tab name="Index">
	
	<field name="from"/>
	
	<field name="to"/>
	
	<field name="step"/>
	
</tab>

<tab name="Conditional">
	
	<field name="condition"/>
	
</tab>

<tab name="Query">
	
	<field name="query"/>
	
	<field name="startrow"/>
	
	<field name="endrow"/>
	
</tab>

<tab name="List">
	
	<field name="list"/>
	
	<field name="delimiters"/>
	
</tab>

<tab name="Collection">
	
	<field name="collection"/>
	
	<field name="item"/>
	
</tab>

</dialog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy