![]() | clearString neatComponents
|
|
![]() | clearString neatComponents
|
| |
Defining Links in fields |
![]() | ||
![]() | Data Integration | ![]() |
Defining Links in fields |
![]() | ![]() |
Any field in the Query's resultset can be made into a Link.
There are two events which can trigger a link.
Links are normally defined using the On-click event, with the On-mouseover event being used for ajax transitions.
A Link in a Query can target a range of destinations:
You can specify whether the link should open in the Current Window, or in a New Window (except for Ajax transitions, which inherently affect the current window)
Parameters are normally specified using the Link Parameters tab, but the option is also provided to manually specify extra parameters. This is most useful when linking to external sites.
Used to specify the location with the target page which should be brought into view.
When used to link to pages on the same site, links in Queries can also carry with them extra information, known as Parameters, which are used to affect the display of the destination page. Typically this is used to allow the destination page to provide information related to the particular record that was clicked on.
Parameters are normally the 'Record ID's of the Forms or feeds making up the Query. (For database aficionados, a Record ID is equivalent to the Primary Key in a Table)
There are two modes of parameter selection, automatic, and custom:
Automatic parameter selection
This includes the Record ID and User ID for each table involved in the Query.
A Record ID is a unique number identifying a record in a table.
A User ID is a unique number identifying the owner of a record.Custom parameter selection
This allows you to select which parameters should be included.
When a page is called with parameters in the link, they appear as a querystring at the end of the URL. By default, any embedded Query (an 'embed') on the page will restrict its output to records matching those parameters, assuming the parameters are relevant to the information it is showing.
However in some cases you may want the embed to ignore the parameters, and show all records (or a selection of records chosen by some other criteria) in which case you can uncheck the Parent parameters checkbox in the embed dialog.
|