Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Newbie: how to create a tabular body in a dialog
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ceving  
View profile  
 More options Feb 29 2012, 11:03 am
From: ceving <cev...@gmail.com>
Date: Wed, 29 Feb 2012 08:03:21 -0800 (PST)
Local: Wed, Feb 29 2012 11:03 am
Subject: [Dojo-interest] Newbie: how to create a tabular body in a dialog
I am new to Dojo. I would like to create a login window. This is what I have
so far:

require
(
    ["dijit/Dialog", "dijit/form/Button", "dijit/form/TextBox",
"dojo/domReady!"],
    function (Dialog, Button, TextBox)
    {
        var login = new Dialog ({
            id: "login-window",
            title: "Authentication",
            content: new Button ({
                label: "Sign in",
                onClick: function () { login.hide(); }})
        });
        login.show ();
    }
);

Now I am wondering how to create a tabular layout with two input fields for
user name an password the dialog box. I read a bit about dojo.layout but I
am not sure if it is the right way.

Can anybody help me with a snippet how to create a tabular content in the
dialog box?

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Newbie-how-to-create-a-tabula...
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-inter...@mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »