TYPO3 Logo
99° Helpers for Typo3
Release: 1.2

Loading data.

  • Introduction
  • Installation
  • Screenshots
  • Use Cases & Examples
  • Side-by-Side
  • Helpers Index
    • Arrays
    • BackendUser
    • Cache
    • Content
    • Convert
    • Db
    • Dom
    • Encrypt
    • Environment
    • Errors
    • Fal
    • File
    • Flexform
    • FrontendUser
    • FrontendUserAuthentication
    • Geo
    • Http
    • LL
    • Log
    • Mail
    • Message
    • Obj
    • Page
    • Registry
    • Request
    • Settings
    • Slug
    • Storage
    • SysCategory
    • TCA
    • Template
    • Tsfe
    • TypoScript
    • Video
  • ViewHelpers Index
    • abstract
    • abstractTagBased
    • content.column
    • content.columnData
    • contentElement
    • die
    • encrypt.hash
    • file.absPath
    • file.exists
    • flashMessages
    • format.attrEncode
    • format.code
    • format.htmlToSphinx
    • format.jsonEncode
    • format.replace
    • frontendUser.get
    • link.deleteRecord
    • link.editRecord
    • link.hideRecord
    • link.modifyRecord
    • page.data
    • page.title
    • parse.flexForm
    • parse.json
    • parse.markdown
    • translate
    • ts.constants
    • ts.extConf
    • ts.page
    • ts.setup
    • uniqid
    • uri.page
    • video.embedUrl
    • widget.accordion
  • Additional Classes
    • AnnotationHelper
    • DocumentationHelper
    • JsonHelper
    • MarkdownHelper
    • TranslationHelper
  • Known Problems
  • Change log
  • Sitemap

PAGE CONTENTS

  • link.modifyRecord
    • Description
      • <nnt3:link.modifyRecord />
  1. Start
  2. ViewHelpers Index
  3. link.modifyRecord
View source How to edit Edit on GitHub

link.modifyRecord¶

Description¶

<nnt3:link.modifyRecord />¶

Generate link to &change specific fields of a record in a backend module.

Examples: Set the “locked” field to 1

<nnt3:link.modifyRecord update="{locked:1}" uid="{item.uid}" table="tx_myext_domain_model_entry">
    <i class="fas fa-eye"></i>
</nnt3:link.modifyRecord>
  • Previous
  • Next
  • Contact
  • Issues
  • Repository

Last updated: Sep 23, 2021 19:31

Last rendered: Sep 23, 2021 19:38

TYPO3 Theme 4.6.2

© Copyright by 99°
  • Legal Notice
  • Privacy Policy