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 7909575
In Process

The Archive Base Latest Questions

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

I am evaluating the Backbone-Relational plugin for modeling a tree. I have the following

  • 0

I am evaluating the Backbone-Relational plugin for modeling a tree. I have the following sample code

var SurveyTreeNode = Backbone.RelationalModel.extend({
    relations: [{
        type: Backbone.HasMany,
        key: 'questions',
        relatedModel: 'SurveyTreeNode'
    }]
});


var survey = {
    id: 1,
    questions: [
        { 
            id: 2, 
            text: 'What is your name?' 
        },
        { 
            id: 3, 
            text: 'What hours do you work?', 
            questions: [
                {
                    id: 3,
                    text: 'On Monday?'
                },
                {
                    id: 4,
                    text: 'On Tuesday?'
                }
            ]                
        }
    ]
};

var questionTree = new SurveyTreeNode(survey);

which yields (in Google Chrome console):

no model, key or relatedModel (function (){ parent.apply(this, arguments); }, "questions", undefined) 

I’ve loaded this code into a jsfiddle, as the error doesn’t display exactly as above (shows a child element that can be expanded): http://jsfiddle.net/hoffmanc/XsDQu/

  • 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-03T12:28:48+00:00Added an answer on June 3, 2026 at 12:28 pm

    Backbone Relational expects to be able to find the constructors for related models in the global scope, at the path given in the relatedModel property.

    The issue is that its not finding the constructor function for SurveyTreeNode

    I’m not sure how you’re executing the above code in your local environment, or exactly what jsFiddle does to wrap code (probably wrapping it in some DOMReady event), but in both cases, SurveyTreeNode is not in the global scope.

    If you remove the var keyword before SurveyTreeNode, it will be available in the global scope and the subsequent code works.

    See this jsFiddle: http://jsfiddle.net/edwardmsmith/qTA83/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So far i have the following code, but it doesn't seem to be working,
When evaluating the following code in Emacs, I get (2 3) as the final
Im evaluating a tree PlugIn for a Admin Interface in Intranets ( Speed and
When evaluating dojo.require statements, dojo tracks which modules and resources have been required and
I was evaluating the Enterprise IDE plugin for Eclipse, and ultimately decided not to
I am evaluating datamining packages. I have find these two so far: RapidMiner Weka
I'm evaluating the Microsoft Anti-Cross Site Scripting Library (AntiXSS V3) I have to say
Evaluating Tinymce. I've looked at the docs/source/api, and have a question that I thought
I have begun evaluating MonoDroid. (I've built many apps using Android+Eclipse) I created new-from-template
While evaluating ICEfaces I have used Eclipse and its Web Page Editor to visually

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.