PHP Classes

File: assets/js/login_js.js

Recommend this page to a friend!
  Classes of Roni   EZ PHP RBAC   assets/js/login_js.js   Download  
File: assets/js/login_js.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EZ PHP RBAC
Manages the accesses features by users and roles
Author: By
Last change:
Date: 2 years ago
Size: 361 bytes
 

Contents

Class file image Download
display = { login:function () { document.getElementById('log_in_div').style.display = ''; document.getElementById('get_password_div').style.display = 'none'; }, password:function () { document.getElementById('log_in_div').style.display = 'none'; document.getElementById('get_password_div').style.display = ''; } }