PHP Classes

File: web/bundles/Raptor/js/rpt-jQuery.js

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/Raptor/js/rpt-jQuery.js   Download  
File: web/bundles/Raptor/js/rpt-jQuery.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 547 bytes
 

Contents

Class file image Download
if($){ Rpt={ controlActions: function() { var actions = Raptor.getActions(); if (actions != false) { var actionsSize = actions.length; var selector = new Array(); for (var i = 0; i < actionsSize; i++) { selector.push("[privilegeName='" + actions[i] + "'] "); } var sel=selector.join(','); $(sel).show(); } } } }