The dba Library, Special Topics
Field Display Tagsheitml Field Display Tags can be used within the TABLE view as well as within the FORM view. They are used to show the contents of a record field, either as normal HTML or as an input field of a form. Which one is used is chosen automatically depending on the environment and action specified. dba currently supports the following Field Display tags:
Interfacing with dba PagesA dba page is driven by an action. Actions are passed in the URL as fields with the same name. An action is active if the corresponding field has a non-null value. For example: to call a page with action first, add ?first=t to the page. Besides the action, a key designating a certain record is passed to a page in all fields named k.Fieldname. Therefore, if you have a dba page showing a relation with the key lastname, calling the page with ?display=t&k.lastname=Emmelmann will display the record with key value Emmelmann. Using dba Tags on database tablesThe dba application requires each database relation to have an unique key. It accesses the relation using SQL SELECT statements designed for direct access via an index on the key fields. Selected blog articles : 3D Objects on HTML pages, CSS Transition Visibility, and CSS Transition Display. © 1996-2025 H.E.I. All Rights Reserved. |
![]() |