Author: jablko
Date: Thu Oct 21 22:38:03 2010
New Revision: 8373

Log:
Use CSS

Modified:
   trunk/js/dialog.js

Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js  Thu Oct 21 22:19:56 2010        (r8372)
+++ trunk/js/dialog.js  Thu Oct 21 22:38:03 2010        (r8373)
@@ -64,7 +64,7 @@
           + '  <div class="hd">'
           + '    ' + this.label
           + '  </div><div class="bd">'
-          + '    <form action="" method="post" style="border: none"/>'
+          + '    <form/>'
           + '  </div>'
           + '</div>').appendTo('body');
 
@@ -115,14 +115,10 @@
         this.yuiDialog = new YAHOO.widget.Dialog($yuiDialogWrapper[0], {
           buttons: [{ text: 'Submit', handler: handleYuiSubmit, isDefault: 
true },
             { text: 'Cancel', handler: handleYuiCancel }],
-          constraintoviewport: true,
-          draggable: true,
           fixedcenter: true,
           modal: true,
           postmethod: 'none',
-          visible: false,
-          width: '480px',
-          zIndex: '100' });
+          visible: false });
 
         this.yuiDialog.cfg.queueProperty('keylisteners', new 
YAHOO.util.KeyListener(document, { keys: 27 }, {
           fn: handleYuiCancel,

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to