View Modal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • caffeine
    Member
    • Aug 2014
    • 48

    View Modal

    Hi Yuri, is there any quick way to open a modal with the data of a related field in "View" mode without creating a template?

    Thanks
  • yuri
    Member
    • Mar 2014
    • 8522

    #2
    Hi

    See client/src/views/modal.js

    PHP Code:
                    this.dialog = new Espo.Ui.Dialog({
                        header: 'HEADER TEXT',
                        container: 'CSS SELECTOR',
                        body: '',
                        buttons: buttons,
                    });
    
    this.dialog.show(); 
    
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...