Web Component: j-Permissions


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-Permissions

    • jComponent v19|v20

Configuration:

  • placeholder {String} a placeholder for j-Directory component (default: Search)
  • types {String} types of permission (array delimited by comma, default: R,RW)
  • dirsource {String} optional, path to a data-source or NEW: id|name,id|name
  • disabled {Boolean} optional, disables this component
  • default {String} default value of type (default: R)
  • dirraw {Boolean} optional, disables HTML encoding for text in j-Directory (default: false)
  • NEW: autoremove {Boolean} optional, it automatically removes non-existent permissions (default: true)
  • NEW: autoexclude {Boolean} optional, it excludes the used permissions from the dirsource (default: true)

Source:

[
    {
        id: "123456",
        name: 'Peter'
    },
    {
        id: "654321",
        name: 'John'
    }
]

Input & Output:

['R|123456', 'RW|654321']

Author