
 |
 |
WebGroove is no longer supported. These docs are reference only. |
|

|

Detail Tag
Each record returned by a SQL statement may be displayed according to a detail block.
The detail may contain standard HTML code, variable references, or other commands. Think of a detail block as a "form letter" template for each row in a SQL result set.
 Example
<detail name=test>
 |
Name: {test:name}<br>
Phone: {test:phone}<br>
|
</detail>
 Syntax
This is a tag pair with a required name attribute.

| Attributes |
| name= |
You must specify a name for every detail block.
|
 Remember
Your SQL tag must refer to a detail block by name to use it! Also, you must declare a detail block before the SQL block that uses it.
 See Also
 Sql Tag
 Up To
 Agent Tags
 Complete Tag Reference
 WebGroove® is a registered trademark of Creativision Publishing Corporation
|
 |
|

|