Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7931055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:36:43+00:00 2026-06-03T20:36:43+00:00

I have a json as follow; var jsonRoles = {roles: [ {roleId: 1, roleName:

  • 0

I have a json as follow;

var jsonRoles = {"roles": [
                            {"roleId": 1, "roleName": "Admin", "roleDesc": "This is an Admin"},
                            {"roleId": 2, "roleName": "Manager", "roleDesc": "This is a Manager role"},
                            {"roleId": 3, "roleName": "User", "roleDesc": "This is a user role"}
                        ]
                    };

I want to insert the data in the dnd source programitacally, something like this;

var rolesItems = new Source("roleNode", { accept: [ "roleName"] });
            rolesItems .insertNodes(false, [
                { data: "Admin",     type: [ "roleName" ] },
                { data: "Manager",   type: [ "roleName" ] },
                { data: "User",      type: [ "roleName" ] }
            ]);
            rolesItems .forInItems(function(item, id, map){
                domClass.add(id, item.type[0]);
            });

How can I perform the task? Any idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T20:36:45+00:00Added an answer on June 3, 2026 at 8:36 pm

    I figured it out how to solve it. Below is the solution if some one interested;

    //Json
    var jsonRoles = {"roles": [
                      {"roleId": 1, "roleName": "Admin", "roleDesc": "This is an Admin"},
                      {"roleId": 2, "roleName": "Manager", "roleDesc": "This is a Manager role"},
                      {"roleId": 3, "roleName": "User", "roleDesc": "This is a user role"}
                     ]
                   };
    
    //Array for Roles
    var roles_len = jsonRoles.roles.length;
    var arr_roles = [];
    var role_type = ["roles"];
    for(var i=0;i<roles_len;i++){
       var obj_roles = {};
       obj_roles["data"] = jsonRoles.roles[i].roleName;
       obj_roles["type"] = [role_type[0]];
       arr_roles.push(obj_roles);
    }
    
    //Source Container (for dojo 1.6, for dojo 1.7 its different)
        var roleListContainer = new dojo.dnd.Source("roleNode", {accept: ["permissions","roles"]});
        roleListContainer.insertNodes(false, arr_roles); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have only review from this JSON. var json = { provider:
I'm a beginner with Json, I follow this tutorial the example I have written
I have JSON like this: { something: http://something.com } and HTML like this: <a
I have JSON text that looks like this: { ok: true, totalPages: 256, arReports:
i have json data like this {GetStudentDetails: {TotalCount:5, RootResults:[ {city:West Chester,country:USA,state:PA ,student_id:100}, {city:Philly,country:USA,state:PA,student_id:101}, {city:Buffalo,country:USA,state:NY,student_id:102},
I have a JSON service, where I use some photos. I want to make
Say that I have two classes called Book and Library as follow: var Book
I have trouble with the follow code /** @Route(/{collection}/{id}, name=object, defaults={_format = json}) */
I have the follow data returned via JSON {rows:[{Date:07/10/2011,Value:1206,Action:Drink}, {Date:07/11/2011,Value:2288,Action:Pie}, {Date:07/12/2011,Value:1070,Action:Drink}, {Date:07/13/2011,Value:1535,Action:Beer}, {Date:07/14/2011,Value:1721,Action:Drink}], page:1,total:1,records:5}
I have a process that I need to follow, I hope this makes sense.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.