Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. var protoTree = {
  2. expander: {
  3. type: "cspace.permissions.expander",
  4. controlledBy: "recordList",
  5. permissions: currentUserPerms.permissions,
  6. operations: ["create", "read", "update", "delete", "list"],
  7. method: "OR",
  8. tree: {
  9. someField: {
  10. optionlist: "{model}",
  11. optionnames: "{model}",
  12. expander: {
  13. type: "fluid.expander.noexpand",
  14. tree: {
  15. selection: "${selection}"
  16. }
  17. }
  18. }
  19. }
  20. }
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement