Insert custom text in output HTML code.
Obj.dbTextHolder = "Name1=Any Text | Name2=Any Text |...."
| Name | Location |
|---|---|
| Title | First line of title (different styles in different skin) |
| SubTitle | Second line (different styles in different skin) |
| Header | Main Title for Display |
| Nav1 | Before Display Buttons, after <FORM> |
| Nav2 | After Display Buttons, before </FORM> |
| FilterTitle | Title for Filter |
| DH1 | Before Dual Horiz Grid |
| DualTitle | Title for Dual modes |
| GridTitle | Title for Grid Mode |
| G1 | Below GridTitle |
| G2 | After Grid; Before </FORM> |
| G3 | After Grid; After </FORM>. Use this to customize the entire navigation bar (remember to set Ni=none). |
| TG1 | Before Transparent grid. |
| AddTitle | Title for Add |
| UpdateTitle | Title for Update |
| EditTitle | Title for Edit |
| GH1 | After <Table..> - for header customization. Should disable header using Header=false if want 100% customization rather than adding on to the top. |
| BD | Inside <Body ..> .dbTextHolder = "BD=OnLoad=document.forms[0].elements[0].focus()" |
| FHBT | Form Header Before <TABLE..> Use this to customize around Form header |
| FHAT | Form Header After <TABLE...> Use this to customize around Form header |
| Edit1 | This is an insertion point for user custom buttons added to the standard Edit button after the 'Help' button. The format is non-negotiable. You need to prepare 2 images for mouseover and mouseout. Mouseout is the same as src image. If the imagename is MyImage.Gif then the counter part for mouseover must be on_MyImage.gif. Fill in the blank for the blue text and look at the example. If you need to have more than one button just append one to the other. dim MyeditBut as string = "<A HREF='action'><IMG onmouseover=""Hover(this,'path/on_imagename');"" onmouseout = ""Hover(this,'path/imagename');"" src='path/imagename' alt='alt_text'></A> dbTextHolder="Edit1=" & MyEditBut Example: Insert a button to popup a help file - .dbTextHolder = "edit1=<A HREF='#' onclick=""window.open('/tornado/templates/SuperBar-instructions.htm', 'Help_Window', 'width=320, height=310, left=200, top=200, directories=no,menubar=no,toolbar=no,status=no')""><IMG onmouseover=""Hover(this,'/tornado/css/RC/watch/on_help.gif');"" onmouseout = ""Hover(this,'/tornado/css/RC/watch/help.gif');"" src='/tornado/css/RC/watch/help.gif' width=37 height=32 border='0' name=help alt='Help'></A>" |
| DownloadTitle | Excel directly Download title (specify this in dbDownloadParams - .id6 only) |
| UP1 | Upload - After title if any and before <Form> Tag |
| UP2 | Upload - After <Form> Tag |
| UP3 | Upload - After input table and Before </Form> Tag |
| UP4 | Upload - After </Form> Tag |
| UP5 | Upload - After last <TR> before </Table> Tag. Add to bottom of table. |
See Special Topic - TextHolder
z Class | Tornado Namespace | Special Topic - TextHolder