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} permission types (only one character per operation!!!!) (array delimited by comma, default: R,W)
  • dirsource {String} optional, path to a data-source or NEW: id|name,id|name
  • empty {String} optional, adds a text into the empty permissions
  • 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)
  • autoremove {Boolean} optional, it automatically removes non-existent permissions (default: true)
  • autoexclude {Boolean} optional, it excludes the used permissions from the dirsource (default: true)
  • NEW: exec {String} optional, it executes a method (path.to.method) when the user changes the value

Source:

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

Input & Output:

['R123456', 'W123456', 'W654321']

Author