Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.       E.create(
  2.         {
  3.           Panel: {
  4.             title: "Login",
  5.             id:"login",
  6.             Fields:{
  7.               username:{
  8.                 type:"input",
  9.                 length:10,
  10.                 title: "Benutzer:"
  11.               },
  12.               password:{
  13.                 type:"password",
  14.                 length:10,
  15.                 title: "Passwort:"
  16.               }
  17.             }
  18.           }
  19.          
  20.         }
  21.       );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement