• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Lockrow Element Plugin

  • Views Views: 2,475
  • Last updated Last updated:

Navigation

      Access element (+)
      Birthday element
      Button element
      Calculation element
      Captcha element
      Checkbox element
      Colour Picker element
      Count element (+)
      Database join element
      Date element
      Digg element
      Display text element
      Dropdown element
      Facebook Like element
      Field element
      File Upload element
      Folder element
      Google Map element
      Image element
         Image databese join
      Internal id element
      IP element
      J!Date element
      Kaltura element
      Link element
      Notes element
      OpenStreetMap element
      Picklist element
      Radio Button element
      Rating element
      Sequence element
      Slider element
      Tags element
      Textarea element
      Thumbs element
      Time element
      Timer element
      Timestamp element
      Total element
      User element
      User group element
      Video element
      View level element
      YesNo element
      Youtube element
      Akismet validation
      Is Email validation
      Is Not validation
      Is Numeric validation
      Not empty validation
      PHP validation
      Rsa id
  • The Lockrow Element Plugin can be used to lock list rows while somebody is editing the row. Depending on the Options the row will be unlocked when submitted, will be unlocked for a period of time if submission is not performed.

    Dependencies:
    Default:
    • While there is a Default field in the settings, it is not used at this time.
    Options:

    lockrow_element_options.png


    • Lock TTL:
      • Time to Live, in minutes. This setting is used if a user edits a record but never submits it. If a record is locked because it is being edited and not submitted, it will remain locked for this period of time at which point it will be unlocked. This is useful is the user edits a row, but never submits the form. If "Allow User Unlock" is enabled (see below) the record can also be unlocked by clicking on the lock icon in the list view.
      • There is no provision for 'infinite lock.'
    • Allow User Unlock:
      • Yes: The user who created the lock (by editing the row) can unlock the record by clicking on the lock icon in the list view.
      • No: The record will remain locked till TTL expires.
    • Allow Re-Edit: Allow the lock owner of a locked record to edit the record.
      • Yes: Means a user can open multiple Forms to edit the same record, and can submit any or all of them (potentially overwriting changes), subject to the TTL's
      • Exclusive: Means that the user can open a second or subsequent form on the same record, but only the last one opened can be submitted.
      • No: Means that if a user ha a lock on the row, they will not be able to open it for editing, they will have to first unlock it (either by submitting an open form, unlocking in list view or waiting for TTL to expire).
    • Show Icon if Read Only:
      • Yes: If the row is not editable show the Lock Icon
      • No: Don't show the lock icon.
    • Locked Icon: Name of the icon used for locked. If blank it defaults to "lock" which is a locked padlock
    • Unlocked Icon: Name of the icon used for unlocked. If blank it defaults to "unlock" which is an open padlock.
Back
Top