Replace internal system 'Add' mode template.
dbQP Abbr: at
Version: EP, Gold
Namespace:
TornadoVersion: EP, Gold
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbAddTemplate { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbAddTemplate As String |
Field Value
MyDb.dbAddTemplate = Inline HTML code | File Template| Keyword | Description |
|---|---|
| Inline HTML code | From Property |
| File Template | From File |
Remarks
Replacement HTML code can be from property or file
Default system template = <center>[[NormalAdd]]</center>
Examples
From File - MyDb.dbAddTemplate = "File=/tornado/templates/eg_AddForm.html" From Property - MyDb.dbAddTemplate = "<h2>My Grid Add template</h2><p>[[NormalAdd]]<BR>[[GridNav]]</BR></p>"