ILinkBack
From FiFormsWiki
class iLinkBack extends iLink
An iLink object specifically for linking a form to itself; only visible in sheet view.
Contents |
Properties
Properties inherited from iLink: $contents $itype $openIn
Properties inherited from iInput: $caption $currentRec $dbField $error $errorMsg $formatStr $formatStrRO $otherTags $readOnly $section $value $valueToSave
Method Detail
Methods inherited from iLink
- iLink
Methods inherited from iInput
- checkRO
- drawInput
- getValueToSave
- hide
- iInput
- throwError
iLinkBack
Generates a new iLinkBack object
Syntax: iLinkBack()
Syntax: iLinkBack($dbField,$caption,$openIn,$windowOptions,$itype,$contents)
Parameters
$dbField - Base URI of this form. If not given, this is determined automatically
$caption - Title above or beside link. Default is "View".
$openIn - Name of window to open in.
$windowOptions - Options for opening a new window using JavaScript window.open().
$itype - Link type. If this is set to button, outputs a button; otherwise, outputs a normal link.
$contents - The actual text of the link, if different from $caption
Returns
a new iLinkBack object

