SuperBar is an implementation of fancy navigation, goto, and search functions. Type=1 has only the navigation and Type=2 includes the SuperGoto functions (See Startupgoto for more details). Super bar will adjust the color automatically according to dbSkin. Superbar is equivalent to the navigation and it can be positioned anywhere. It's object reference is also [[GridNav]]. A special implementation for Alphabetic A-Z type search via the dbSuperGotoFld property. This is especially useful for a sorted column that user can goto the record of a preferred prefix.
Obj.dbSuperbar = "Type|GotoWidth|GotoFld|GotoStatus"
| Keyword | Description |
|---|---|
| Type | SuperBar type
|
| GotoWidth | Width of the INPUT element for SuperGotoFld. Def=15. |
| GotoFld | SuperGotoFld is the field ordinal or name whihc the value of the field will be search to match. |
| GotoStatus | SuperBar goto Status assist text. System or User. Def = " | " + field_description + "=? (?=prefix)" |
.dbSuperBar = "type=4| gotowidth=20" .dbDualTemplate = "<center><table><tr><td>[[GridNav]]</td><td><table><td>[[Grid]]</td><td>[[Form]]</td></tr></table> </td></tr></table></center>" .dbSuperBar = "type=5" .dbDualTemplate = "<center><table><tr><td><table><td>[[Grid]]</td><td>[[Form]]</td></tr></table> </td></tr></table><P>[[GridNav]]</center>"
z Class | Tornado Namespace | dbStartUpGoto