move window

Collapse
X
 
  • Time
  • Show
Clear All
new posts

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

    Leave a comment:


  • peterberlin
    replied
    Hello,

    in 4.4.1 windows is not draggable.

    modal.js : draggable: this.isDraggable,

    Peter

    Leave a comment:


  • peterberlin
    replied
    Hi,
    My Suggestion:
    Add this function to System settings of application.

    peter

    Leave a comment:


  • yuri
    replied
    Hi
    client/src/views/modal.js
    Add
    graggable: true,

    PHP Code:
                    this.dialog = new Espo.Ui.Dialog({
                        backdrop: this.backdrop,
                        header: this.header,
                        container: containerSelector,
                        body: '',
                        buttons: buttonListExt,
                        width: this.width,
                        keyboard: !this.escapeDisabled,
                        fitHeight: this.fitHeight,
                        graggable: true,
                        onRemove: function () {
                            this.onDialogClose();
                        }.bind(this)
                    }); 
    

    Leave a comment:


  • peterberlin
    started a topic move window

    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.
Working...