TYPO3 Logo
SAV Library Kickstarter
Release: main

Loading data.

  • Introduction
  • Configuration
  • Users Manual
    • Kickstarter Menu
      • Extension Configuration
      • Documentation Configuration
      • New Tables
      • Existing Tables
      • Views
      • Queries
      • Forms
    • Upgrading Previously Generated Extensions
    • Copying an Extension
    • Managing Extension Versions
  • Tutorial
    • Generating Extensions for SAV Library Plus or SAV Libray Mvc
    • Kickstarting Extensions for Extbase/Fluid
  • Reference
    • Checkbox: Simple Checkbox
    • Checkboxes: Several Checkboxes
    • Date
    • Date and Time
    • Files and Images
    • Functions
    • General Attributes
    • Graph
    • Link
    • Numeric
    • Radio Buttons
    • Relation 1:n (Selectorbox) or Relation n:n (Double Selectorbox)
    • Relation n:n (subform)
    • Rich Text Editor
    • Selectorbox
    • Show Only
    • String
    • Textarea
  • Sponsors and Credits
  • Changelog

PAGE CONTENTS

  • Link
    • fieldLink
    • fieldMessage
    • generateRTF
    • generateRTFButtonIf
    • link
    • message
    • saveFileRTF
    • tableName.fieldName
    • templateRTF
  1. Start
  2. Reference
  3. Link
View source How to edit Edit on GitHub

Display settings


Color scheme of code blocks:


Link¶

Property

Data type

Default

Plus

Mvc

fieldLink

Field name

Yes

Yes

fieldMessage

Field name

Yes

Yes

generateRTF

Boolean

0

Yes

No

generateRTFButtonIf

String

Yes

No

link

String

Yes

Yes

message

String

Yes

Yes

saveFileRTF

String

Yes

No

tableName.fieldName

String

Yes

No

templateRTF

String

Yes

No

fieldLink¶

Property

fieldLink

Data type

Field name

Description

Sets the attribute link with the content of the field whose name is given by fieldName.

fieldMessage¶

Property

fieldMessage

Data type

fieldName

Description

Sets the attribute message with the content of the field whose name is given by fieldName.

generateRTF¶

Property

generateRTF

Data type

Boolean

Description

Sets the RTF generator.

Default

0

generateRTFButtonIf¶

Property

generateRTFButtonIf

Data type

String

Description

If the condition is true, the button to generate the RTF is displayed. (see cutIf (showIf, requiredIf, queryIf, reqValueIf, editIf, valueIf) for details on the condition).

link¶

Property

link

Data type

String

Description

The string will be used for the link instead of the field value.

message¶

Property

message

Data type

String

Description

Message associated with the link.

saveFileRTF¶

Property

saveFileRTF

Data type

String

Description

Name under which the generated file will be saved. Field markers ###tableName.fieldName### or ###fieldName### (for aliases) can be used.

tableName.fieldName¶

Property

tableName.fieldName

Data type

String

Description

String can be string1->string2 or NL-> string2

In a RTF document, if the field marker ###tableName.fieldName### exists string1 will be replaced by string2 where string1 can be NL (for the ASCII character LF).

It may be useful when one wants to input data in a textarea and display them in one line with a given separator in the file.

templateRTF¶

Property

templateRTF

Data type

String

Description

Defines the template to be used by the RTF generator. Field markers ###tableName.fieldName### or ###fieldName### (for aliases) can be used.

  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Mar 21, 2023 15:51

Last rendered: Mar 21, 2023 15:51

  • TYPO3 Theme 4.7.9
  • DRC v3.0.dev30
© Copyright since 1999 by the Laurent Foulloy
  • Legal Notice
  • Privacy Policy
  • Code of Conduct