Replace internal system 'Add' mode template.

dbQP Abbr: at
Version: EP, Gold

Namespace:  Tornado
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
KeywordDescription
Inline HTML code From Property
File TemplateFrom File

Remarks

Replacement HTML code can be from property or file

Default system template = <center>[[NormalAdd]]</center>

Examples

CopyC#
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>"

See Also