source: trunk/examples/zoo/cloud/tool.xml @ 1587

Last change on this file since 1587 was 1587, checked in by dkearney, 15 years ago

removing tabs from files and removing output sections from the tool.xml's in zoo examples.
tool.xml's should not include output sections, it is confusing and inefficient for users learning
to use rappture.

File size: 822 bytes
Line 
1<?xml version="1.0"?>
2<run>
3<tool>
4  <title>cloud</title>
5  <about>Example of a Rappture &lt;cloud&gt; object.
6
7Clouds are a collection of mesh points over which a &lt;field&gt; is defined.
8
9When you click the Simulate button, the inputs will be used to generate output clouds.
10  </about>
11  <command>
12    tclsh @tool/cloud.tcl @driver
13  </command>
14</tool>
15<input>
16  <string id="formula">
17    <about>
18      <label>Formula</label>
19      <description>Formula used to calculate the value of the field.</description>
20      <hints>Example:  2*x*y + z</hints>
21    </about>
22    <default>x*y*z</default>
23  </string>
24  <integer id="npts">
25    <about>
26      <label>Number of Points</label>
27      <description>Number of points generated for the cloud.</description>
28    </about>
29    <default>20</default>
30  </integer>
31</input>
32</run>
Note: See TracBrowser for help on using the repository browser.