Announcement

Collapse
No announcement yet.

move window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • move window

    Hallo,

    the window "create contact" can not be moved.
    Can I configure it?

    Thank
    Peter
    Last edited by peterberlin; 03-15-2016, 12:49 PM.

  • #2
    Hi
    client/src/views/modal.js
    Add
    graggable: true,

    PHP Code:
                    this.dialog = new Espo.Ui.Dialog({
                        
    backdropthis.backdrop,
                        
    headerthis.header,
                        
    containercontainerSelector,
                        
    body'',
                        
    buttonsbuttonListExt,
                        
    widththis.width,
                        
    keyboard: !this.escapeDisabled,
                        
    fitHeightthis.fitHeight,
                        
    graggabletrue,
                        
    onRemove: function () {
                            
    this.onDialogClose();
                        }.
    bind(this)
                    }); 

    Comment


    • #3
      Hi,
      My Suggestion:
      Add this function to System settings of application.

      peter

      Comment


      • #4
        Hello,

        in 4.4.1 windows is not draggable.

        modal.js : draggable: this.isDraggable,

        Peter

        Comment


        • #5
          The file was overwritten by the update. Applies the change
          Graggable: true,
          Also in Version 4.6?
          peter

          Comment

          Working...
          X