Guest User

Untitled

a guest
May 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var formDlg = new xwt.widget.layout.Dialog({
  2. title: DialogTitle + " Selection",
  3. defaultButtonLabel: "Cancel",
  4. "class": "frmdes",
  5. "id": "frmdlgpop",
  6. style: "width:70%!important;"
  7. });
  8.  
  9. formDlg.startup();
Add Comment
Please, Sign In to add comment