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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:45:30+00:00 2026-06-11T02:45:30+00:00

I guess I am missing something very basic here. I just want to get

  • 0

I guess I am missing something very basic here. I just want to get the value from the function in coffeescript. I am doing console.log for that value..

class App.Views.PlotModal extends Backbone.ModalView
  template: JST['plots/plot_modal'],

  render: ->
    console.log(@getSize.w);
    $(@el).html(@template(plot: @model));
    this.showModal();

  getSize: ->
    cell_div = document.getElementById("bgr");
    w : cell_div.offsetWidth * 3;
    h : cell_div.offsetHeight * 2;

When I go to console in firebug I keep getting undefined. If I log just @getSize, I get the function back. How do I return the variables w and h here?

Also is it a good idea to do this kind of operation (I want to dynamically resize iframe) in backbone view?

  • 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-11T02:45:31+00:00Added an answer on June 11, 2026 at 2:45 am

    In CoffeeScript, this leaves the method f in the variable x as a simple function:

    x = @f
    

    If you want to call the function then you have to supply arguments:

    x = @f 'pancakes'
    

    or add parentheses:

    x = @f()
    

    So you want this:

    console.log(@getSize().w)
    

    As far as doing this sort of thing in Backbone goes, sure, why not? Backbone tends to leave policy up to you.

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

Sidebar

Related Questions

I remember doing it before, so I guess I'm missing something here. XMLNode's nodeType
My guess is I am missing something very basic and obvious which some one
I guess that I am missing something here. After having found this sample within
I guess I am missing something very very obvious, but in my RSpec tests
This is probably an easy one, but I'm missing something I guess. The problem
I guess this is very basic but since I'm learning .NET by myself, I
(I made some changes...) very often I want to simplify the function's argument, or
I'm following the example, but I guess I'm missing something, because it doesn't work
Hello I have a problem with a query. I guess I am missing something,
I guess I am messing up something here. I am trying to perform an

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.