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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:27:29+00:00 2026-06-14T15:27:29+00:00

I am using Rapheael to draw a control Dashboard. Right now I am adding

  • 0

I am using Rapheael to draw a control Dashboard. Right now I am adding a hyperlink object into the Dashboard editor. It is a text with the HREF attribute.
When I add the element and click on it, it opens the link. Is there some way to temporarly disable the link?
When I click the other elements, it opens the property dialog. I would like that also with the Hyperlink object.

I’ve tried adding return:false, but didn’t help:

obj.dblclick(function (event) {
        jQuery('##divProperties').dialog('open');
        return false;
    });     
  • 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-14T15:27:30+00:00Added an answer on June 14, 2026 at 3:27 pm

    Returning false is a way to cancel events with more traditional event binding, e.g.

    obj.onclick = function() { return false }
    

    or

    <a onclick="return false;"></a>
    

    But it doesn’t work with jQuery event bindings.

    To do that, you need to call the .preventDefault() method on the event object, which is passed to the event handler:

    obj.dblclick(function (event) {
            jQuery('##divProperties').dialog('open');
            event.preventDefault();
        });
    

    You may want to prevent default on the click event also if you’re capturing double click so it doesn’t get fired either.

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

Sidebar

Related Questions

I'm using the Raphael library to draw some shapes, and then animate them into
When I draw a simple rectangle using the following code the bottom and right
I am using Raphael's JavaScript library (http://raphaeljs.com/) to draw some graphics into my web-application.
I'm looking for javascript libraries that draw graphs using the Raphael library. Until now
I am using Raphael to draw some paths. Each path has an associated rectangle
I'm using Raphaël.js to draw some small circles (2-4px radius), which is done through
I am using Raphael-js to position text on a canvas. Is it possible to
I've developed java script to draw graphical shapes using Raphael. Its perfectly works with
I am using Jquery .keyup and .val to grab what I type into a
I am building a line graph application using Raphael.js and need to draw a

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.