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

  • Home
  • SEARCH
  • 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 3721342
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T05:31:23+00:00 2026-05-19T05:31:23+00:00

I have one javasctipc class… Lets call it X. myClass = new X(bunc, of,

  • 0

I have one javasctipc class… Lets call it X.

myClass = new X(bunc, of, stuff);

Then i have method like:

X.prototype.drawTripOnMap = function(request) {
  ...
  var y = new ChartClass();
  //or this.chart = new ChartClass():
  y.drawchart(data, options, etc);
  ...
}

Now i dont want to create new instance of X – How can i, within ChartClass.drawchart method call myClass methods?

to give you bit more info about my problem – im writing pure javascript class which handles bunch of OpenLayer stuff. My website uses prototype.js atm, but we want to get rid of that. We cant do it right away, so im tryng to write my class so that i could easyly swap out parts that handle dom, events or ajax calls. right now im drawin charts below the map and i need to handle chart click events. When i click on chart, something needs to happen on map… vice versa is simple – since chart can be subclass of myClass (this.chart in above code).

soo… how?

Alan

  • 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-05-19T05:31:25+00:00Added an answer on May 19, 2026 at 5:31 am

    Consider passing instanceof X “class” to the ChartClass constructor.

    var y = new ChartClass(this);
    

    Having stored the reference to this passed (it’s your myClass object) you may call its methods from within ChartClass later on.

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

Sidebar

Related Questions

So I have some javascript class and in one method I use jQuery to
I have a simple javascript class. One method of this class sets up a
I have a javascript function (class) that takes a function reference as one paremter.
Ok, I have one JavaScript that creates rows in a table like this: function
I have a one-dimensional array of strings in JavaScript that I'd like to turn
I have a JavaScript method that I need to run on one of my
I have recently converted 10 JavaScript files into one file, which I then run
I have one field that I need to sum lets say named items However
I have one method in my managed bean which returns javascript as a string.
I have a JavaScript widget which provides standard extension points. One of them is

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.