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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:54:36+00:00 2026-05-24T07:54:36+00:00

I am trying to implement an external container to hold unscheduled events that may

  • 0

I am trying to implement an external container to hold unscheduled events that may be dragged onto the calendar. Currently I am able to drag events FROM the external container to the calendar and have them stick. However, I can NOT remove events from the calendar. I am hoping to be able to remove events by dragging them off the calendar but I can not get them to leave the boundries of the calender.

SIMPLY PUT, I need to be able to drag an event off of the calendar without it disapearing when I leave the boundaries of the calendar.

I’m not sure if the issue involves z-index, containment properties, or scope.

  • 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-24T07:54:38+00:00Added an answer on May 24, 2026 at 7:54 am

    Well I have found the answer to my own question.

    Looking into the fullcalendar.js I found the the position style for the container div affects whether or not the events can be dragged outside of it. So I made two changes to fix this issue.

    absoluteViewElement = 
            $("<div class='fc-view fc-view-" + newViewName + "'/>")
            //+ "' style='position:absolute'/>")
    

    This prevents the style from being set initially. However there is another spot that tries to change the position style again.

    function setSize(dateChanged) {
        ignoreWindowResize++;
        currentView.setHeight(suggestedViewHeight, dateChanged);
    
        if (absoluteViewElement) {
            //absoluteViewElement.css('position', 'relative');
            absoluteViewElement = null;
        }
    
        currentView.setWidth(content.width(), dateChanged);
        ignoreWindowResize--;
    }
    

    With these two changes I have freed the calendar’s events from the calendar itself. Now I’m free to drag the events outside of the calendar and even have them interact with other containers or other fullcalendars on the same page.

    I’m using a div next to the calendar to hold unscheduled events . this way the user can drag events onto the calendar to schedule them or remove them from the calendar to unschedule them using a call to the database on drop.

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

Sidebar

Related Questions

I'm trying to implement unit tests for function that uses imported external objects. For
I am trying to implement a ToEnumerable property on an external type that does
I'm trying to implement Knockout.js-External-Template-Engine using a working demo of nested templates Currently I
I've been trying to implement unit testing and currently have some code that does
I am trying to create a mex file that interfaces MATLAB with an external
I'm trying to implement a generic view that performs some pre-processing and redirects to
I'm trying to implement a simple shell program that supports multiple piping. For now
I am currently trying to implement an algorithm to select a unique (16-bit) identifier.
I'm trying to incorporate some UI components to a BoilerplateJS project that I'm currently
I'm trying implement A* Start path finding in my games(which are written with JavaScript,

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.