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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:12:03+00:00 2026-06-16T00:12:03+00:00

I have an EXT JS window. I have set it to as draggable =true

  • 0

I have an EXT JS window. I have set it to as draggable =true. But i only want it to be dragged not all around the screen but within a limited portion of the screen. Like 2 CM(centimeters) to the left or Right. and 2 CM up and down.

How can i achieve this ?

  • 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-16T00:12:03+00:00Added an answer on June 16, 2026 at 12:12 am

    You can use the constrain config on window to have it be constrained to its parent element. http://docs.sencha.com/ext-js/4-1/#!/api/Ext.window.Window-cfg-constrain . By default Windows render to the document body so in order to constrain to a particular element you can create a parent that has a window in it.

    var win = new Ext.window.Window({
        height: 200,
        width: 200,
        constrain: true
    });
    Ext.create('Ext.container.Container', {
        style: 'border: 1px solid black;',
        height: 400,
        width: 400,
        renderTo: Ext.getBody(),
        items: [win]
    });
    //Don't forget to call show, windows are hidden by default 
    // and even when hidden:false it didn't render in 4.1.1
    win.show();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: var win = new Ext.Window({ width:200, height:200, autoScroll: true,
I have following code i want that window opened uses Ext.layout.BorderLayout and also on
I have trivial window: this.window = Ext.widget('window', { title: 'Find', closeAction: 'hide', width: 300,
TLDR I want to add some dynamic content into an Ext-JS window / popup.
I have a jsp with ExtJs application. I click a button new Ext.Window appers
I've created Ext.Window with some Ext.form fields inside. But when I resize window form
TL/DR: Calling window.setActive(false) does not set the window's active property to false . Full
I have an gwt-ext window (used as a popup), this popup is launched from
var confirmWindow = Ext.create('Ext.window.Window', { title: 'Selected Item List', autoHeight: true, width: 500, layout:
I have the following code: var stereo_form =new Ext.form.FormPanel({ id: stereoInfo_panel, autoDestroy:true, frame: true,

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.